This is an automated email from the ASF dual-hosted git repository. remm 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 17125ffb84 Fix warning 17125ffb84 is described below commit 17125ffb84cfbf57b254fa866871b494c1d14abd Author: remm <r...@apache.org> AuthorDate: Thu Jul 18 10:54:34 2024 +0200 Fix warning Trying to hide the impl package doesn't seem to really work. --- res/bnd/tomcat-coyote.jar.tmp.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/bnd/tomcat-coyote.jar.tmp.bnd b/res/bnd/tomcat-coyote.jar.tmp.bnd index 3412d089d2..1bd76fd154 100644 --- a/res/bnd/tomcat-coyote.jar.tmp.bnd +++ b/res/bnd/tomcat-coyote.jar.tmp.bnd @@ -28,6 +28,7 @@ Export-Package: \ org.apache.tomcat.util.http,\ org.apache.tomcat.util.http.fileupload,\ org.apache.tomcat.util.http.fileupload.disk,\ + org.apache.tomcat.util.http.fileupload.impl,\ org.apache.tomcat.util.http.fileupload.servlet,\ org.apache.tomcat.util.http.fileupload.util,\ org.apache.tomcat.util.http.parser,\ @@ -43,7 +44,6 @@ X-Compile-Target-JDK: ${compile.release} -includepackage: \ org.apache.tomcat.util.bcel,\ - org.apache.tomcat.util.http.fileupload.impl,\ org.apache.tomcat.util.http.fileupload.util.mime -jpms-module-info: \ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org