Hibernate regression in Quarkus 3.17.2 org.hibernate.bytecode.enhance.spi.EnhancementException fails to build #44909
Labels
area/hibernate-orm
Hibernate ORM
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
Hibernate regression in Quarkus 3.17.2
We have an entity that implements one or more interfaces. Those interface methods don't always map to a field in the class but to another method. This has worked fine in all versions of Quarkus (Hibernate) through 3.16.4, error started when we upgraded to 3.17.2, I did not try 3.17.0.
Here is a reproducer app: json-view-schema-example.zip
Expected behavior
Build should be successful like it has been until using Quarkus 3.17.2.
Actual behavior
Build fails with org.hibernate.bytecode.enhance.spi.EnhancementException:
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
java 21.0.4 2024-07-16 LTS
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: