adessaigne opened a new issue, #1324: URL: https://github.com/apache/shiro/issues/1324
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues. ### Environment Java 17 ### Shiro version shiro-web 1.13.0 jakarta classifier ### What was the actual outcome? The MANIFEST.MF contains references towards `javax.servlet` and not `jakarta.servlet` ### What was the expected outcome? The MANIFEST.MF only contains references towards `jakarta.servlet` and not `javax.servlet` ### How to reproduce There are 2 ways to see the issue: 1. Add shiro-web with jakarta classifier in an OSGi environment, it will says it cannot find `jakarta/servlet/Filter` as the bundle classloader is not configured to load `jakarta.servlet` package but `javax.servlet` 2. Open the MANIFEST.MF file in the jar and see references to `javax` and not `jakarta` ### Debug logs _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
