-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Switch to JDK 22 in the runtime #21161
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 21.0 | ||
| 22 | ||
wendigo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -76,6 +76,9 @@ public void testInstallUninstall() | |||||
| // Release names as in the https://api.adoptium.net/q/swagger-ui/#/Release%20Info/getReleaseNames | ||||||
| testInstall("jdk-21.0.2+13", "/usr/lib/jvm/temurin-21", "21"); | ||||||
| testUninstall("jdk-21.0.2+13", "/usr/lib/jvm/temurin-21", "21"); | ||||||
|
|
||||||
| testInstall("jdk-22+36", "/usr/lib/jvm/temurin-22", "22"); | ||||||
| testUninstall("jdk-22+36", "/usr/lib/jvm/temurin-22", "22"); | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. because it skips some mdules - trino/.github/workflows/ci.yml Lines 199 to 200 in 0714cae
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it on purpose?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's fix both issues
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not sure why though. It's been there since beginning - 7949e41
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we thought that there's no Java code in that module (like it's the case for docs and rpm modules)?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, sorry, I now realized that this is the RPM module :D
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But yeah, I too would assume that there's no Java code here |
||||||
| } | ||||||
|
|
||||||
| private void testInstall(String temurinReleaseName, String javaHome, String expectedJavaVersion) | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.