Skip to content

Commit

Permalink
Drop AdditionalSpringBootProperties_3_0
Browse files Browse the repository at this point in the history
As indicated on #517 (comment)
  • Loading branch information
timtebeek committed Jun 6, 2024
1 parent 51c1a06 commit e4d730e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ recipeList:
- org.openrewrite.java.spring.boot3.DowngradeServletApiWhenUsingJetty
- org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurity
- org.openrewrite.java.spring.boot3.SpringBootProperties_3_0
- org.openrewrite.java.spring.boot3.AdditionalSpringBootProperties_3_0
- org.openrewrite.java.spring.boot3.MigrateThymeleafDependencies
- org.openrewrite.java.spring.boot3.UpgradeSpringDoc_2
- org.openrewrite.java.spring.boot3.MigrateDropWizardDependencies
Expand Down Expand Up @@ -227,16 +226,3 @@ recipeList:
oldArtifactId: metrics-servlets
newArtifactId: metrics-jakarta-servlets
newVersion: 4.2.x
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot3.AdditionalSpringBootProperties_3_0
displayName: Migrate additional Spring Boot properties to 3.0 not covered by Spring property metadata
description: >
Rename `management.metrics.export.atlas.aggrConfig` to `management.atlas.metrics.export.aggrConfig`.
tags:
- spring
- boot
recipeList:
- org.openrewrite.java.spring.ChangeSpringPropertyKey:
oldPropertyKey: management.metrics.export.atlas.aggrConfig
newPropertyKey: management.atlas.metrics.export.aggrConfig

0 comments on commit e4d730e

Please sign in to comment.