-
Notifications
You must be signed in to change notification settings - Fork 607
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
Require Java 11 for building #3109
Conversation
088b871
to
b45dae4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3109 +/- ##
=========================================
Coverage 55.23% 55.23%
Complexity 5469 5469
=========================================
Files 720 720
Lines 29497 29497
Branches 3837 3837
=========================================
Hits 16293 16293
Misses 11681 11681
Partials 1523 1523 ☔ View full report in Codecov by Sentry. |
In order to still execute UTs/ITs with Java 8, Maven Toolchains should be used together with m-surefire-p/m-failsafe-p. |
@kwin is this ready for review/merge? |
Currently it will drop testing (i.e. run ITs) with Java 8 but I don't think this is really required... |
43df66c
to
2d3743b
Compare
Drop Java8 profile (which makes cloud profile the only automatically activated profile) Build with JDK21 in addition This closes #3108
2d3743b
to
80a1f82
Compare
@davidjgonzalez This should be the last missing piece for also bringing the failing JDK8 back to green (as that was using the implicitly activated |
This closes #3108