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 2783ce33ae Fix references to the org.apache.tomcat.util.threads.res 
package
2783ce33ae is described below

commit 2783ce33aeef6aeaab9aa161d1a982feb11723fa
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 15 14:49:15 2022 +0100

    Fix references to the org.apache.tomcat.util.threads.res package
    
    The files were moved to org.apache.tomcat.util.threads
---
 res/bnd/tomcat-embed-core.jar.tmp.bnd                              | 3 +--
 res/bnd/tomcat-util.jar.tmp.bnd                                    | 3 +--
 res/graal/tomcat-embed-core/native-image/tomcat-resource.json      | 2 +-
 .../tomcat-embed-programmatic/native-image/tomcat-resource.json    | 2 +-
 webapps/docs/changelog.xml                                         | 7 +++++++
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd 
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index 41474fe2f8..314f672019 100644
--- a/res/bnd/tomcat-embed-core.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd
@@ -93,8 +93,7 @@ Export-Package: \
     org.apache.tomcat.util.bcel,\
     org.apache.tomcat.util.http.fileupload.util.mime,\
     org.apache.tomcat.util.json,\
-    org.apache.tomcat.util.net.jsse,\
-    org.apache.tomcat.util.threads.res
+    org.apache.tomcat.util.net.jsse
 
 -includeresource.notice2: 
META-INF/NOTICE=${tomcat.output}/manifests/servlet-api.jar.notice
 -includeresource.license2: 
META-INF/LICENSE=${tomcat.output}/manifests/servlet-api.jar.license
diff --git a/res/bnd/tomcat-util.jar.tmp.bnd b/res/bnd/tomcat-util.jar.tmp.bnd
index 1a36c40674..f687924d3b 100644
--- a/res/bnd/tomcat-util.jar.tmp.bnd
+++ b/res/bnd/tomcat-util.jar.tmp.bnd
@@ -29,8 +29,7 @@ Export-Package: \
     org.apache.tomcat.util.threads
 
 -includepackage: \
-    org.apache.tomcat.util.json,\
-    org.apache.tomcat.util.threads.res
+    org.apache.tomcat.util.json
 
 -jpms-module-info: \
     ${module.name};\
diff --git a/res/graal/tomcat-embed-core/native-image/tomcat-resource.json 
b/res/graal/tomcat-embed-core/native-image/tomcat-resource.json
index 3c8d07966c..e356bab9fb 100644
--- a/res/graal/tomcat-embed-core/native-image/tomcat-resource.json
+++ b/res/graal/tomcat-embed-core/native-image/tomcat-resource.json
@@ -45,7 +45,7 @@
     {"name":"org.apache.tomcat.util.net.LocalStrings"},
     {"name":"org.apache.tomcat.util.scan.LocalStrings"},
     {"name":"org.apache.tomcat.util.security.LocalStrings"},
-    {"name":"org.apache.tomcat.util.threads.res.LocalStrings"}
+    {"name":"org.apache.tomcat.util.threads.LocalStrings"}
   ],
   "resources":[
     {"pattern":".*/mbeans-descriptors.xml$"},
diff --git 
a/res/graal/tomcat-embed-programmatic/native-image/tomcat-resource.json 
b/res/graal/tomcat-embed-programmatic/native-image/tomcat-resource.json
index 1ac95cf2d0..b084fa0b7a 100644
--- a/res/graal/tomcat-embed-programmatic/native-image/tomcat-resource.json
+++ b/res/graal/tomcat-embed-programmatic/native-image/tomcat-resource.json
@@ -34,7 +34,7 @@
     {"name":"org.apache.tomcat.util.net.LocalStrings"},
     {"name":"org.apache.tomcat.util.scan.LocalStrings"},
     {"name":"org.apache.tomcat.util.security.LocalStrings"},
-    {"name":"org.apache.tomcat.util.threads.res.LocalStrings"}
+    {"name":"org.apache.tomcat.util.threads.LocalStrings"}
   ],
   "resources":[
     {"pattern":".*/Authenticators.properties$"},
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9c2a5c26d2..059e3a9d77 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -177,6 +177,13 @@
         the removal of the deprecated Java API associated with features that
         will be removed in Tomcat Native 2.0.x. (markt)
       </update>
+      <fix>
+        Remove and/or update references to the removed
+        <code>org.apache.tomcat.util.threads.res</code> package. The
+        <code>LocalStrings*.properties</code> files in that package were moved
+        to <code>org.apache.tomcat.util.threads</code> package for consistency
+        with the rest of the Tomcat code base.
+      </fix>
     </changelog>
   </subsection>
 </section>


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

Reply via email to