Replies: 3 comments 1 reply
-
Hey, I have a similar problem. I get the following:
it looks similar and I found this related bug on git hub. Is anybody able to provide some help here? |
Beta Was this translation helpful? Give feedback.
-
Encounter the same issue. In my project, I add jackson module You can list your project dependencies to find whether there is xml dependency conflict |
Beta Was this translation helpful? Give feedback.
-
We recommend using In particular, it will replace the Jackson dependencies with their Jakarta EE 10 counterparts, which seems to be one of the problems here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm busy upgrading to Quarkus 3 from the latest version 2 release. I've got everything compiled now but get this when trying to boot Quarkus:
None of my code uses javax.xml.bind.annotation.XmlElement but I assume a transient dependency does. Any ideas how to debug this and see whats dragging that in?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions