Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving to Java 11 #158

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

fschleich
Copy link

@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
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

.gitignore Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@fschleich fschleich requested a review from palemieux January 16, 2025 14:51
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