StefanFranzWeiser commented on PR #378: URL: https://github.com/apache/felix-dev/pull/378#issuecomment-2642031576
> The intention of the bridge is to run with both servlet 5 and servlet 6. However, servlet 5 needs wrappers 1.0.x and servlet 6 needs wrapper 1.1.x . We can either create a second module (one for servlet 5 and one for servlet 6), or from now on we require at least servlet 6. I think we should start with the latter and when users later request a bridge for servlet 5 create it on demand. On my side wrappers 1.0.6 is enough and repairs the version range for my purpose. At the moment, the bridge cannot be used for servlet v6 because jakarta.servlet.descriptor limits it to v5, while jakarta.servlet and jakarta.servlet.http are open to v5 and v6. Tomcat 9 is still on javax. Tomcat 10 uses jakarta servlet 6.0. Tomcat 11 uses jakarta servlet 6.1. -- 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