[ https://issues.apache.org/jira/browse/SHIRO-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Francois Papon resolved SHIRO-750. ---------------------------------- Resolution: Resolved > Migrate to jakarta APIs > ----------------------- > > Key: SHIRO-750 > URL: https://issues.apache.org/jira/browse/SHIRO-750 > Project: Shiro > Issue Type: Improvement > Components: jax-rs > Affects Versions: 1.5.2 > Reporter: Benjamin Marwell > Priority: Minor > Fix For: 2.0.0 > > Time Spent: 1h > Remaining Estimate: 0h > > 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: > {code:java} > <dependency> > <groupId>jakarta.ws.rs</groupId> > <artifactId>jakarta.ws.rs-api</artifactId> > <version>?</version> > </dependency> > {code} > 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. -- This message was sent by Atlassian Jira (v8.3.4#803005)