-
Bug
-
Resolution: Done
-
Blocker
-
None
-
-
Workaround Exists
-
based on testing with https://github.com/scottmarlow/wildfly/tree/WFLY-10520_pr_hack
it's not possible to enable transformer for application in jboss-deployment-structure.xml.
there are probably more issues
- application has to have dependency on module org.hibernate.bytecodetransfomer (which is ok, users must edit j-d-s.xml anyway) / or org.hibernate.bytecodetransfomer must be global module
- transformer has private constructor so ClassFileTransformerProcessor cannot instantiate it
- relates to
-
WFLY-10520 Add Hibernate ORM 5.3 compatibility transformer
- Closed