Skip to main content

8.42.0 release (2024-12-18)

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 Recipes

Changed Recipes

  • org.openrewrite.java.migrate.lang.StringFormatted was changed:
    • Old Options:
      • None
    • New Options:
      • addParentheses: { type: Boolean, required: false }
  • org.openrewrite.xml.ChangeTagValue was changed:
    • Old Options:
      • elementName: { type: String, required: true }
      • newValue: { type: String, required: true }
      • oldValue: { type: String, required: false }
    • New Options:
      • elementName: { type: String, required: true }
      • newValue: { type: String, required: true }
      • oldValue: { type: String, required: false }
      • regex: { type: Boolean, required: false }
  • org.openrewrite.yaml.CommentOutProperty was changed:
    • Old Options:
      • commentText: { type: String, required: true }
      • propertyKey: { type: String, required: true }
    • New Options:
      • commentOutProperty: { type: Boolean, required: false }
      • commentText: { type: String, required: true }
      • propertyKey: { type: String, required: true }