-
Notifications
You must be signed in to change notification settings - Fork 12
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
Upgrade Java 17 #2386
Comments
Closed
I started to investigate using
./java/current/bin/jdeps --multi-release 9 -cp './fusionauth-search/elasticsearch/lib/.*' -summary -recursive ./fusionauth-search/elasticsearch/lib/elasticsearch-7.6 The unlisted modules include:
Using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade Java 17
Description
Upgrade Java to the most recent patch version of 17 LTS. Optionally review the state of Graal VM.
Tasks
start.sh
andstart.ps1
start scripts as well. This way the VM is exactly the same as in Docker.Testing
Related CVEs
Review available list of CVEs related to the JDK, while not necessarily vulnerable, updating the JDK will remove the CVEs from scanners.
Related
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Release Notes
Upgrade to the latest Java 17 LTS. Upgraded from
17.0.3+7
to17.0.8+1
.The text was updated successfully, but these errors were encountered: