This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 0d6357ccb4 BND needs to know about new package
0d6357ccb4 is described below
commit 0d6357ccb4f8951a35cb60b7b2d5dfb6a3fddee7
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 15efc4f89f..b6e3b9f6c0 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 04cc346d5b..577ee1bd36 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]