-
Notifications
You must be signed in to change notification settings - Fork 136
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
Replace usage of deprecated ConfigProperties with ConfigMapping #1814
Replace usage of deprecated ConfigProperties with ConfigMapping #1814
Conversation
servers/quarkus-server/src/main/java/org/projectnessie/server/config/QuarkusServerConfig.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1814 +/- ##
============================================
+ Coverage 75.55% 75.57% +0.02%
Complexity 2300 2300
============================================
Files 303 303
Lines 14582 14582
Branches 1067 1067
============================================
+ Hits 11017 11020 +3
+ Misses 3089 3086 -3
Partials 476 476
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
13e23dd
to
525ddef
Compare
@@ -155,7 +155,7 @@ | |||
<openapi.version>2.0</openapi.version> | |||
<prometheus.version>0.9.0</prometheus.version> | |||
<protobuf.version>3.17.3</protobuf.version> | |||
<quarkus.version>2.1.3.Final</quarkus.version> | |||
<quarkus.version>2.2.0.CR1</quarkus.version> |
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.
2.2.0.Final
should be released today, so we/dependabot can switch to that new version then
This change is