lprimak commented on issue #891: URL: https://github.com/apache/shiro/issues/891#issuecomment-1578987084
I think there is some confusion here between jakarta `classifier` and the `jakarta ee` module. Jakarta EE module, which is available only with Shiro 2.0+, is "Jakarta EE" integration and doesn't have anything to do with Spring Boot. On the other hand, Jakarta EE `classifier` is there for `core`, `web` and other Shiro modules that depend on Jakarta EE, which are available with Shiro 1.x. Spring Boot 3 integration is available in Shiro 1.x via jakarta `classifier` Jakarta EE integration module is available for both Jakarta EE/Java EE 8, or Jakarta EE 9+ via jakarta `classifier`, but only in Shiro 2.x+ Hope this clears things up. -- 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]
