This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 75e04e41f1 BND needs to know about new package 75e04e41f1 is described below commit 75e04e41f1a4e4076acdde31d48dd4f8b4ea0d0b 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