Closed iwe-7 closed 1 year ago
Thank you for reporting this, I will have a look ASAP!
I've identified the issue, which should be fixed in the release planned for this week. Thanks again for reporting, it was really helpful.
Now that the new release is out, would you be able to try the latest Quarkus version 3.0.3.Final to confirm that this has been fixed?
Tested it with Quarkus 3.2.0 and quarkus-jpastreamer 3.0.3.Final and it works! Thank you for the quick fix
Describe the bug Metamodel classes are not generated properly when using hibernate validator with quarkus.
Expected behavior Correct generation of
$.java
metamodel classesActual behavior It seems that the paths of
@jakarta.validation.constraints Annotations
get mixed into the imports of other classes during metamodel generation:How To Reproduce
jakarta.validation.constraints
annotation e.g.:Build tool Maven 3.9.2
JPAStreamer version JPAStreamer 3.0.2Final
JPA Provider Quarkus Hibernate Panache 3.2.0.Final
Java Version Java 17.0.6