-
Notifications
You must be signed in to change notification settings - Fork 112
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 to Java 21 #7294
Upgrade to Java 21 #7294
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7294 +/- ##
============================================
- Coverage 92.50% 92.50% -0.01%
Complexity 6828 6828
============================================
Files 867 867
Lines 28490 28407 -83
Branches 3309 3307 -2
============================================
- Hits 26355 26277 -78
+ Misses 1372 1368 -4
+ Partials 763 762 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Steven Sheehy <[email protected]>
992c4bb
to
f8d594c
Compare
Signed-off-by: Steven Sheehy <[email protected]>
Signed-off-by: Steven Sheehy <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
* Bump Java version from 17 to 21 * Change `@Retryable` to not use deprecated `value` attribute * Fix compiler warnings * Remove unused Query DSL dependency * Suppress compiler warnings due to plugin generated code --------- Signed-off-by: Steven Sheehy <[email protected]> Signed-off-by: IvanKavaldzhiev <[email protected]>
* Bump Java version from 17 to 21 * Change `@Retryable` to not use deprecated `value` attribute * Fix compiler warnings * Remove unused Query DSL dependency * Suppress compiler warnings due to plugin generated code --------- Signed-off-by: Steven Sheehy <[email protected]> Signed-off-by: IvanKavaldzhiev <[email protected]>
* Bump Java version from 17 to 21 * Change `@Retryable` to not use deprecated `value` attribute * Fix compiler warnings * Remove unused Query DSL dependency * Suppress compiler warnings due to plugin generated code --------- Signed-off-by: Steven Sheehy <[email protected]> Signed-off-by: IvanKavaldzhiev <[email protected]>
Description:
@Retryable
to not use deprecatedvalue
attributeRelated issue(s):
Fixes #7233
Notes for reviewer:
Requires IntelliJ IDEA 2023.3 and Java 21 installed locally. Recommended to use sdkman
sdk install java 21-tem
.Checklist