Skip to content

Commit

Permalink
[WFCORE-4019] Add a line to standalone.conf to enable JDK 11 support …
Browse files Browse the repository at this point in the history
…for ByteBuddy
  • Loading branch information
gsmet committed Aug 10, 2018
1 parent 3fcb84c commit b55b429
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ fi
# Uncomment to gather JBoss Modules metrics
#JAVA_OPTS="$JAVA_OPTS -Djboss.modules.metrics=true"

# Uncomment to enable the experimental JDK 11 support for ByteBuddy
# ByteBuddy is the default bytecode provider of Hibernate ORM
#JAVA_OPTS="$JAVA_OPTS -Dnet.bytebuddy.experimental=true"

# Uncomment this to run with a security manager enabled
# SECMGR="true"

Expand Down

0 comments on commit b55b429

Please sign in to comment.