]
Guillaume Smet updated WFCORE-4019:
-----------------------------------
Summary: Add a line to standalone.conf to enable experimental JDK 11 support for
ByteBuddy (was: Add a line to standalone.conf for JDK 11 ByteBuddy support)
Add a line to standalone.conf to enable experimental JDK 11 support
for ByteBuddy
---------------------------------------------------------------------------------
Key: WFCORE-4019
URL:
https://issues.jboss.org/browse/WFCORE-4019
Project: WildFly Core
Issue Type: Enhancement
Components: Scripts
Reporter: Guillaume Smet
Assignee: Guillaume Smet
Fix For: 6.0.0.Alpha6
Hibernate ORM relies on ByteBuddy as the default bytecode provider.
To support JDK 11, ByteBuddy needs to enable some experimental features and we need an
environment variable set: {{ -Dnet.bytebuddy.experimental=true}}.
I discussed with James P. and we decided the best was to include a new line in
standalone.conf.
PR to come.
Note: this is needed for WF 14.