Skip to content

Commit 070c09c

Browse files
committed
Jakarta Support
This change updates the project to support both the javax and jakarta namespaces for JEE projects. It does this by creating two separate Maven projects, one for each, which are then shaded into a single JAR used by everyone. The contents of META-INF/services and META-INF/spring.factories route to the correct implementation preventing class loading problems. Signed-off-by: Ben Hale <[email protected]>
1 parent 32fd656 commit 070c09c

33 files changed

+1294
-619
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/libraries
22
.idea/tasks.xml
33
.idea/workspace.xml
4+
dependency-reduced-pom.xml
45
target

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/runConfigurations/All_Tests.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17.0

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)