Search before asking
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:
- 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
- Open the MANIFEST.MF file in the jar and see references to
javax and not jakarta
Debug logs
No response
Search before asking
Environment
Java 17
Shiro version
shiro-web 1.13.0 jakarta classifier
What was the actual outcome?
The MANIFEST.MF contains references towards
javax.servletand notjakarta.servletWhat was the expected outcome?
The MANIFEST.MF only contains references towards
jakarta.servletand notjavax.servletHow to reproduce
There are 2 ways to see the issue:
jakarta/servlet/Filteras the bundle classloader is not configured to loadjakarta.servletpackage butjavax.servletjavaxand notjakartaDebug logs
No response