StefanFranzWeiser opened a new pull request, #378: URL: https://github.com/apache/felix-dev/pull/378
The bridge imports on jakarta.servlet.descriptor avoids to deploy the bridge on Tomcat 11 correctly because Tomcat 11 provides v6.1. All other jakarta dependencies are open to exlude v7, see: ` Import-Package: jakarta.servlet;version="[5.0,7)",jakarta.servlet.http ;version="[5.0,7)",org.osgi.service.useradmin;resolution:=optional;ve rsion="[1.1,2)",sun.misc;resolution:=optional,sun.nio.ch;resolution:= optional,jakarta.servlet.descriptor;version="[5.0,6)",java.io,java.la ng,java.lang.invoke,java.lang.ref,java.lang.reflect,java.math,java.ne t,java.nio,java.nio.channels,java.nio.charset,java.nio.file,java.nio. ` Upgrading the bridge dependencies fixes the problem. Root cause is the reference on the old wrapper version 1.0.2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org