FangSuYu opened a new issue, #2119: URL: https://github.com/apache/shiro/issues/2119
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues. ### Question I want to upgrade a backend. The original version is springboot2.5.3, which uses shiro-spring1.4.0. Now I want to upgrade to springboot3.5.0, but I encounter a problem with the shiro version. The error message probably means that the shiro used depends on javax.*, and springboot3.x requires java17 and above, so the original javax.* is updated to jakarta.*. So how can I solve this upgrade problem? -- 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]
