-
Notifications
You must be signed in to change notification settings - Fork 327
Move CI to Java 11 #1236
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
Move CI to Java 11 #1236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1236 +/- ##
============================================
- Coverage 63.34% 59.37% -3.97%
+ Complexity 3035 87 -2948
============================================
Files 308 354 +46
Lines 14820 16262 +1442
Branches 2046 2268 +222
============================================
+ Hits 9387 9656 +269
- Misses 4801 5950 +1149
- Partials 632 656 +24 Continue to review full report at Codecov.
|
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
|
The other stages are still using Java 10. We'll also have to merge #1237 first so that the Javadoc task passes. |
|
The Javadoc task fails. Could you merge master in your branch? |
|
Do you know which exact Java 11 version is used? |
|
It's 11.0.6 Found this out by looking at the logs of the unit tests: |
|
@felixbarny Do you want to investigate these smoke test failures or shall we go ahead with this merge? |
|
That's a flaky test. The smoke tests use a different Java version as tests execute in Docker containers. |
Move the pipeline to Java 11.