-
Hi,
I'm using OpenRewrite to migrate Spring Boot 2.7 to Spring Boot 3.x, like a lot of people I think, but since the version **[6.28.0](https://github.com/openrewrite/rewrite-gradle-plugin/releases…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.45.0 (latest)
## How are you running OpenRewrite?
I just execute the following:
```
mvn -U org.openrewrite.ma…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite 2.21.1 (rewrite-recipe-bom)
## How are you running OpenRewrite?
I'm running a unit test in Java.
## What is the smallest…
-
## What problem are you trying to solve?
I don't want to update my settings.xml
but I don't want to include some repos when running openrewrite
provide exclude repos parameter
-
## What version of OpenRewrite are you using?
I am using the latest version as of 2024-09-21
## How are you running OpenRewrite?
originally gradle build file, also verified via PR:
- http…
-
Hello,
I have projects with external dependencies that have been installed manually into a local maven repository.
These artefacts don't have a pom in the repository.
On these projects 'mvn clean…
-
Looking at https://docs.openrewrite.org/recipes I don't see an "OSGi" category.
What I would like to see for example would be:
1. RemoveImport / AddImport what would be required eg for recipes t…
-
## What is the smallest, simplest way to reproduce the problem?
```java
class A {
public static final Map test = Map.of("Android");
public static final String ANDROID = "Android";
void …
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.43.1
- rewrite-maven v8.38.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my project…
-
Maven logs can include a debug mode, set with `-x`. We can expose this option in our openrewrite command args for more verbose logging.