|
| 1 | +# This file is automatically generated by the GeneratePropertiesMigratorConfiguration class. |
| 2 | +# Do not edit this file manually. Update the Spring Boot property metadata upstream instead. |
| 3 | +--- |
| 4 | +type: specs.openrewrite.org/v1beta/recipe |
| 5 | +name: org.openrewrite.java.spring.boot3.SpringBootProperties_3_5 |
| 6 | +displayName: Migrate Spring Boot properties to 3.5 |
| 7 | +description: Migrate properties found in `application.properties` and `application.yml`. |
| 8 | +tags: |
| 9 | + - spring |
| 10 | + - boot |
| 11 | +recipeList: |
| 12 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 13 | + oldPropertyKey: management.promethus.metrics.export.pushgateway.base-url |
| 14 | + newPropertyKey: management.prometheus.metrics.export.pushgateway.address |
| 15 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 16 | + oldPropertyKey: spring.codec.log-request-details |
| 17 | + newPropertyKey: spring.http.codec.log-request-details |
| 18 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 19 | + oldPropertyKey: spring.codec.max-in-memory-size |
| 20 | + newPropertyKey: spring.http.codec.max-in-memory-size |
| 21 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 22 | + oldPropertyKey: spring.graphql.path |
| 23 | + newPropertyKey: spring.graphql.http.path |
| 24 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 25 | + oldPropertyKey: spring.graphql.sse.timeout |
| 26 | + newPropertyKey: spring.graphql.http.sse.timeout |
| 27 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 28 | + oldPropertyKey: spring.groovy.template.configuration.auto-escape |
| 29 | + newPropertyKey: spring.groovy.template.auto-escape |
| 30 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 31 | + oldPropertyKey: spring.groovy.template.configuration.auto-indent |
| 32 | + newPropertyKey: spring.groovy.template.auto-indent |
| 33 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 34 | + oldPropertyKey: spring.groovy.template.configuration.auto-indent-string |
| 35 | + newPropertyKey: spring.groovy.template.auto-indent-string |
| 36 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 37 | + oldPropertyKey: spring.groovy.template.configuration.auto-new-line |
| 38 | + newPropertyKey: spring.groovy.template.auto-new-line |
| 39 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 40 | + oldPropertyKey: spring.groovy.template.configuration.base-template-class |
| 41 | + newPropertyKey: spring.groovy.template.base-template-class |
| 42 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 43 | + oldPropertyKey: spring.groovy.template.configuration.cache-templates |
| 44 | + newPropertyKey: spring.groovy.template.cache |
| 45 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 46 | + oldPropertyKey: spring.groovy.template.configuration.declaration-encoding |
| 47 | + newPropertyKey: spring.groovy.template.declaration-encoding |
| 48 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 49 | + oldPropertyKey: spring.groovy.template.configuration.expand-empty-elements |
| 50 | + newPropertyKey: spring.groovy.template.expand-empty-elements |
| 51 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 52 | + oldPropertyKey: spring.groovy.template.configuration.locale |
| 53 | + newPropertyKey: spring.groovy.template.locale |
| 54 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 55 | + oldPropertyKey: spring.groovy.template.configuration.new-line-string |
| 56 | + newPropertyKey: spring.groovy.template.new-line-string |
| 57 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 58 | + oldPropertyKey: spring.groovy.template.configuration.resource-loader-path |
| 59 | + newPropertyKey: spring.groovy.template.resource-loader-path |
| 60 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 61 | + oldPropertyKey: spring.groovy.template.configuration.use-double-quotes |
| 62 | + newPropertyKey: spring.groovy.template.use-double-quotes |
| 63 | + - org.openrewrite.java.spring.ChangeSpringPropertyKey: |
| 64 | + oldPropertyKey: spring.mvc.converters.preferred-json-mapper |
| 65 | + newPropertyKey: spring.http.converters.preferred-json-mapper |
| 66 | + |
| 67 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 68 | + propertyKey: management.signalfx.metrics.export.access-token |
| 69 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 70 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 71 | + propertyKey: management.signalfx.metrics.export.batch-size |
| 72 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 73 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 74 | + propertyKey: management.signalfx.metrics.export.connect-timeout |
| 75 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 76 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 77 | + propertyKey: management.signalfx.metrics.export.enabled |
| 78 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 79 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 80 | + propertyKey: management.signalfx.metrics.export.published-histogram-type |
| 81 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 82 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 83 | + propertyKey: management.signalfx.metrics.export.read-timeout |
| 84 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 85 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 86 | + propertyKey: management.signalfx.metrics.export.source |
| 87 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 88 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 89 | + propertyKey: management.signalfx.metrics.export.step |
| 90 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 91 | + - org.openrewrite.java.spring.CommentOutSpringPropertyKey: |
| 92 | + propertyKey: management.signalfx.metrics.export.uri |
| 93 | + comment: "This property is deprecated: Deprecated in Micrometer 1.15.0" |
| 94 | + |
0 commit comments