Closed k3vonk closed 1 month ago
The oldValue
is matched as a regular expression above; yet your value com.test.old*
is a little suspicious; did you mean to use com\.test\.old.*
?
A unit test in your own copy of rewrite-recipe-starter might help speed up your testing there.
Closing this due to inactivity; assuming misconfiguration. Do let us know if your problems persist beyond the suggestions offered above.
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
IntelliJ plugin and running the play button on a openRewrite script.
I believe this adds the gradle plugin as part of the run processes.
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
What is the full stack trace of any errors you encountered?
No errors as nothing was detected for rewriting
My recipe:
I've tested this in a non multivalue property and it works but not for a multi value property.