Skip to content

Commit 84bc17b

Browse files
[Auto] Spring Boot property migration recipes as of 2024-02-22T2033 (#497)
Co-authored-by: timtebeek <[email protected]>
1 parent db5d8e0 commit 84bc17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ recipeList:
2525
- org.openrewrite.java.spring.ChangeSpringPropertyKey:
2626
oldPropertyKey: management.otlp.metrics.export.resource-attributes
2727
newPropertyKey: management.opentelemetry.resource-attributes
28+
- org.openrewrite.java.spring.ChangeSpringPropertyKey:
29+
oldPropertyKey: micrometer.observations.annotations.enabled
30+
newPropertyKey: management.observations.annotations.enabled
2831
- org.openrewrite.java.spring.ChangeSpringPropertyKey:
2932
oldPropertyKey: server.max-http-header-size
3033
newPropertyKey: server.max-http-request-header-size

0 commit comments

Comments
 (0)