Java 11 / jakarta - #7
Open
gavinbaumanis wants to merge 3 commits into
Open
Conversation
…d WSDL in Git. - Java 8 / javax namespace throughout. - Dependency cleanup and supported EE4J jaxws-rt 2.3.x. - Remove unneeded dependencies. - WSDL docs as Markdown; no licensed WSDL in Git. - Ensure the JavaDocs are created without errors/warnings. - Added tests. - Added build scripts. - Updated documentation.
- Update for Java 11 / Jakarta. - Remove javax dependencies. - Remove unneeded dependencies. - Update all remaining dependencies for latest available for Java 11. - 14 standard HI B2B facade clients; compiles against hi-wsdl (no in-repo wsimport). - No licensed WSDL in Git. - Ensure the JavaDocs are created without errors/warnings. - Added tests. - Added build scripts. - Updated documentation.
gavinbaumanis
force-pushed
the
java-11-jakarta
branch
from
June 10, 2026 04:23
de9fdeb to
c8408ee
Compare
gavinbaumanis
force-pushed
the
java-11-jakarta
branch
2 times, most recently
from
June 30, 2026 05:24
341592b to
aa3f455
Compare
…releases) to the Sonatype Central Portal configuration.
gavinbaumanis
force-pushed
the
java-11-jakarta
branch
from
June 30, 2026 06:37
aa3f455 to
4ea7354
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR does not add or remove any new functionality.
It is simply an update to the project to allow for successful testing/building using Java 11 / jakarta namespace.
Remove external dependencies/downloads.
Replaced defunct Metros-WS library with supported Eclipse Foundation WS library.
Remove unneeded dependencies.
Update remaining dependencies to latest versions that support Java 8.
Ensure JavaDocs are created without error.
Added unit tests.
Added build scripts.
Updated documentation.