-
Couldn't load subscription status.
- Fork 3.1k
chore: remove maven warnings #4434
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
Conversation
a18f2bd to
95ef537
Compare
| import org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler; | ||
| import org.springframework.security.web.csrf.CookieCsrfTokenRepository; | ||
| import org.springframework.security.web.util.matcher.AntPathRequestMatcher; | ||
| import org.springframework.security.web.servlet.util.matcher.PathPatternRequestMatcher; |
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.
"maven warnings"? Did you mean javacompiler warnings?
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.
well, yes, but in maven they are printed as "[WARNING] ..."
| PathPatternRequestMatcher.withDefaults().matcher(POST, this.adminServer.path("/instances")), | ||
| PathPatternRequestMatcher.withDefaults() | ||
| .matcher(DELETE, this.adminServer.path("/instances/*")), | ||
| PathPatternRequestMatcher.withDefaults().matcher(this.adminServer.path("/actuator/**")))); |
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.
I hope we have good tests for this, the matchers made problems in one update I think
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.
I am not sure, but I guess: no. Hazelcast is an example we should have a look on in a different task anyways.
95ef537 to
fd9fa1e
Compare
No description provided.