-
-
We need a recipe guide for migrating to Java 17
-
### What would you like Renovate to be able to do?
Renovate should be able to read environment variables, so they can be written to the PR body (e.g. through `prFooter` or `prHeader`).
This could …
-
Hello, I saw that this issue was mentioned in https://github.com/openrewrite/rewrite-maven-plugin/issues/297
and that is closed.
But I'm having it again with newer version of rewrite-maven-plugin -…
-
### Example diff
```diff
import org.eclipse.jgit.api.Git;
import org.junit.Test;
-import static junit.framework.Assert.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertN…
-
### Problem
Java "Change type" recipe throws the following exception.
### Example diff
From moderne code:
```diff
-package io.moderne.worker;
+/*~~(Recipe failed with an exception.
+jav…
-
When converting the standard petclinic example from 2.7.x to 3.0.x using the new Spring Tools feature (which uses the OpenRewrite recipes behind the scenes), there are a few minor differences (beyond …
-
There is currently a `FinalizeLocalVariables` recipe but nothing for private fields. I think that would be nice to have, as currently the `RenamePrivateFieldsToCamelCase` will otherwise end up renamin…
-
Firstly, many thanks for spring-boot migrator
Am trying to integrate the spring boot migrator in either IntelliJ and STS from the steps provided in ide-integrations/eclipse/com.vmware.bootifier and t…
-
When we convert a project to use Spring Boot 3 using the recipes from OpenRewrite, we need to make sure that we always convert the project to the latest 3.0.x version and that we don't need to ship a …