Open Moicen opened 5 hours ago
Please https://quarkus.io/blog/the-big-rename/ and https://quarkus.io/blog/quarkus-3-9-1-released/ for what happened here.
Since 3.9 there should have been relocation warnings printed and if you used quarkus update the code should have been migrated.
It would be great quarkus update
could help do this between 3.15 to 3.16 but that is unfortunately not possible atm.
Thus If you haven't noticed those warnings or not used quarkus update you currently will have to handle this manually, see https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7#rest-client-gear-white_check_mark for info.
Describe the bug
After upgrading the quarkus platform version:
This error occurs:
I’m not sure whether I should explicitly set the version now for these components used in the project.
Can anyone help to check this? Thanks!
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response