-
Notifications
You must be signed in to change notification settings - Fork 120
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
Align w/ Quarkus 3.15 and friends #4245
Align w/ Quarkus 3.15 and friends #4245
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4245 +/- ##
=======================================
Coverage 45.32% 45.32%
=======================================
Files 290 290
Lines 19869 19869
=======================================
Hits 9005 9005
Misses 10151 10151
Partials 713 713 ☔ View full report in Codecov by Sentry. |
@@ -181,7 +181,7 @@ | |||
|
|||
<dependency> | |||
<groupId>io.micrometer</groupId> | |||
<artifactId>micrometer-registry-prometheus</artifactId> | |||
<artifactId>micrometer-registry-prometheus-simpleclient</artifactId> |
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.
We use the simpleclient, since that is backwards compatible to the old APIs.
While vertx-micrometer
4.5.10 is still on the 1.12
APIs, we do inherit the 1.13
APIs via the Quarkus BOM...
And hence we really need the simpleclient, we are using that - to avoid nasty breakages
060cda9
to
4dc46d9
Compare
/test reconciler-tests-namespaced-broker the usual source of failures... |
/retest |
1 similar comment
/retest |
/test reconciler-tests |
2 similar comments
/test reconciler-tests |
/test reconciler-tests |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Try with 3.15.2 We change the mircometer-prometheus client dependency, because the simpleclient is backwards compatible to the old APIs. While vertx-micrometer 4.5.10 is still on the 1.12 APIs, we do inherit the 1.13 micrometer APIs via the Quarkus BOM... And hence we really need the simpleclient, we are using that, to avoid clash Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
4dc46d9
to
741fc24
Compare
/lgtm |
/retest |
/test upgrade-tests |
3232420
into
knative-extensions:main
Try with 3.15.2 - since 3.15.3 has a netty bug
Fixes #
Proposed Changes
Release Note
Docs