You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an applyTo option to the UnfoldProperties recipe (#5500)
* Add an `applyTo` option to the UnfoldProperties recipe
* Add an `applyTo` option to the UnfoldProperties recipe
* Add an `applyTo` option to the UnfoldProperties recipe
* Add an `applyTo` option to the UnfoldProperties recipe
* Add an `applyTo` option to the UnfoldProperties recipe
* Add an `applyTo` option to the UnfoldProperties recipe
description = "A list of [JsonPath](https://docs.openrewrite.org/reference/jsonpath-and-jsonpathmatcher-reference) expressions to specify keys that should not be unfolded.",
45
+
description = "An optional list of [JsonPath](https://docs.openrewrite.org/reference/jsonpath-and-jsonpathmatcher-reference) expressions to specify keys that should not be unfolded.",
description = "An optional list of [JsonPath](https://docs.openrewrite.org/reference/jsonpath-and-jsonpathmatcher-reference) expressions that specify which keys the recipe should target only. " +
51
+
"Only the properties matching these expressions will be unfolded.",
0 commit comments