Conversation
Codecov Report
@@ Coverage Diff @@
## master #448 +/- ##
============================================
- Coverage 58.97% 58.95% -0.02%
Complexity 492 492
============================================
Files 125 125
Lines 3963 3964 +1
Branches 544 544
============================================
Hits 2337 2337
- Misses 1513 1514 +1
Partials 113 113
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This revision was also tested against a java 11 version of a GraalVM
xdavidson
left a comment
There was a problem hiding this comment.
8 days ago, Red Hat released openjdk11 on the ubi8 base image!
https://catalog.redhat.com/software/containers/ubi8/openjdk-11/5dd6a4b45a13461646f677f4
|
@xdavidson this is good news. If we want to move forward with this upgrade, we will need to update our deployment images. |
|
@carlosmunoz I tried building and deploying this branch locally with OpenJDK 11. Build succeeds. However, I am getting the following exception when Karaf starts up - Is it happening at your end as well? |
This is great. I was a bit concerned about JDK-11 not being available for ubi8. |
aprajshekhar
left a comment
There was a problem hiding this comment.
Apart from the exception mentioned earlier, all the functionality seems to be working as expected based on the smoke testing I did.
@aprajshekhar I am not seeing this error |
aprajshekhar
left a comment
There was a problem hiding this comment.
As I have not seen the error again and the smoke test was successful, let's go ahead with the changes.
This will need a coordinated release with the pipelines, and changes in local dev environments. I will merge when/if given the go-ahead. (We also need to change Github's validations) |
I agree. What I meant to say was this PR would not need any more Java 11 related changes except github actions 👍 |
The Module class needs to be explicitly imported since there is now a Module class as part of the java.lang package.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #448 +/- ##
============================================
- Coverage 57.83% 57.82% -0.02%
Complexity 498 498
============================================
Files 129 129
Lines 4172 4173 +1
Branches 598 598
============================================
Hits 2413 2413
- Misses 1642 1643 +1
Partials 117 117
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.