Skip to content

Commit

Permalink
Update categories to better group & label recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 5, 2024
1 parent 586c07f commit 6004809
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions src/main/resources/META-INF/rewrite/category.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ packageName: org.openrewrite.java.spring
description: Recipes for upgrading and patching [Spring](https://spring.io/) applications.
---
type: specs.openrewrite.org/v1beta/category
name: Spring Batch
packageName: org.openrewrite.java.spring.batch
---
type: specs.openrewrite.org/v1beta/category
name: Spring Boot 2.x
packageName: org.openrewrite.java.spring.boot2
---
Expand All @@ -28,6 +32,14 @@ name: Spring Boot 3.x
packageName: org.openrewrite.java.spring.boot3
---
type: specs.openrewrite.org/v1beta/category
name: Spring Cloud 2022
packageName: org.openrewrite.java.spring.cloud2022
---
type: specs.openrewrite.org/v1beta/category
name: Spring Cloud 2023
packageName: org.openrewrite.java.spring.cloud2023
---
type: specs.openrewrite.org/v1beta/category
name: Spring Data
packageName: org.openrewrite.java.spring.data
---
Expand All @@ -36,5 +48,13 @@ name: Spring Framework
packageName: org.openrewrite.java.spring.framework
---
type: specs.openrewrite.org/v1beta/category
name: Spring Batch
packageName: org.openrewrite.java.spring.batch
name: Spring Kafka
packageName: org.openrewrite.java.spring.kafka
---
type: specs.openrewrite.org/v1beta/category
name: Spring Security 5.x
packageName: org.openrewrite.java.spring.security5
---
type: specs.openrewrite.org/v1beta/category
name: Spring Security 6.x
packageName: org.openrewrite.java.spring.security6
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-batch-5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
---
type: specs.openrewrite.org/v1beta/recipe

name: org.openrewrite.java.spring.boot3.SpringBatch4To5Migration
name: org.openrewrite.java.spring.batch.SpringBatch4To5Migration
displayName: Migrate to Spring Batch 5.0 from 4.3
description: Migrate applications built on Spring Batch 4.3 to the latest Spring Batch 5.0 release.
tags:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ recipeList:
- org.openrewrite.java.spring.boot3.UpgradeSpringDoc_2
- org.openrewrite.java.spring.boot3.MigrateDropWizardDependencies
- org.openrewrite.java.spring.boot3.RemoveSolrAutoConfigurationExclude
- org.openrewrite.java.spring.boot3.SpringBatch4To5Migration
- org.openrewrite.java.spring.batch.SpringBatch4To5Migration
- org.openrewrite.java.spring.framework.UpgradeSpringFramework_6_0
- org.openrewrite.java.spring.security6.UpgradeSpringSecurity_6_0
- org.openrewrite.java.spring.cloud2022.UpgradeSpringCloud_2022
Expand Down

0 comments on commit 6004809

Please sign in to comment.