Skip to content

Commit ddbeb70

Browse files
authored
Saml2 property changes only for 2.7 (#303)
1 parent 93bfd38 commit ddbeb70

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/main/resources/META-INF/rewrite/spring-boot-30.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ recipeList:
3535
- org.openrewrite.java.spring.boot2.MoveAutoConfigurationToImportsFile
3636
- org.openrewrite.java.spring.boot3.ActuatorEndpointSanitization
3737
- org.openrewrite.java.spring.boot3.MigrateMaxHttpHeaderSize
38-
- org.openrewrite.java.spring.boot3.Saml
3938
- org.openrewrite.java.spring.boot3.DowngradeServletApiWhenUsingJetty
4039
- org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurity
4140
- org.openrewrite.java.spring.boot3.SpringBootProperties_3_0_0
@@ -62,34 +61,6 @@ recipeList:
6261
newVersion: 3.0.x
6362
---
6463
type: specs.openrewrite.org/v1beta/recipe
65-
name: org.openrewrite.java.spring.boot3.Saml
66-
displayName: Migrate SAML configuration to Spring Boot 3.0 in yaml format
67-
description: Renames spring.security.saml2.relyingparty.registration.(any).identityprovider to spring.security.saml2.relyingparty.registration.(any).assertingparty.
68-
tags:
69-
- spring
70-
- boot
71-
- saml
72-
recipeList:
73-
- org.openrewrite.yaml.ChangeKey:
74-
oldKeyPath: $.spring.security.saml2.relyingparty.registration.*[?(@.identityprovider)]
75-
newKey: assertingparty
76-
77-
---
78-
type: specs.openrewrite.org/v1beta/recipe
79-
name: org.openrewrite.java.spring.boot3.Saml
80-
displayName: Migrate SAML configuration to Spring Boot 3.0 in yaml format
81-
description: Renames spring.security.saml2.relyingparty.registration.(any).identityprovider to spring.security.saml2.relyingparty.registration.(any).assertingparty.
82-
tags:
83-
- spring
84-
- boot
85-
- saml
86-
recipeList:
87-
- org.openrewrite.yaml.ChangeKey:
88-
oldKeyPath: $.spring.security.saml2.relyingparty.registration.*[?(@.identityprovider)]
89-
newKey: assertingparty
90-
91-
---
92-
type: specs.openrewrite.org/v1beta/recipe
9364
name: org.openrewrite.java.spring.boot3.DowngradeServletApiWhenUsingJetty
9465
displayName: Downgrade Jakarta Servlet API to 5.0 when using Jetty
9566
description: >

0 commit comments

Comments
 (0)