spring-projects / spring-rewrite-commons

Apache License 2.0
6 stars 10 forks source link

Add starter for Boot upgrades #51

Closed fabapp2 closed 8 months ago

fabapp2 commented 8 months ago

Add a new module spring-rewrite-commons-starter-boot-upgrade which bundles the spring-rewrite-commons-launcher together with the required OpenRewrite recipe jars for Boot upgrades. This module simplifies the creation of applications wanting to run OpenRewrite's Boot upgrade recipes.

  <dependency>
      <groupId>org.springframework.rewrite</groupId>
      <artifactId>spring-rewrite-commons-starter-boot-upgrade</artifactId>
      <version>0.1.0-SNAPSHOT</version>
  </dependency>

Brings everything that's required to apply e.g. org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1.