Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:https://img.shields.io/github/downloads/spring-projects-experimental/sprin
image:https://img.shields.io/youtube/channel/views/UC6NuSiwpvI32YTcdIflObPQ?logo=youtube&style=flat-square[YouTube Channel Views]

image:https://img.shields.io/badge/Join-Slack-green?logo=slack&color=007EC6&style=for-the-badge[link="https://join.slack.com/t/springbootmigrator/shared_invite/zt-1k6yxfi3b-MEQ_MM67qXufWtc~Tw6y9w"]
image:https://img.shields.io/github/discussions/spring-projects-experimental/spring-boot-migrator?label=GitHub%20discussions&logo=GitHUb&style=for-the-badge[GitHub Discussions]
image:https://img.shields.io/github/discussions/spring-projects-experimental/spring-boot-migrator?label=GitHub%20discussions&logo=GitHub&style=for-the-badge[GitHub Discussions]
image:https://img.shields.io/gitter/room/spring-boot-migrator/community?color=007EC6&logo=gitter&style=for-the-badge[link="https://gitter.im/spring-boot-migrator/community"]


Expand Down Expand Up @@ -58,7 +58,7 @@ NOTE: **Use JDK 17**

If any of your applications is on 2.7 and uses Maven (Gradle is currently not supported), we'd be happy if you
could give SBM a try and provide feedback of how it worked out.
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.
It is very hard to come up with all the possible setups found in the wild and therefore we need you - the community - to provide feedback to stabilize the recipe.

Thank you!

Expand All @@ -73,10 +73,10 @@ If you decided you want to work on an issue, leave a comment letting us know tha

Thank you!

== JEE to Spring Boot Migration
Spring Boot Migrator offers recipes to migrate JEE applications to Spring Boot.
== Jakarta EE to Spring Boot Migration
Spring Boot Migrator offers recipes to migrate Jakarta EE applications to Spring Boot.

These specifications are covered (to some extent and varying completeness)
These specifications are covered (to varying degrees of completeness)

* Servlet
* JAX-RS
Expand Down Expand Up @@ -127,7 +127,7 @@ Spring Boot Migrator will now apply the migrations defined in the recipe to the

NOTE: When using Windows you must either escape `\` or use `/` as path separator, e.g. `C:\\my\\app` or `C:/my/app`

NOTE: **SBM requires a JDK 17.**
NOTE: **SBM requires JDK 17.**


=== Building from source
Expand Down