Skip to content

Commit 293f39d

Browse files
authored
Add section related to Boot 3 upgrade to README
1 parent 02d6969 commit 293f39d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ ____
55
Spring Boot Migrator (SBM) aims to help developers upgrade or migrate to https://spring.io/projects/spring-boot[Spring Boot] by providing recipes for automated migrations.
66
____
77

8+
== Spring Boot 3.0 Upgrades
9+
10+
We are working on automated upgrade from Spring Boot 2.7 to Spring Boot 3.0.
11+
12+
If any of your applications is on 2.7 and uses Maven (Gradle is currently not supproted) we'd be happy if you
13+
could give SBM a try and provide feedback of how it worked out.
14+
It is very hard to come up with all the possible setups found in the wild and therefor we need you - the community - to provide feedback to stabilize the recipe.
15+
16+
Thank you!
17+
18+
Download the https://github.com/spring-projects-experimental/spring-boot-migrator/releases[latest release]
19+
20+
- Start SBM: `java -jar spring-boot-migrator.jar`
21+
- Scan your application: `scan <path to application>`
22+
- generate a report first: `apply boot-2.7-3.0-upgrade-report`
23+
- Run the migration: `apply boot-2.7-3.0-dependency-version-update`
24+
25+
=== Contributing
26+
27+
Any contribution is appreciated!
28+
If you want to get involved, please have a look at https://github.com/spring-projects-experimental/spring-boot-migrator/discussions/446[this discussion] where we provide additional information related to the Spring Boot 3 Upgrade.
29+
Please don't hesitate to ask questions and provide feedback.
30+
31+
If you decided you want to work on an issue, leave a comment letting us know that you want to work on it and we go from there.
32+
33+
Thank you!
34+
835
== How SBM works
936

1037
Spring Boot Migrator uses and is compatible with https://github.com/openrewrite/rewrite[OpenRewrite,window=_blank],

0 commit comments

Comments
 (0)