-
Notifications
You must be signed in to change notification settings - Fork 37
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
Migrate the minimum support to Java 11. #840
Conversation
Codecov Report
@@ Coverage Diff @@
## master #840 +/- ##
=========================================
Coverage 99.17% 99.18%
Complexity 2684 2684
=========================================
Files 224 224
Lines 7175 7198 +23
Branches 442 440 -2
=========================================
+ Hits 7116 7139 +23
Misses 31 31
Partials 28 28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Update all (major)
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.
It looks good to me
Summary
Upgrade Java version minimum support from 8 to 11.
Description
We are missing updates from different libraries If we are still using Java 8 as minimum version, Hence upgraded to next stable version 11 as minimum version.
Relevant Issues