We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using
I am using the Maven plugin from command line.
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.activeRecipes=com.sample.MyYamlRecipe \ -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:LATEST
And rewrite.yml
rewrite.yml
--- type: specs.openrewrite.org/v1beta/recipe name: com.sample.MyYamlRecipe recipeList: - org.openrewrite.yaml.ChangePropertyKey: oldPropertyKey: "app.rhino" newPropertyKey: "rhino" - org.openrewrite.yaml.ChangePropertyKey: oldPropertyKey: "app.security.header" newPropertyKey: "rhino.security.header"
app: security: header: enabled: false rhino: config: props: - prop: 'name1' config[0]: prop1: 1 prop2: 2 - prop: 'name2' config[0]: prop1: 3 prop2: 4
rhino: security: header: enabled: false config: props: - prop: 'name1' config[0]: prop1: 1 prop2: 2 - prop: 'name2' config[0]: prop1: 3 prop2: 4
rhino: config: props: - prop: 'name1' config[0]: prop1: 1 prop2: 2 - prop: 'name2' config[0]: prop1: 3 prop2: 4 rhino.security.header: enabled: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of OpenRewrite are you using?
I am using
How are you running OpenRewrite?
I am using the Maven plugin from command line.
And
rewrite.yml
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: