7.40.0 Release (2023-04-21)

New Recipes

Removed Recipes

  • org.openrewrite.search.FindLanguageComposition: Produce a table of files and their language composition.

Changed Recipes

  • org.openrewrite.github.AddCronTrigger was changed:

    • Old Options:

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

    • New Options:

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

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

  • org.openrewrite.properties.ChangePropertyValue was changed:

    • Old Options:

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

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

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

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

      • relaxedBinding: { type: Boolean, required: false }

    • New Options:

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

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

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

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

      • regex: { type: Boolean, required: false }

      • relaxedBinding: { type: Boolean, required: false }

Last updated