-
Notifications
You must be signed in to change notification settings - Fork 828
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
Code cleanup #3174
Code cleanup #3174
Conversation
...rc/main/java/org/cloudfoundry/identity/uaa/security/CsrfAwareEntryPointAndDeniedHandler.java
Dismissed
Show dismissed
Hide dismissed
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.
model/src/main/java/org/cloudfoundry/identity/uaa/codestore/ExpiringCode.java
Outdated
Show resolved
Hide resolved
9a21eb0
to
4d036dd
Compare
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.
Please resolve with develop
model/src/main/java/org/cloudfoundry/identity/uaa/provider/saml/idp/SamlServiceProvider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Duane May <[email protected]>
Remove Guava Library Signed-off-by: Duane May <[email protected]>
4d036dd
to
eb9472f
Compare
@duanemay So far I am through with, thanks for the cleanup. I have 2 open clarifications
|
Tested without guava and yes, |
returns unmodifiable list
left-overs from #2638
Mostly automated with Openrewrite rules, and some manual updates.
Rules Run: CodeStyle, Common Static Analysis Issue remediation, Java 17