-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][build] Upgrade Lombok to 1.18.32 for Java 22 support #22425
Conversation
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
@dao-jun Please don't use closing and reopening PRs as a way to retry the build jobs. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #22425 +/- ##
============================================
- Coverage 73.57% 73.39% -0.18%
+ Complexity 32624 32418 -206
============================================
Files 1877 1873 -4
Lines 139502 139692 +190
Branches 15299 15308 +9
============================================
- Hits 102638 102529 -109
- Misses 28908 29222 +314
+ Partials 7956 7941 -15
Flags with carried forward coverage won't be shown. Click here to find out more. |
(cherry picked from commit 5b6f91b)
Motivation
Java 22 has been released. Lombok 1.18.32 comes with Java 22 support.
Lombok changelog: https://projectlombok.org/changelog
Modifications
Upgrade Lombok to 1.18.32
Documentation
doc
doc-required
doc-not-needed
doc-complete