-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Closed as not planned
Copy link
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/persistenceOBSOLETE, DO NOT USEOBSOLETE, DO NOT USEkind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
Not sure this is out of scope for the update goal/process, but I couldn't find anything in the migration guide.
Running mvn io.quarkus:quarkus-maven-plugin:3.0.0.Final:update -N -Dstream=3.0
leaves hibernate-jpamodelgen annotation processor untouched (if present), resulting in uncompilable metamodel classes with javax imports.
In my case the processor is simply added as a depedency to maven-compiler-plugin (together with other processors).
Expected behavior
Metamodel classes using jakarta imports
Actual behavior
Metamodel classes using javax imports -> compile errors
How to Reproduce?
None, ATM.
Output of uname -a
or ver
No response
Output of java -version
17.0.6
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.16.6 -> 3.0.0.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
Maven 3.8.8
Additional information
No response
Metadata
Metadata
Assignees
Labels
area/hibernate-ormHibernate ORMHibernate ORMarea/persistenceOBSOLETE, DO NOT USEOBSOLETE, DO NOT USEkind/bugSomething isn't workingSomething isn't working