Skip to content

Releases: rhart/openrewrite-cookbook

v0.6.0

23 Mar 15:09
89ed8cd

Choose a tag to compare

What's New

CreateYamlFilesByPattern: overwriteExisting support

Added an optional overwriteExisting parameter (default: false) to CreateYamlFilesByPattern, mirroring the behaviour of the native OpenRewrite CreateYamlFile recipe.

  • When false (default): existing files are left untouched — same behaviour as previous versions
  • When true: existing files matching the pattern have their content replaced with fileContents