Skip to content

Conversation

@fschleich
Copy link
Contributor

@fschleich fschleich commented Jan 16, 2025

  • moved Java version to 11 (from 8)
  • updated JAXB dependencies to current versions
  • moved to Jakarta XML bindings

Closes #160

- updates JAXB dependencies to latest version
- updates JDK source/target from 8 to 11
- replaces use of javax.xml.bind.* with jakarta.xml.bind.* throughout code
@fschleich
Copy link
Contributor Author

Build and integration tested locally with Java 11, 17 and 21.

Remove source and target compiler options
Add CI testing for 3 version of Java
Copy link
Contributor

@palemieux palemieux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to also update the CI to test against a collection of JDKs, and bump the library version.

See proposal at #159

@fschleich fschleich requested a review from palemieux January 16, 2025 14:51
@palemieux
Copy link
Contributor

Replaced by #159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate from javax to jakarta XML Bindings

2 participants