Error while upgrading to 3.3.2 from 2.16.0.Final #35903
ajayongithub
started this conversation in
Community
Replies: 0 comments
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.
-
I am migrating an application on 2.16.0.Final to 3.3.2 version. and I am getting an issue in code generation.
In the original project, we have dependencies in the project that use javax namespace. So I have created another module with all the dependencies with javax namespace and used maven shade plugin along with eclipse transformer to create an artifact with jakarta classifier to import to the quarkus application pom.
Now when I include this jakarta classified dependency, I get the following error:
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:3.3.2:generate-code (default) on project rest-quarkus:
Quarkus code generation phase has failed:
Failed to bootstrap application in NORMAL mode: Failed to inject extension deployment dependencies for team.ajax.data:rest-quarkus:0.0.1-SNAPSHOT:
Quarkus extension deployment artifact io.quarkus:quarkus-resteasy-jackson-deployment:jar:3.3.2 does not appear to depend on the corresponding runtime artifact team.ajax.transformed:combined-dependencies:jar:jakarta:0.0.1-SNAPSHOT.
Not sure how to resolve this issue, any help would be great.
Thanks and regards,
Beta Was this translation helpful? Give feedback.
All reactions