rewrite-docs
rewrite-docs copied to clipboard
Stores the markdown documents used to generate docs.openrewrite.org
We've removed the Moderne supported languages page and the roadmap. The OpenRewrite docs were pointing to that - but I'm not sure where the new one is. Once we figure...
Aside from the recipes and use cases that we maintain, the wider community has also adopted OpenRewrite to do their own migrations. Notable instances of these are: - VMWare's [Spring...
A community member recently added [support for printing out data tables in the rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin/pull/751#event-12672487447). We should add docs that explain how to use this - similar to [what we've done...
## What problem are you trying to solve? We have publishing to Maven local documented for Gradle: https://docs.openrewrite.org/authoring-recipes/recipe-development-environment#local-publishing-for-testing Recently we added a pom.xml to https://github.com/moderneinc/rewrite-recipe-starter But folks don't yet see...
## What problem are you trying to solve? Implementing a style for formatting (rearranging) Java import statements ## Describe the solution you'd like Add documentation and examples showing how the...
[From Slack:](https://rewriteoss.slack.com/archives/C01A843MWG5/p1707203073028359) > Q: I have a case where I have one line in a method and need to insert say 5-6 lines replacing it. When I do it using...
While GitBook has a good amount of benefits, there are also quite a few drawbacks that are causing significant issues. We should consider exploring alternatives to GitBook. To outline pros...
The current [doc]( https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-gradle-project-without-modifying-the-build#step-2-create-a-gradle-init-script) only shows the groovy option, it would be nice to also provide the Kotlin one.
I have a build that uses ant I want to run some OpenRewrite receipes against it Previously there was this page that described how I could do that (it was...
For recipes such as https://docs.openrewrite.org/recipes/java/spring/boot3/enablevirtualthreads which contain a precondition (in this case `org.openrewrite.java.search.HasJavaVersion` the recipe list shows `Precondition bellwether` which links to https://github.com/openrewrite/rewrite-docs/blob/master/reference/recipes/config/declarativerecipe$preconditionbellwether.md rather than the expected HasJavaVersion recipe +...