-
## What version of OpenRewrite are you using?
I am using
- JDK Temurin 21.0.1
- OpenRewrite 8.27.1
- Maven 3.9.5
- Maven/Gradle plugin 5.32.1
- logging module 2.7.2
- static-analysis module …
-
Originally reported in https://github.com/openrewrite/rewrite-logging-frameworks/issues/159 but haven't fully fixed.
This report will include the leftover only.
## What version of OpenRewrite…
-
## What problem are you trying to solve?
I'm converting JUnit assertions to AssertJ assertions.
## Describe the solution you'd like
In the example here - https://docs.openrewrite.org/recipes/ja…
-
## What version of OpenRewrite are you using?
org.openrewrite.rewrite.gradle.plugin:6.4.3
## How are you running OpenRewrite?
```kotlin
plugins {
id("org.openrewrite.rewrite")
}
dep…
vlsi updated
3 months ago
-
The `InstanceOfPatternMatch` declares a pattern variable with a conflicting name if a variable with that name already exists in the `if` body after the corresponding type cast as in the following exam…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.35.0
## How are you running OpenRewrite?
`mvn -U org.openrewrite.maven:rewrite-maven-plugin:5.35.0:run…
-
### What needs to be done
The parsing logic to create the OpenRewrite AST from given resources should be extracted.
The currently used `MavenProjectParser` should then be replaced by this component.…
-
While the Hamcrest repo is still [active](https://github.com/hamcrest/JavaHamcrest/commits/master), the latest release is from [Oct 16, 2019 ](https://github.com/hamcrest/JavaHamcrest/tags)
I thi…
-
**Is your feature request related to a problem? Please describe.**
Many projects define dependency versions in project properties like this:
```xml
org.operaton.test
…
-
**Is your feature request related to a problem? Please describe.**
This recipe should exchange all `org.camunda...*` occurrences in the pom.xml file with `org.operaton...` dependencies