Skip to content

chore: add jdk 24 to CI tests#3803

Merged
ldetmer merged 2 commits intomainfrom
add-jdk24
May 20, 2025
Merged

chore: add jdk 24 to CI tests#3803
ldetmer merged 2 commits intomainfrom
add-jdk24

Conversation

@ldetmer
Copy link
Copy Markdown
Contributor

@ldetmer ldetmer commented May 20, 2025

This is in order to support graalvm upgrade.

SecurityManager was removed in JDK 24 so had to upgrade to bazel 7.x which no longer sets command line params to use it. In upgrading to bazel 7.x also had to replace transitive_deps to use transitive_compile_time_jars, as that deprecated method was dropped: bazelbuild/bazel@72058be

@product-auto-label product-auto-label bot added the size: s Pull request size is small. label May 20, 2025
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@ldetmer ldetmer requested a review from diegomarquezp May 20, 2025 16:32
@ldetmer ldetmer marked this pull request as ready for review May 20, 2025 16:37
@ldetmer ldetmer merged commit 1ac5be0 into main May 20, 2025
58 of 59 checks passed
@ldetmer ldetmer deleted the add-jdk24 branch May 20, 2025 17:39
lqiu96 pushed a commit that referenced this pull request Jun 10, 2025
This is in order to support graalvm upgrade.  

SecurityManager was removed in JDK 24 so had to upgrade to bazel 7.x
which no longer sets command line params to use it. In upgrading to
bazel 7.x also had to replace transitive_deps to use
transitive_compile_time_jars, as that deprecated method was dropped:
bazelbuild/bazel@72058be
lqiu96 pushed a commit that referenced this pull request Aug 21, 2025
This is in order to support graalvm upgrade.  

SecurityManager was removed in JDK 24 so had to upgrade to bazel 7.x
which no longer sets command line params to use it. In upgrading to
bazel 7.x also had to replace transitive_deps to use
transitive_compile_time_jars, as that deprecated method was dropped:
bazelbuild/bazel@72058be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants