-
When `JavaTemplate` is used to modify a piece of code and the template contains expressions, where the types are derived from template parameters, which in turn as their type have some other top-level…
-
To reproduce this bug, build a recipe to change a gradle dependency `org.foo:foo` to `org.bar:bar`.
Something like this:
```
doNext(new ChangeDependencyGroupId("org.foo", "foo", "org.bar", nu…
-
[JSpecify - What is this](https://jspecify.dev/docs/start-here/#what-is-this)
[org.jspecify.annotations.Nullable](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html)
```shell
…
-
https://docs.openrewrite.org/recipes/java/changepackage
When I use the above recipe to move/rename/change the types in package `com.test.model.staff` to `com.test.model.data.staff`, it picks up the…
-
## What problem are you trying to solve?
When updating from `org.springframework:spring-webmvc` from `5.3.27` -> `6.0.9`, we had to update method overrides for classes extending `ResponseEntityExcept…
-
## What version of OpenRewrite are you using?
I am using
- rewrite-maven-plugin 5.30.0
- rewrite-testing-frameworks 2.8.0
## What is the smallest, simplest way to reproduce the problem?
…
-
As discussed in https://github.com/diffplug/spotless/issues/76, building a binary wrapper for Spotless seems to be a (probably?) necessary step to building a cleanly written Bazel extension. Since muc…
-
### GitHub repositories
https://github.com/orgs/jenkinsci/projects/30/settings
### GitHub users to have permission
@jonesbusy
### Permission level
Admin
### Justification
Hi,
Can you grant p…
-
## How are you running OpenRewrite?
## What is the smallest, simplest way to reproduce the problem?
This is used in https://github.com/openrewrite/rewrite-gradle-plugin/blob/main/plugin/src/main…
-
Given the following :
````java
class A {
@Deprecated
void method(int param1)
void method(int param1,int param2)
}
````
Is there any recipe that could help me to replace the usa…