You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Metamodel classes are not generated properly when using hibernate validator with quarkus.
Expected behavior
Correct generation of $.java metamodel classes
Actual 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
quarkus project with hibernate panache orm, hibernate validator and jpa streamer
create a entity and annotate one of its fields with a jakarta.validation.constraints annotation e.g.:
@NotBlankprivateStringname;
try to regenerate jpastreamer metamodel (mvn clean install) -> error should arise in generated classes
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
The text was updated successfully, but these errors were encountered: