Skip to main content

8.69.0 release (2025-12-16)

Total recipe count: 5116

info

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.

Corresponding CLI version

  • Stable CLI version v3.53.2
  • Staging CLI version: v3.54.1

New Artifacts

  • rewrite-ai

New Recipes

Removed Recipes

  • io.moderne.java.spring.boot3.AddSpringBootApplication: Adds a @SpringBootApplication class containing a main method to bootify your Spring Framework application.
  • org.openrewrite.OrderImports: Sort top-level imports alphabetically within groups: no qualifier, asterisk, multiple, single.
  • org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.0: This recipe will migrate any existing dependencies on com.vladmihalcea:hibernate-types to io.hypersistence:hypersistence-utils-hibernate-60. This migration will include the adjustment from com.vladmihalcea to io.hypersistence.utils package name.
  • org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.2: This recipe will migrate any existing dependencies on io.hypersistence:hypersistence-utils-hibernate-60 to io.hypersistence:hypersistence-utils-hibernate-62.
  • org.openrewrite.hibernate.MigrateToHypersistenceUtilsHibernate6.3: This recipe will migrate any existing dependencies on io.hypersistence:hypersistence-utils-hibernate-62 to io.hypersistence:hypersistence-utils-hibernate-63.
  • org.openrewrite.micrometer.UpgradeMicrometer: This recipe will apply changes commonly needed when migrating Micrometer.

Changed Recipes