-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Revert "Bump jakarta.authorization:jakarta.authorization-api from 2.1.0 to 3.0.0" #40797
Conversation
….0 to 3.0.0" This reverts commit 1c8d9f3. As stated in quarkusio#40607, I think we should update all the Jakarta EE dependencies in one go when they are all ready. Unfortunately, this will hit 3.11.0 but better fixing it for 3.11.1 anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gsmet, these versions do not seem to be aligned across various artifacts, so it is a bit hard to notice side-effects if the build passes. Thanks for spotting the problem
Status for workflow
|
@sberyozkin yeah the rule of thumb for Jakarta dependencies is: only get micros in. Minors and majors are usually associated with a Jakarta EE global version bump. |
This reverts commit 1c8d9f3.
As stated in #40607, I think we should update all the Jakarta EE dependencies in one go when they are all ready.
Unfortunately, this will hit 3.11.0 but better fixing it for 3.11.1 anyway.