Java 8 #4
Open
gavinbaumanis wants to merge 1 commit into
Open
Conversation
f03e8fb to
3848819
Compare
Align the library with a Java 8 + javax JAX-WS (Metro jaxws-rt 2.3.x) stack: POM plugins/dependencies, fat-jar shading, and wsdls helper POM. - Resolve HI WSDL types from the hi-wsdl Maven artifact (HiWsdlArtifactRoot, WebServiceClientUtil) instead of requiring generated sources in-repo. - Add offline-friendly test configuration and tests (TestConfiguration, TimeUtilityTest, HiWsdlArtifactRootTest); adjust HI client tests. - Refresh README, CONTRIBUTING, MAINTAINERS, CHANGELOG, SECURITY; add local.properties.example and settings.xml.example. - Add CI workflow, build scripts (build.ps1/sh/bat), .editorconfig, .gitattributes, .gitignore; small handler/client tweaks. - Update wsdls/readme.txt, ee4j-jaxws-lib-pom.xml, and related Ant paths.
8ef6351 to
43a83c7
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.
Hi there,
I have two initial PRs for you please:
A Java 11 / Jakarta rewrite of the current state of the hi-b2b-java project.
This PR: Get the Java 8 project (currently
masterbranch) into a state where it can be successfully built & packaged for Java 8 / javax namespace, by replacing dead dependencies and refreshing remaining onesI am not sure how you will organise the git repository to support multiple Java versions - there are a couple of different ways to do it - and I can certainly assist with that if you like.
While all changes are part of the CHANGELOG and explained in further detail in appropriate MD files, here is the TL;DR;
REMOVED: Metro WS download / dependency (no longer available).
ADDED: Eclipse Foundation WS library.
REMOVED: JCE Policy separate download (no longer required with newer Java 8 builds).
REMOVED: Unnecessary dependencies.
UPDATED: Dependencies to latest Java 8 compatible version.
ADDED: (Windows/macOS/Linux) build scripts to allow creation of optional FAT/UBER JAR.
Does NOT include any new functionality.
Does NOT remove any existing functionality.
Does not include licensed WSDL documents.
Repository hygiene updates.