-
Notifications
You must be signed in to change notification settings - Fork 83
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
Spring SecurityFilterChain related recipes remove antmatchers rules #578
Conversation
src/testWithSpringSecurity_5_7/java/org/openrewrite/spring/security5/MigrateTo6_1Test.java
Outdated
Show resolved
Hide resolved
src/testWithSpringSecurity_5_7/java/org/openrewrite/spring/security5/MigrateTo6_1Test.java
Outdated
Show resolved
Hide resolved
...ithSpringSecurity_5_7/java/org/openrewrite/spring/security5/UpgradeSpringSecurity61Test.java
Outdated
Show resolved
Hide resolved
...ithSpringSecurity_5_7/java/org/openrewrite/spring/security5/UpgradeSpringSecurity61Test.java
Outdated
Show resolved
Hide resolved
...ithSpringSecurity_5_7/java/org/openrewrite/spring/security5/UpgradeSpringSecurity61Test.java
Outdated
Show resolved
Hide resolved
...ithSpringSecurity_5_7/java/org/openrewrite/spring/security5/UpgradeSpringSecurity61Test.java
Outdated
Show resolved
Hide resolved
...ithSpringSecurity_5_7/java/org/openrewrite/spring/security5/UpgradeSpringSecurity61Test.java
Outdated
Show resolved
Hide resolved
Move recipes from spring-security-61.yml to spring-security-58.yml
...ithSpringSecurity_5_8/java/org/openrewrite/spring/security5/UpgradeSpringSecurity58Test.java
Outdated
Show resolved
Hide resolved
Reduced bloated test cases
...tWithSpringSecurity_5_8/java/org/openrewrite/spring/security5/UseNewRequestMatchersTest.java
Outdated
Show resolved
Hide resolved
...tWithSpringSecurity_5_8/java/org/openrewrite/spring/security5/UseNewRequestMatchersTest.java
Outdated
Show resolved
Hide resolved
...tWithSpringSecurity_5_8/java/org/openrewrite/spring/security5/UseNewRequestMatchersTest.java
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I think it's safe to say the combination of the order of recipes and the type information being broken by the |
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.
Great to see this resolved finally! Thanks for diving in and uncovering that missing method type change.
What's changed?
Added additional test cases to show an issue exists
What's your motivation?
ServerHttpSecurityLambdaDsl
#545Any additional context