-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Ensure jdk 21 minimum compatibility across all sub-projects and create replacement for java.security.Policy which is marked for removal #19631
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
base: main
Are you sure you want to change the base?
Conversation
…e repacement for java.security.Policy which is marked for removal Signed-off-by: Craig Perkins <[email protected]>
|
❌ Gradle check result for fa5211c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Craig Perkins <[email protected]>
|
❌ Gradle check result for c0d489c: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 9f25041: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19631 +/- ##
============================================
+ Coverage 72.96% 72.99% +0.02%
+ Complexity 70655 70570 -85
============================================
Files 5725 5726 +1
Lines 323697 323764 +67
Branches 46875 46882 +7
============================================
+ Hits 236198 236330 +132
+ Misses 68436 68357 -79
- Partials 19063 19077 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ Gradle check result for 973c04b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
This PR ensure jdk 21 minimum compatibility across all sub-projects (a few projects had it set to Java 8) and create replacement for java.security.Policy which is marked for removal
Related Issues
Related to #18339
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.