This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 7b9426eea6 Do what the comment says - keep options aligned 7b9426eea6 is described below commit 7b9426eea638520a1c26101357feb55cd974540a Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 4 16:09:31 2025 +0100 Do what the comment says - keep options aligned --- bin/service.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/service.bat b/bin/service.bat index 9b553b246e..5ba51e634a 100755 --- a/bin/service.bat +++ b/bin/service.bat @@ -207,6 +207,7 @@ set "JVM9_OPTIONS=%JVM9_OPTIONS%;--add-opens=java.base/java.io=ALL-UNNAMED" set "JVM9_OPTIONS=%JVM9_OPTIONS%;--add-opens=java.base/java.util=ALL-UNNAMED" set "JVM9_OPTIONS=%JVM9_OPTIONS%;--add-opens=java.base/java.util.concurrent=ALL-UNNAMED" set "JVM9_OPTIONS=%JVM9_OPTIONS%;--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" +set "JVM9_OPTIONS=%JVM9_OPTIONS%;--enable-native-access=ALL-UNNAMED" "%EXECUTABLE%" //IS//%SERVICE_NAME% ^ --Description "Apache Tomcat @VERSION@ Server - https://tomcat.apache.org/" ^ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org