Skip to content

Commit

Permalink
Make it explicit that folks can migrate from 1.x to 2.0
Browse files Browse the repository at this point in the history
As folks incorrectly concluded that no mention of 1.x meant no support for migrating from 1.x.
  • Loading branch information
timtebeek committed May 16, 2024
1 parent 778216a commit 838624e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/spring-boot-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_0
displayName: Migrate to Spring Boot 2.0
displayName: Migrate from Spring Boot 1.x to 2.0
description: >
Migrate applications to the latest Spring Boot 2.0 release. This recipe will modify an
Migrate Spring Boot 1.x applications to the latest Spring Boot 2.0 release. This recipe will modify an
application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have
changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data,
etc) that are required as part of the migration to Spring Boot 2.0.
Expand Down

0 comments on commit 838624e

Please sign in to comment.