Skip to content

Commit

Permalink
general yml file formatting for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
aamotharald committed Oct 18, 2024
1 parent 73481dc commit 6039d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ recipeList:
- org.openrewrite.java.spring.cloud2022.UpgradeSpringCloud_2022
- org.openrewrite.java.springdoc.UpgradeSpringDoc_2
- org.openrewrite.hibernate.MigrateToHibernate61

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.ActuatorEndpointSanitization
Expand All @@ -93,7 +94,6 @@ recipeList:
propertyKey: management.endpoint.env.additional-keys-to-sanitize

---

type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.MigrateMaxHttpHeaderSize
displayName: Rename `server.max-http-header-size` to `server.max-http-request-header-size`
Expand Down Expand Up @@ -133,6 +133,7 @@ recipeList:
oldGroupId: org.thymeleaf.extras
oldArtifactId: thymeleaf-extras-springsecurity5
newArtifactId: thymeleaf-extras-springsecurity6

---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.MigrateDropWizardDependencies
Expand Down

0 comments on commit 6039d57

Please sign in to comment.