-
If yaml files containing recipes are not correctly formatted, have missing options, required fields, descriptions, etc, these recipes should be ignored in general. This is for the use case when someo…
-
When building using the spring boot plugin it would be very useful to be able to pick JRE or JDK for the final build. I would be very grateful if this could be incorporated as an option.
ethlo updated
3 years ago
-
I've been experimenting with rewrite for a pet project, but I've noticed that the recipe `org.openrewrite.java.cleanup.SimplifyBooleanExpression` runs `AutoFormatVisitor` unconditionally, which causes…
-
https://github.com/openrewrite/rewrite/blob/master/rewrite-java/src/main/java/org/openrewrite/java/cleanup/SimplifyBooleanExpression.java
When running `SimplifyBooleanExpression` using `RewriteOnDi…
-
I've tried to follow this example https://docs.openrewrite.org/java/refactoring-java-source-code/changefieldtype#yaml-definition
But I get following error:
```
Failed to execute goal org.openrewr…
-
I've tried to follow this example: https://docs.openrewrite.org/java/refactoring-java-source-code/deletemethodargument
But I get error:
```
Failed to execute goal org.openrewrite.maven:rewrite-mave…
-
Recipes are currently called "profiles" until #13 is complete
Right now recipes can have simple names like "mockito" or "spring".
With #16 removing the concept of recipes being assembled from mul…