type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot2.SpringBootPropertiesManual_2_6
displayName: Migrate additional Spring Boot properties to 2.6
description: Migrate properties found in `application.properties` and `application.yml` which are not generated automatically from Spring Boot's `additional-spring-configuration-metadata.json` file.
- org.openrewrite.properties.ChangePropertyKey:
oldPropertyKey: prometheus-pushgateway.version
newPropertyKey: prometheus-client.version
- org.openrewrite.yaml.ChangePropertyKey:
oldPropertyKey: prometheus-pushgateway.version
newPropertyKey: prometheus-client.version