Skip to content

shiro-web jakarta only references javax and not jakarta in MANIFEST.MF #1324

@adessaigne

Description

@adessaigne

Search before asking

  • I had searched in the issues 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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions