-
### Describe the bug
In 3.13 the keycloak config was updated for when you are using `quarkus-test-oidc-server`: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.13#dev-services-startup-de…
-
## What version of OpenRewrite are you using?
I am using `main`
## How are you running OpenRewrite?
unit tests
## What is the smallest, simplest way to reproduce the problem?
edited…
-
### 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.…
-
## What problem are you trying to solve?
After https://github.com/openrewrite/rewrite-testing-frameworks/pull/355 we already support some ~50 Hamcrest Matcher to AssertJ migrations. Not all Hamcrest …
-
We have a few in [Error Prone's `nullness` directory](https://github.com/google/error-prone/tree/master/core/src/main/java/com/google/errorprone/bugpatterns/nullness), notably `ReturnMissingNullable`,…
-
### Problem
Reformatting occurs when no other modifications are made.
### Expected behavior
When no changes are made to a logging callsite, no modifications should occur to the formatting.
#…
-
after upgrading from version 1.17.0 to 1.17.1 a lot of files will be changed by the plugin which are from my pov unrelated to the migration
output from `1.17.0` when running `./mvnw rewrite:run`
`…
-
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 am using the shell command from https://docs.openrewrite.org/recipes/java/spring/boot2/upgradespringboot_2_2#usage
```
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.re…
-
### Problem
# Error:
```
@Category(Appenders.Cassandra.class)
public class CassandraAppenderIT {
@BeforeAll
public static void disbaleOnAarch64() {
Assumptions.assumeFalse(SystemUtils…