List Question
20 TechQA 2023-10-18T07:22:06.680000Unable to load Recipe: java.lang.IllegalArgumentException: Cannot construct instance
120 views
Asked by manish kumar
OpenRewrite recipe specified in rewrite.yml with values for all mandatory properties fails because the recipe does not receive the values
442 views
Asked by JustAnotherDeveloper
Only Run OpenRewrite on VCS changed files
114 views
Asked by reflexdemon
Do we have org.openrewrite.build.recipe-library plugin available for maven project
116 views
Asked by manish kumar
Why isn't my parent pom getting updated with openrewrite recipe?
436 views
Asked by SDev
First recipe : helloworld exercise
145 views
Asked by Ramath
How to get OpenRewrite running without build tool plugins (i.e. standalone)
344 views
Asked by didierX
Where are the instructions for running OpenRewrite receipes when my build is not in maven or gradle
187 views
Asked by P Barry
org/openrewrite/maven/RewriteRunMojo : Unsupported major.minor version 52.0
162 views
Asked by Lore
Migrate from Log4j2 to Logback not working using OpenRewrite recipe
243 views
Asked by Kees de Bruin
OpenRewrite: problem with custom Recipe and doAfterVisit method
812 views
Asked by Fernando Blanch
How to apply a recipe on a specific method parameter
590 views
Asked by Vincent Botteman
how to replace an annotation with his Attribute with openrewrite?
403 views
Asked by pdesprez
How to add a line comment just after a method with OpenRewrite
350 views
Asked by SATO Yusuke
Pass the object other than the object on the stream to Predicate
149 views
Asked by SATO Yusuke
How can I exclude files from being parsed by rewriteRun
714 views
Asked by MGK
Rewrite java packages and groupid/artifact names of super pom project
238 views
Asked by Cob Olus
How to replace static imports of class constants in OpenRewrite?
341 views
Asked by Vincent Botteman
OpenRewrite: how to visit sourceFiles with a custom extension in a JAVA Project?
759 views
Asked by Fernando Blanch
Openrewrite: how do I replace a method with 2 parameters `foo(a, b)` by 2 methods with 1 parameter each `foo(a).bar(b)`?
491 views
Asked by Geoffrey De Smet