Skip to content

3.0 Update process does not update hibernate-jpamodelgen annotation processor #32615

@famod

Description

@famod

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions