Links
Comment on page

7.36.0 Release (2023-02-16)

New Recipes

Removed Recipes

  • org.openrewrite.java.spring.boot2.SpringBoot1To2Migration: Migrate applications built on previous versions of Spring Boot to the latest Spring Boot 2.7 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes across Spring Boot versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, JUnit, etc) that are required as part of the migration to Spring Boot 2.7.
  • org.openrewrite.java.spring.boot2.search.UpgradeRequirementsSpringBoot_2_5: Migrate applications to the latest Spring Boot 2.5 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.5.
  • org.openrewrite.java.spring.boot3.SpringBoot2To3Migration: Migrate applications built on previous versions of Spring Boot to the latest Spring Boot 3.0 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes across Spring Boot versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, JUnit, etc) that are required as part of the migration to Spring Boot 3.0.

Changed Recipes

    • Old Options:
      • distribution: { type: String, required: false }
      • version: { type: String, required: true }
    • New Options:
      • distribution: { type: String, required: false }
      • repositoryUrl: { type: String, required: true }
      • version: { type: String, required: false }
    • Old Options:
      • None
    • New Options:
      • searchCriteria: { type: SearchCriteria, required: true }
    • Old Options:
      • target: { type: String, required: true }
    • New Options:
      • target: { type: String, required: false }
    • Old Options:
      • artifactId: { type: String, required: true }
      • exclusionArtifactId: { type: String, required: true }
      • exclusionGroupId: { type: String, required: true }
      • groupId: { type: String, required: true }
    • New Options:
      • artifactId: { type: String, required: true }
      • exclusionArtifactId: { type: String, required: true }
      • exclusionGroupId: { type: String, required: true }
      • groupId: { type: String, required: true }
      • onlyIneffective: { type: Boolean, required: false }
    • Old Options:
      • id: { type: String, required: false }
      • layout: { type: String, required: false }
      • releasesChecksumPolicy: { type: String, required: false }
      • releasesEnabled: { type: Boolean, required: false }
      • releasesUpdatePolicy: { type: String, required: false }
      • repoName: { type: String, required: false }
      • snapshotsChecksumPolicy: { type: String, required: false }
      • snapshotsEnabled: { type: Boolean, required: false }
      • snapshotsUpdatePolicy: { type: String, required: false }
      • url: { type: String, required: true }
    • New Options:
      • id: { type: String, required: false }
      • url: { type: String, required: true }