Upgrade to Quarkus 3.0 #520
-
After upgrade of application I was testing with windows I got error like below.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hi Shivam, the upgrade to Quarkus 3 is not something I would recommend taking a stab at without very good insight into Quarkus and the Horreum backend tbh. I do not know how much knowledge you have with either, but I know that Quarkus3 is not backwards compatible with Quarkus2 and an upgrade is not trivial. |
Beta Was this translation helpful? Give feedback.
-
I will have to work on this by yourself - it is a big task. I would start here: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0 |
Beta Was this translation helpful? Give feedback.
-
It's because the @type annotation in Hibernate has changed. You would have to convert it to the new API. I had a quick look at this as well and it will require you to have insight into how the JsonUserType works to be able to rewrite it. |
Beta Was this translation helpful? Give feedback.
-
Picking/given a task, and you are meant to figure it out - the goal is to show that you can complete it |
Beta Was this translation helpful? Give feedback.
-
I think @stalep has done master...stalep:repo:quarkus3 |
Beta Was this translation helpful? Give feedback.
Yes checked, our first task
javax to jakarta
has done. But during test of application I got the above error.