-
Notifications
You must be signed in to change notification settings - Fork 95
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
Make jdk-17 required #496
Make jdk-17 required #496
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #496 +/- ##
=========================================
Coverage 71.73% 71.73%
Complexity 222 222
=========================================
Files 17 17
Lines 1033 1033
Branches 148 148
=========================================
Hits 741 741
Misses 201 201
Partials 91 91 ☔ View full report in Codecov by Sentry. |
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.
Extracted from #455 (as opposed to #491), but not correctly:
- Additions of
commons-lang3-api
andcommons-text-api
are part of the pac4j library upgrade (because pac4j 6.x depends on these Apache Commons libraries, but not pac4j 5.x) and not the Java upgrade; therefore, these changes make no sense in a Java upgrade PR - Ditto for addition of Jackson exclusions
- Ditto for removal of Guava exclusion
- Missing
Co-authored-by: Basil Crow <[…]>
Last time I checked (I intent to do it later or tomorrow), #455 was upgrading to a lower version of
which sounds to me that the PR has not been deeply tested, so #491 inspires me more confidence w.r.t. the blocker, author could work on the blocker and move forward, specially if the blocker is an unanswered question. That together with the activity in one and another PR, so #491 seems more alive |
Why not?
But does it? It contains an unnecessary workaround and misses some EE 8 to EE 9 migration steps. |
I don't think this is the PR to discuss the content of other PRs, thanks |
PR to make JDK-17 required and upgrade the parent pom to unblock #491
Changing from javaee to jakarta will be still part of #491
Also, #491 is superseding #455 , so this PR is co-authored-by: Basil Crow < @basil >
Testing done
Clean-up work, so just make sure existing tests are passing
Submitter checklist