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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new c3fc3a5c9e BND needs to know about new package
c3fc3a5c9e is described below

commit c3fc3a5c9e8a88fbaaf71613ad468ed2cc583e83
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Aug 27 14:32:45 2025 +0100

    BND needs to know about new package
---
 res/bnd/tomcat-embed-core.jar.tmp.bnd | 1 +
 res/bnd/tomcat-util.jar.tmp.bnd       | 1 +
 webapps/docs/changelog.xml            | 4 ++++
 3 files changed, 6 insertions(+)

diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd 
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index 5b8ff28a3c..86702348ed 100644
--- a/res/bnd/tomcat-embed-core.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd
@@ -64,6 +64,7 @@ Export-Package: \
     org.apache.tomcat.util.codec.binary,\
     org.apache.tomcat.util.collections,\
     org.apache.tomcat.util.compat,\
+    org.apache.tomcat.util.concurrent,\
     org.apache.tomcat.util.descriptor,\
     org.apache.tomcat.util.descriptor.tagplugin,\
     org.apache.tomcat.util.descriptor.web,\
diff --git a/res/bnd/tomcat-util.jar.tmp.bnd b/res/bnd/tomcat-util.jar.tmp.bnd
index 896a1469e9..458231a52c 100644
--- a/res/bnd/tomcat-util.jar.tmp.bnd
+++ b/res/bnd/tomcat-util.jar.tmp.bnd
@@ -23,6 +23,7 @@ Export-Package: \
     org.apache.tomcat.util.codec.binary,\
     org.apache.tomcat.util.collections,\
     org.apache.tomcat.util.compat,\
+    org.apache.tomcat.util.concurrent,\
     org.apache.tomcat.util.file,\
     org.apache.tomcat.util.res,\
     org.apache.tomcat.util.security,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a98091bf09..33176a8af0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -113,6 +113,10 @@
         in RFC 9110 that hash functions used to generate strong ETags should be
         collision resistant. (markt)
       </update>
+      <fix>
+        Correct a regression in the fix for <bug>69781</bug> that broke
+        <code>FileStore</code>. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to