Update proof-of-value.md

This commit is contained in:
Tim te Beek
2025-02-21 16:00:00 +01:00
committed by GitHub
parent a1c0546324
commit 20d1f37a76

View File

@@ -64,7 +64,7 @@ _Ordered from least complex to most complex_
* [Java 8 to 11](https://app.moderne.io/recipes/org.openrewrite.java.migrate.Java8toJava11)
* [Java 11 to 21](https://app.moderne.io/recipes/org.openrewrite.java.migrate.UpgradeToJava21)
* [Spring Boot 1 to 2](https://app.moderne.io/recipes/org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7)
* [Spring Boot 3.4 best practices](https://app.moderne.io/recipes/io.moderne.recipe.spring.boot3.SpringBoot3BestPractices)
* [Spring Boot 3.4 best practices](https://app.moderne.io/recipes/io.moderne.java.spring.boot3.SpringBoot3BestPractices)
* Custom migrations. Custom recipes can be developed to help with internal platform API management, EJB to Spring migrations, etc.
Major migrations are complex transformations consisting of multiple individual recipes. At some point, these transformations represent one-off use cases and there are diminishing returns from trying to automate them fully. Mostly, they will lift your applications 80-90% of the way to completion with the remainder requiring some manual actions expected to be taken by developers.