You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ ____
5
5
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.
6
6
____
7
7
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
+
8
35
== How SBM works
9
36
10
37
Spring Boot Migrator uses and is compatible with https://github.com/openrewrite/rewrite[OpenRewrite,window=_blank],
0 commit comments