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 6333b96455 BND needs to know about new package
6333b96455 is described below

commit 6333b964554345d9dced9593ce2792d3af139986
Author: Mark Thomas <ma...@apache.org>
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 +
 2 files changed, 2 insertions(+)

diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd 
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index 25a56407fd..77d285b6d7 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,\


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

Reply via email to