-
Notifications
You must be signed in to change notification settings - Fork 90
org.apache.shiro:xxx:1.x versions not updated when using ...migrate.jakarta.JakartaEE10 #685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@melloware let me do some further testing first please. Using |
ok let me know |
Strangely you will need to add the jakarta classifier, even on 2.x. I was not able to test my application yet (issue with EclipseLink), but at least it compiles now. |
so should i bump to 2X with the jakarta classifier? |
I think that would be safe to do. As we discussed on Discord, maybe add the link https://shiro.apache.org/jakarta-ee.html in a comment. In my case some class was moved to a different package and dependency. So it's not a blind migration per se. |
PR submitted |
Usually we upgrade the dependencies and developers fix that last 5% of changes. |
I ran
and found that the dependencies
were not updated to the EE10 compatible version (you will need to add the classifier as well)
CC @melloware
Shiro has several artifactIds which can probably all be bumped to the same version
https://shiro.apache.org/jakarta-ee.html
The text was updated successfully, but these errors were encountered: