Skip to main content

8.37.1 release (2024-10-10)

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.

New Artifacts

  • rewrite-dotnet
  • rewrite-gitlab

New Recipes

Removed Recipes

  • org.openrewrite.hibernate.MigrateToHibernateDependencies61: This recipe will migrate any existing dependencies on Hibernate 5.x to the latest 6.1.x release. This migration will include the adjustment to the new org.hibernate.orm group ID. It accounts for artifacts names that both do and do not include the jakarta suffix and it will change both dependencies and managed dependencies.
  • org.openrewrite.java.spring.boot3.UpgradeSpringDoc_2: Migrate applications to the latest spring-doc 2 release. This recipe will modify an application's build files and make changes code changes for removed/updated APIs. See the upgrade guide

Changed Recipes

  • org.openrewrite.gradle.UpdateGradleWrapper was changed:
    • Old Options:
      • addIfMissing: { type: Boolean, required: false }
      • distribution: { type: String, required: false }
      • version: { type: String, required: false }
      • wrapperUri: { type: String, required: false }
    • New Options:
      • addIfMissing: { type: Boolean, required: false }
      • distribution: { type: String, required: false }
      • distributionChecksum: { type: String, required: false }
      • version: { type: String, required: false }
      • wrapperUri: { type: String, required: false }