-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Hibernate deployments that expect their entity classes to be bytecode enhanced (as per https://docs.jboss.org/hibernate/orm/6.2/userguide/html_single/Hibernate_User_Guide.html#tooling-enhancement), currently need to specify the persistence unit hint:
<code>
<property name="jboss.as.jpa.classtransformer" value="true"/>
<code>
Or after this issue is addressed, they may also specify one of the "hibernate.enhancer.*" properties to true and "jboss.as.jpa.classtransformer" will be treated as set to true.
- is related to
-
JBEAP-27251 (8.0.z) Default the jboss.as.jpa.classtransformer property to true in JBoss EAP 8
- New
-
WFLY-19393 Persistence container bytecode enhancement must be enabled by default to ensure better performance
- Pull Request Sent