Skip to content

Commit

Permalink
Fix invalid property values
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 26, 2024
1 parent 3a8ff2a commit 3bcb8a0
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 3bcb8a0

Please sign in to comment.