Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
1.5.2
-
None
Description
Hi,
javax.-dependencies have been superseeded by jakarta dependencies.
In:
https://github.com/apache/shiro/blob/master/support/jaxrs/pom.xml
We can replace the rs-api artifact with:
<dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>?</version> </dependency>
BTW, any reason for not making it optional and provided? EE APIs are usually provided by the application container. There is no need to ship it.
Attachments
Issue Links
- duplicates
-
SHIRO-803 Migrate to Jakarta APIs
- Closed
- links to