From 3bcb8a000f112800a4e95c9c940c9ef6bb32996e Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 26 Nov 2024 23:30:38 +0100 Subject: [PATCH] Fix invalid property values --- .../META-INF/rewrite/spring-boot-20-properties.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/META-INF/rewrite/spring-boot-20-properties.yml b/src/main/resources/META-INF/rewrite/spring-boot-20-properties.yml index c9520db94..3ddfbf769 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-20-properties.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-20-properties.yml @@ -537,13 +537,13 @@ recipeList: - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.actuator.enabled - comment: "This property is deprecated: The "actuator" endpoint is no longer available." + comment: "This property is deprecated: The \"actuator\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.actuator.path - comment: "This property is deprecated: The "actuator" endpoint is no longer available." + comment: "This property is deprecated: The \"actuator\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.actuator.sensitive - comment: "This property is deprecated: The "actuator" endpoint is no longer available." + comment: "This property is deprecated: The \"actuator\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.auditevents.sensitive comment: "This property is deprecated: Endpoint sensitive flag is no longer customizable as Spring Boot no longer provides a customizable security auto-configuration @@ -571,16 +571,16 @@ recipeList: . Create or adapt your security configuration accordingly." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.docs.curies.enabled - comment: "This property is deprecated: The "docs" endpoint is no longer available." + comment: "This property is deprecated: The \"docs\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.docs.enabled - comment: "This property is deprecated: The "docs" endpoint is no longer available." + comment: "This property is deprecated: The \"docs\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.docs.path - comment: "This property is deprecated: The "docs" endpoint is no longer available." + comment: "This property is deprecated: The \"docs\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.docs.sensitive - comment: "This property is deprecated: The "docs" endpoint is no longer available." + comment: "This property is deprecated: The \"docs\" endpoint is no longer available." - org.openrewrite.java.spring.CommentOutSpringPropertyKey: propertyKey: endpoints.dump.id comment: "This property is deprecated: Endpoint identifier is no longer customizable."