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

remm 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 ebd5cae558 Fix warning
ebd5cae558 is described below

commit ebd5cae558d4e046c0671e01c0a7f1136df56ca9
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

Reply via email to