-
Bug
-
Resolution: Done
-
Major
-
15.0.8.Final, 14.0.32.Final
-
None
-
None
This is problematic when PATH does not reflect the configured JAVA_HOME.
This results in the following properties missing when there is an older default java version on the system.
JAVA_VERSION=$(java -version 2>&1 | sed -n ';s/.* version "\([^\.\-]*\).*".*/\1/p;') if [ "$JAVA_VERSION" -ge 17 ]; then # Enable export for LDAP (needed for JDK 17+) PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED" fi if [ "$JAVA_VERSION" -ge 18 ]; then # Change back default value of java.security.manager (needed for JDK 18+) PREPEND_JAVA_OPTS="$PREPEND_JAVA_OPTS -Djava.security.manager=allow" fi
- is incorporated by
-
WFLY-19801 Upgrade Infinispan from 14.0.31.Final to 14.0.33.Final
- Open