8.35.0 Release (2024-09-12)

This changelog only shows what recipes have been added, removed, or changed. OpenRewrite may do releases that do not include these types of changes. To see these changes, please go to the releases page.

New Artifacts

  • rewrite-codemods

  • rewrite-codemods-ng

New Recipes

Removed Recipes

  • org.openrewrite.java.spring.boot3.SpringBatch4To5Migration: Migrate applications built on Spring Batch 4.3 to the latest Spring Batch 5.0 release.

Changed Recipes

  • org.openrewrite.java.migrate.ReplaceLocalizedStreamMethods was changed:

    • Old Options:

      • localizedInputStreamMethodMatcher: { type: String, required: true }

      • localizedOutputStreamMethodMatcher: { type: String, required: true }

    • New Options:

      • localizedInputStreamMethodMatcher: { type: String, required: false }

      • localizedOutputStreamMethodMatcher: { type: String, required: false }

Last updated