2025-10-21

The package is accessible from more than one module: , java.xml

 



The package is accessible from more than one module: <unnamed>, java.xml


Eclipse
Maven

Caused by: given pom.xml dependencies conflict of packages or classes file.

mine was easy, just remove dependencies duplicated with packages or classes in JDK.


<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<scope>compile</scope>
</dependency>

2025-10-14

Keycloak 25.0.1 - Subject (sub)

 
Keycloak, OAuth2

25.0.1

doesn't have 
Subject (sub)
by default

required to add it manually



2025-09-04

No access to an Gitlab project.

 


if u x hv access, directly will show 404 instead of no access





2025-09-03

x 的 y 倍


Self note: https://gemini.google.com/app/17e04274f166588c


2025-08-07

Maven Build Skip Test




"maven.test.skip.exec=true" the tests get compiled, but not executed.

"maven.test.skip=true" doesn't compile or execute the tests.

"-DskipTests" is the same as "maven.test.skip.exec=true"
Paul Verest's user avatar
Paul Verest
64.4k54 gold badges226 silver badges




2025-08-01

Eclipse new setup for SVN - Label Decorations

 



Install Subversive, then add connector: SVNKit 1.8.14




subversive to show username beside filename like subclipse

then in Label Decorations, change text decoration for file with format:
{outgoing_flag} {name} {revision}            {author}        {date}










Google Referrals