-
## What version of OpenRewrite are you using?
I am using
- rewrite-maven-plugin 5.28.0
- Its default version of openrewrite, I believe 8.23.2
- Several rewrite modules listed [here](https:…
-
Most recipes use the `Type.method()` syntax in their name and description. However, a minority contains Javadoc-like syntax using hash with `Type#method()` instead. I'm not sure if this worked at any …
-
I ran `org.openrewrite.java.migrate.UpgradeToJava21` in moderne.io (https://app.moderne.io/results/gIKdjKpB8)
I scrolled through diff, I found a change inside `build.gradle`:
```diff
- implem…
-
### Problem
> ReplaceLambdaWithMethodReference should not transform lamda having multiple statements
```java
private void respondToProduce(TopicPartition tp, Errors error, long offset) {
…
-
Springboot 3.x [Spring-Boot-3.0-Release-Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes) comes with new version 5.0 of Spring-batch and lots of deprecated stuf…
-
### Problem
> Describe the issue you are experiencing.
### Expected behavior
> Describe what you expected to see.
### Example diff
**From:** `src/main/java/org/springframework/data/reposito…
-
Guava can cause issues when a single Eclipse runtime has multiple different versions.
A long time ago we already tried to isolate our use of it to internals, and not expose Guava-provided values in o…
-
### Example diff
```diff
/* empty */
}
- public static class SampleGenericType*/SampleGenericType
-
## What problem are you trying to solve?
After running several recipes against their code, some users may have difficulty distinguishing between what is theirs and what isn't. Also, in the event th…
-
This is a complete list of the methods in `org.testng.Assert`:
```shell
assertEquals[boolean arg0, boolean arg1, java.lang.String arg2]
assertEquals[boolean arg0, boolean arg1]
assertEquals[bool…