Skip to content

deleting spring-boot-upgrade-30 module #268

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

Merged
merged 2 commits into from
Jul 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.openrewrite.java.spring.boot3;
package org.springframework.sbm.boot.upgrade_27_30.config;

import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.commons.lang3.tuple.Pair;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.openrewrite.java.spring.boot3;
package org.springframework.sbm.boot.upgrade_27_30.config;

import org.apache.commons.lang3.tuple.Pair;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.openrewrite.java.spring.boot3;
package org.springframework.sbm.boot.upgrade_27_30.config;

import org.apache.commons.lang3.tuple.Pair;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,47 +1,4 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.data.TEST
displayName: Upgrade to Spring Data 3.0
description: 'Upgrade to Spring Data to 3.0 from any prior version.'
recipeList:
- org.openrewrite.java.AddMavenRepository:
id: repository.spring.milestone
url: https://repo.spring.io/milestone
repositoryName: repository.spring.milestone
- org.openrewrite.maven.UpgradeParentVersion:
groupId: org.springframework.boot
artifactId: spring-boot-starter-parent
newVersion: 3.0.0-M3

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.data.TEST2
displayName: Upgrade to Spring Data 3.0
description: 'Upgrade to Spring Data to 3.0 from any prior version.'
recipeList:
- org.openrewrite.java.AddMavenRepository:
id: repository.spring.milestone
url: https://repo.spring.io/milestone
repositoryName: repository.spring.milestone
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.data.java.constructorbinding
displayName: Upgrade to Spring Data 3.0
description: 'Handles @ConstructorBinding'
recipeList:
- org.openrewrite.java.ConstructorBinding:
id: repository.spring.milestone
url: https://repo.spring.io/milestone
repositoryName: repository.spring.milestone
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.SAMLRelyingPartyPropertyYAMLMove
displayName: Move SAML relying party identity provider property to asserting party
description: 'Renames spring.security.saml2.relyingparty.registration.(any).identityprovider to spring.security.saml2.relyingparty.registration.(any).assertingparty'
recipeList:
- org.openrewrite.java.spring.boot3.SAMLRelyingPartyPropertyYAMLMove

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.SpringBootPropertiesManual_2_7
displayName: Upgrade to Spring Data 3.0
description: 'Rename properties'
Expand Down
113 changes: 0 additions & 113 deletions spring-boot-upgrade-30/pom.xml

This file was deleted.

This file was deleted.

Loading