This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 86b7beeb8e Revert option that breaks on Java 11 86b7beeb8e is described below commit 86b7beeb8eb52ef8854fe4dacaf639279075e0ed Author: remm <r...@apache.org> AuthorDate: Thu Apr 11 20:55:00 2024 +0200 Revert option that breaks on Java 11 Caused by a testing error. --- bin/catalina.bat | 1 - bin/catalina.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/catalina.bat b/bin/catalina.bat index 9a30371013..9c55ae940e 100755 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -223,7 +223,6 @@ set "JAVA_OPTS=%JAVA_OPTS% --add-opens=java.base/java.io=ALL-UNNAMED" set "JAVA_OPTS=%JAVA_OPTS% --add-opens=java.base/java.util=ALL-UNNAMED" set "JAVA_OPTS=%JAVA_OPTS% --add-opens=java.base/java.util.concurrent=ALL-UNNAMED" set "JAVA_OPTS=%JAVA_OPTS% --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" -set "JAVA_OPTS=%JAVA_OPTS% --enable-native-access=ALL-UNNAMED" rem ----- Execute The Requested Command --------------------------------------- diff --git a/bin/catalina.sh b/bin/catalina.sh index ed647a2dea..32f87ffb6f 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -296,7 +296,6 @@ JAVA_OPTS="$JAVA_OPTS --add-opens=java.base/java.io=ALL-UNNAMED" JAVA_OPTS="$JAVA_OPTS --add-opens=java.base/java.util=ALL-UNNAMED" JAVA_OPTS="$JAVA_OPTS --add-opens=java.base/java.util.concurrent=ALL-UNNAMED" JAVA_OPTS="$JAVA_OPTS --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" -JAVA_OPTS="$JAVA_OPTS --enable-native-access=ALL-UNNAMED" # ----- Execute The Requested Command ----------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org