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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 2c8fdae4abab9e949cef94b8fd44d4f3b819a65b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 18 21:12:23 2020 +0100

    It appears these need to be exported else reflection doesn't work
---
 res/bnd/tomcat-embed-core.jar.tmp.bnd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/bnd/tomcat-embed-core.jar.tmp.bnd 
b/res/bnd/tomcat-embed-core.jar.tmp.bnd
index aab93ea..40e7f17 100644
--- a/res/bnd/tomcat-embed-core.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-core.jar.tmp.bnd
@@ -73,11 +73,13 @@ 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,\
     org.apache.tomcat.util.log,\
     org.apache.tomcat.util.modeler,\
+    org.apache.tomcat.util.modeler.modules,\
     org.apache.tomcat.util.net,\
     org.apache.tomcat.util.net.openssl,\
     org.apache.tomcat.util.net.openssl.ciphers,\
@@ -89,10 +91,8 @@ Export-Package: \
 -includepackage: \
     org.apache.naming.factory.webservices,\
     org.apache.tomcat.util.bcel,\
-    org.apache.tomcat.util.http.fileupload.impl,\
     org.apache.tomcat.util.http.fileupload.util.mime,\
     org.apache.tomcat.util.json,\
-    org.apache.tomcat.util.modeler.modules,\
     org.apache.tomcat.util.net.jsse,\
     org.apache.tomcat.util.threads.res
 


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

Reply via email to