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 7965e34603 Exclude unnecessary classes from deployer JAR
7965e34603 is described below

commit 7965e34603a5958235eaf2737af28c99fb7b09eb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 27 09:44:08 2025 +0100

    Exclude unnecessary classes from deployer JAR
---
 build.xml                  | 3 +++
 webapps/docs/changelog.xml | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/build.xml b/build.xml
index 0e9c36cd48..282b906363 100644
--- a/build.xml
+++ b/build.xml
@@ -2464,13 +2464,16 @@
         <exclude name="org/apache/tomcat/util/descriptor" />
         <exclude name="org/apache/tomcat/util/file" />
         <exclude name="org/apache/tomcat/util/http" />
+        <exclude name="org/apache/tomcat/util/json" />
         <exclude name="org/apache/tomcat/util/log" />
         <exclude name="org/apache/tomcat/util/modeler" />
         <exclude name="org/apache/tomcat/util/net" />
+        <exclude name="org/apache/tomcat/util/openssl" />
         <exclude name="org/apache/tomcat/util/res" />
         <exclude name="org/apache/tomcat/util/scan" />
         <exclude name="org/apache/tomcat/util/security" />
         <exclude name="org/apache/tomcat/util/threads" />
+        <exclude name="org/apache/tomcat/util/xreflection" />
         <exclude name="**/package.html" />
         <exclude name="**/LocalStrings_*" />
       </fileset>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index af1cda930f..91b552b326 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -172,6 +172,10 @@
         performance. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
+      <scode>
+        Remove a number of unnecessary packages from the catalina-deployer.jar.
+        (markt)
+      </scode>
     </changelog>
   </subsection>
   <subsection name="Coyote">


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

Reply via email to