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
. Download the https://github.com/spring-projects-experimental/spring-boot-migrator/releases/download/latest/spring-boot-upgrade.jar[spring-boot-upgrade.jar]
37
+
. Run `java -jar --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED spring-boot-upgrade.jar <path-to-application>`
38
+
30
39
If any of your applications is on 2.7 and uses Maven (Gradle is currently not supported), we'd be happy if you
31
40
could give SBM a try and provide feedback of how it worked out.
32
41
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.
33
42
34
43
Thank you!
35
44
36
-
Download the https://github.com/spring-projects-experimental/spring-boot-migrator/releases[latest release]
37
-
38
-
- Start SBM: `java -jar spring-boot-migrator.jar`
39
-
- Scan your application: `scan <path to application>`
40
-
- generate a report first: `apply boot-2.7-3.0-upgrade-report`
41
-
- Run the migration: `apply boot-2.7-3.0-dependency-version-update`
42
-
43
45
=== Contributing
44
-
45
46
Any contribution is appreciated!
46
-
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.
47
+
If you want to get involved, please have a look at https://github.com/spring-projects-experimental/spring-boot-migrator/wiki/Spring-Boot-3-Upgrade-Report-Contribution-Guideline[Spring Boot 3 Upgrade Report Contribution Guideline] where we provide information related to contributing to the Spring Boot 3 Upgrade.
47
48
Please don't hesitate to ask questions and provide feedback.
48
49
50
+
Find the list of Spring Boot 3 Upgrade related issues labeled as `good first issue` https://github.com/spring-projects-experimental/spring-boot-migrator/issues?q=is%3Aissue+is%3Aopen+label%3A3.0.0+label%3A%22good+first+issue%22+[here]
51
+
49
52
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.
50
53
51
54
Thank you!
52
55
56
+
== JEE to Spring Boot Migration
57
+
Spring Boot Migrator offers recipes to migrate JEE applications to Spring Boot.
58
+
59
+
These specifications are covered (to some extend and varying completeness)
0 commit comments