-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Conversation
# Conflicts: # .gitignore # docker/server/Dockerfile
@v1r3n , this should pass the build check if the Github Actions was setup to use Java 17. Thanks. |
Any upgrade on this? |
Any updates on this? |
@alexmay48 I consider creating a fork since so many many PRs are stalled :( Are you willing to join forces? |
@egandro |
Hi @alexmay48 we are reviewing, and this should be part of the next release. JDK 17 is a major update and we need to ensure it preserves backward compatibility. |
@alexmay48 do you want to update the GitHub workflows as well to use JDK17? |
Pull Request type
./gradlew generateLock saveLock
to refresh dependencies)NOTE: Please remember to run
./gradlew spotlessApply
to fix any format violations.Changes in this PR
This updates the repo to use Java 17 instead of Java 11. To accomplish this, we do need to pull in the Nashorn Scripting Engine library explicitly to use it. We could consider allowing the users to configure to use their own implementation of a scripting engine, but that can be done in a new feature MR.