-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add JDK-20 support #986
Add JDK-20 support #986
Conversation
Signed-off-by: Andriy Redko <[email protected]>
@dhrubo-os should fix the |
Nice |
Codecov Report
@@ Coverage Diff @@
## main #986 +/- ##
============================================
- Coverage 84.73% 83.92% -0.81%
- Complexity 1630 1691 +61
============================================
Files 135 138 +3
Lines 6078 6425 +347
Branches 596 646 +50
============================================
+ Hits 5150 5392 +242
- Misses 669 753 +84
- Partials 259 280 +21
Flags with carried forward coverage won't be shown. Click here to find out more. |
Let me try to add JDK-20 to the matrix |
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Thanks for raising the PR. Could you please raise the PR for 2.x branch first (if possible)? Our most of the updated codes (including tests) are in 2.x branch. Then we can backport your PR to main [This is what we are doing for this repo usually] |
2.x also moved to jdk20? @dhrubo-os |
Oh my bad. Forgot about that. @reta NVM ignore my comment, lol |
@@ -19,6 +19,10 @@ dependencies { | |||
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0' | |||
} | |||
|
|||
lombok { |
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.
Just curious: should we remove this: id "io.freefair.lombok"
?
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.
Just curious: should we remove this:
id "io.freefair.lombok"
?
The plugin is still needed, but it allows to override the lombok version (this is taken from the plugin docs)
Description
Add JDK-20 support
Issues Resolved
Part of #891
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.