You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/15 19:41:35 UTC

[tomcat] branch 8.5.x updated: Fix BZ 65952 - align jsvc docs with scripts

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new eb30560  Fix BZ 65952 - align jsvc docs with scripts
eb30560 is described below

commit eb30560817a5f4b934cb767dac4e4ea0d7c1bd52
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 15 19:38:31 2022 +0000

    Fix BZ 65952 - align jsvc docs with scripts
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=65952
---
 webapps/docs/changelog.xml | 8 ++++++++
 webapps/docs/setup.xml     | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 66a0baf..dc71da6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 8.5.78 (schultz)" rtext="in development">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>65952</bug>: Align <code>--add-opens</code> configuration for jsvc
+        with the current Tomcat scripts. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <update>
diff --git a/webapps/docs/setup.xml b/webapps/docs/setup.xml
index 8daf5c1..31cc153 100644
--- a/webapps/docs/setup.xml
+++ b/webapps/docs/setup.xml
@@ -158,10 +158,12 @@ cd $CATALINA_HOME
     org.apache.catalina.startup.Bootstrap</source>
 
     <p>When running on Java 9 you will need to additionally specify the
-    following when starting jsvc to avoid warnings on shutdown.</p>
+    following when starting jsvc.</p>
 <source>...
 --add-opens=java.base/java.lang=ALL-UNNAMED \
 --add-opens=java.base/java.io=ALL-UNNAMED \
+--add-opens=java.base/java.util=ALL-UNNAMED \
+--add-opens=java.base/java.util.concurrent=ALL-UNNAMED \
 --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED \
 ...
 </source>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org