Upgraded from LTS 3.27 to LTS 3.33: 'quarkus-smallrye-metrics' fails to upgrade #53526
ontec-xrail
started this conversation in
Community
Replies: 1 comment 2 replies
|
\CC @radcortez I think we removed SmallRye Metrics, no? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
when using quarkus update I get the following error and the update process stops:
command used: mvn io.quarkus.platform:quarkus-maven-plugin:3.33.1:update -Dstream=3.33 -N
The error in the logs (rewrite.log):
The solution was to replace "quarkus-smallrye-metrics" maven dep with:
and then start update again ...
All reactions