Skip to content

Commit e4d730e

Browse files
committed
Drop AdditionalSpringBootProperties_3_0
As indicated on #517 (comment)
1 parent 51c1a06 commit e4d730e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ recipeList:
6262
- org.openrewrite.java.spring.boot3.DowngradeServletApiWhenUsingJetty
6363
- org.openrewrite.java.spring.boot3.ConfigurationOverEnableSecurity
6464
- org.openrewrite.java.spring.boot3.SpringBootProperties_3_0
65-
- org.openrewrite.java.spring.boot3.AdditionalSpringBootProperties_3_0
6665
- org.openrewrite.java.spring.boot3.MigrateThymeleafDependencies
6766
- org.openrewrite.java.spring.boot3.UpgradeSpringDoc_2
6867
- org.openrewrite.java.spring.boot3.MigrateDropWizardDependencies
@@ -227,16 +226,3 @@ recipeList:
227226
oldArtifactId: metrics-servlets
228227
newArtifactId: metrics-jakarta-servlets
229228
newVersion: 4.2.x
230-
---
231-
type: specs.openrewrite.org/v1beta/recipe
232-
name: org.openrewrite.java.spring.boot3.AdditionalSpringBootProperties_3_0
233-
displayName: Migrate additional Spring Boot properties to 3.0 not covered by Spring property metadata
234-
description: >
235-
Rename `management.metrics.export.atlas.aggrConfig` to `management.atlas.metrics.export.aggrConfig`.
236-
tags:
237-
- spring
238-
- boot
239-
recipeList:
240-
- org.openrewrite.java.spring.ChangeSpringPropertyKey:
241-
oldPropertyKey: management.metrics.export.atlas.aggrConfig
242-
newPropertyKey: management.atlas.metrics.export.aggrConfig

0 commit comments

Comments
 (0)