-
Notifications
You must be signed in to change notification settings - Fork 4
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 to v17 #1823
Comments
How I upgraded Gradle locally: |
@KirbyKatcher Wondering if the objects that are built will still run on java 11. They need to... Wondering if the ecosystem needs to target a different docker image to run in the container for tests, and whether the helm installer admin gets to say which version of Java they are running ? It might be better if a cps property held the java version/docker image name which gets launched ? For local build processes, I guess we don't have to do anything except pre-req Java 17, but for the build process, what other tests do we need to put in place to test Java 11 and 17 ? Suggestions welcome @jadecarino @eamansour |
See galasa-dev/projectmanagement#1823 Signed-off-by: James Taylor <[email protected]>
See galasa-dev/projectmanagement#1823 Signed-off-by: James Taylor <[email protected]>
Story
As a galasa test developer, I want to use a supported JVM level, and some features of Java (which were added after v11 was shipped) in my Galasa tests.
Background
(These tasks are for creating pull requests, not merging, so these may not be done)
Maven:
Gradle:
Other:
local.CoreLocalJava11Ubuntu
)The text was updated successfully, but these errors were encountered: