-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upgrade to Quarkus 2.0.0.Final #1490
Conversation
18a71aa
to
292a77c
Compare
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.
Have you run the native tests locally? The quarkus bump may break those.
Native tests are currently failing due to quarkusio/quarkus#14904 / JGIT: quarkusio/quarkus#16017, which seems to be already fixed |
Codecov Report
@@ Coverage Diff @@
## main #1490 +/- ##
============================================
+ Coverage 78.63% 78.64% +0.01%
- Complexity 2077 2080 +3
============================================
Files 259 259
Lines 12070 12091 +21
Branches 969 970 +1
============================================
+ Hits 9491 9509 +18
- Misses 2100 2102 +2
- Partials 479 480 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@rymurr tests with the native image all pass. I'll push a version with the revert of |
18cfc8c
to
08149f0
Compare
This change is