Skip to content

Commit adbe569

Browse files
committed
Update instructions for generating property migration
1 parent c969e42 commit adbe569

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ See the full documentation at [docs.openrewrite.org](https://docs.openrewrite.or
3434
## How to generate Spring Boot configuration properties replacement recipes?
3535

3636
1. Run [GeneratePropertiesMigratorConfiguration.java](src/test/java/org/openrewrite/java/spring/internal/GeneratePropertiesMigratorConfiguration.java)
37-
2. Revert any unwanted changes to src/main/resources/META-INF/rewrite/*.yml
38-
3. Commit & push changes.
39-
4. Repeat periodically as new minor versions of Spring Boot are released.
37+
2. Commit & push changes.
38+
3. Repeat periodically as new minor versions of Spring Boot are released.
4039

4140
## Why do artifact scanners detect vulnerabilities in recipe artifacts/JARs?
4241

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2024 the original author or authors.
2+
# Copyright 2025 the original author or authors.
33
# <p>
44
# Licensed under the Moderne Source Available License (the "License");
55
# you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2024 the original author or authors.
2+
# Copyright 2025 the original author or authors.
33
# <p>
44
# Licensed under the Moderne Source Available License (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)