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

Update to Java 17 #735

Open
2 tasks
dkfellows opened this issue Feb 17, 2023 · 2 comments
Open
2 tasks

Update to Java 17 #735

dkfellows opened this issue Feb 17, 2023 · 2 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@dkfellows
Copy link
Member

We should update the baseline language version to the current LTS version of Java. This would let us do quite a few things more efficiently (see #658), and also enables us to switch to using the current version of Spring, CXF, Jackson, Hibernate, and a bunch of other libraries (see #651).

We already support running with that version.

Key items to consider:

  • Installation of Java 17 on relevant machines
  • Picking correct installation (Adoptium or Zulu are currently recommended AIUI; Oracle is not because of license issues. We currently test against Zulu.)
@dkfellows dkfellows added the question Further information is requested label Feb 17, 2023
@dkfellows dkfellows added this to the Java 17 milestone Feb 17, 2023
@dkfellows dkfellows pinned this issue Feb 17, 2023
@dkfellows
Copy link
Member Author

dkfellows commented Feb 20, 2023

Note that we currently support Java 17 — we include building with it and testing with it as part of our standard CI workflows, and have done since #497 — but don't currently require Java 17. This is about that step, i.e., about dropping support for Java 11 and 14.

@dkfellows
Copy link
Member Author

The changes from 11 to 14 weren't large enough for us to justify updating for that. But #651 is a much stronger reason for us to care: JEE is the vendor-independent API specification for "enterprise Java" which includes just about everything to do with web services and validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants