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:38:59 UTC

[tomcat] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit e3b5c3a44a84c4158732d6adccd43fc26a82f8d7
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 | 4 ++++
 webapps/docs/setup.xml     | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 01ed9b8..4e9018b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -112,6 +112,10 @@
         (<code>maxHttpHeaderSize</code>) that is inherited by the HTTP/2 upgrade
         protocol. Thanks to Thomas Hoffmann. (markt)
       </fix>
+      <fix>
+        <bug>65952</bug>: Align <code>--add-opens</code> configuration for jsvc
+        with the current Tomcat scripts. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">
diff --git a/webapps/docs/setup.xml b/webapps/docs/setup.xml
index 871420d..b3e8028 100644
--- a/webapps/docs/setup.xml
+++ b/webapps/docs/setup.xml
@@ -153,6 +153,8 @@ cd $CATALINA_HOME
     -errfile $CATALINA_BASE/logs/catalina.err \
     --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 \
     -Dcatalina.home=$CATALINA_HOME \
     -Dcatalina.base=$CATALINA_BASE \

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