-
## What version of OpenRewrite are you using?
I am using latest maven plugin version v5.40.2
## How are you running OpenRewrite?
I am using the Maven plugin in CLI
```
mvn org.openrewrite.maven…
-
The used OpenRewrite version should be bumped to it's latest version managed in rewrite-bom (`2.13.2`).
Also,
- [ ] The rewrite-bom version(s), also for recipes, should be used.
-
## What problem are you trying to solve?
Automatically reformat Java imports according to our Checkstyle configuration.
## Describe the solution you'd like
The `org.openrewrite.staticanalys…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.18.0
- rewrite-testing-frameworks v2.2.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my…
-
On Maven, the tag `` on `` is optional, as it can be managed by a managed dependency. If can manually add a dependency without version, the `org.openrewrite.maven.AddDependency` should also allow this…
-
Java 7 and prior had time libraries that were inadequate. The `joda-time` library was created to provide better ways of handling time. The `joda-time` library was used as the design basis for the JSR …
basil updated
1 month ago
-
It’s clear why Hungarian notation shouldn’t be used, but this doesn't prevent the actual mess from happening. The issue is that it still occurred. It should be quite simple to match and rename the fie…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.42.2
- rewrite-spring v5.21.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my projec…
-
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 …
-
## 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 …