-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.0 Update 1.1
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
The jboss.as.jpa.classtransformer property should be defaulted to true in Wildfly/JBoss EAP to enable class transformation by default.
This change is necessary because enhancement is currently disabled by default in Wildfly for Hibernate ORM, causing issues for customers using @Access(AccessType.PROPERTY) or annotating getter methods in entity classes where property names do not conform to the Java Beans naming convention.
Although this primarily affects the Jakarta EE TCK, most users follow the Java Beans naming convention, making this change generally safe.
- is blocked by
-
WFLY-19393 Persistence container bytecode enhancement must be enabled by default to ensure better performance
- Pull Request Sent
-
HHH-16572 Loading...
- is related to
-
JBEAP-27321 Add (EAP 8.0) documentation for working around JBEAP-27251 (Hibernate @Basic(fetch=LAZY) does not work by default)
- New
- relates to
-
WFLY-19392 jboss.as.jpa.classtransformer should be considered to be set if any "hibernate.enhancer.*" persistence unit properties are set to true
- Resolved