We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Javadoc says ExpressionAuthorizationDecision was introduced since 5.6.
ExpressionAuthorizationDecision
But in reality it was introduced in 5.8.
See source : https://github.com/spring-projects/spring-security/blob/5.8.x/core/src/main/java/org/springframework/security/authorization/ExpressionAuthorizationDecision.java
The text was updated successfully, but these errors were encountered:
Hi @ghusta,
are you interested in submitting a PR targeting the 5.8.x branch that updates the since tag?
Sorry, something went wrong.
Hi
OK why not. In my opinion there is only one character to change, it shouldn't be too hard 😉
Sounds good, I'll assign this issue to you then.
Fix Javadoc since tag for class ExpressionAuthorizationDecision
a7583c4
Closes spring-projectsgh-12411
36d83f8
ghusta
No branches or pull requests
Javadoc says
ExpressionAuthorizationDecision
was introduced since 5.6.But in reality it was introduced in 5.8.
See source : https://github.com/spring-projects/spring-security/blob/5.8.x/core/src/main/java/org/springframework/security/authorization/ExpressionAuthorizationDecision.java
The text was updated successfully, but these errors were encountered: