-
## How are you running OpenRewrite?
I am using the Maven plugin, and my project is a **multi** module project.
```xml
openrewrite
…
-
To support Servlet API version 5.0 (TC 10.0) and 6.0 (TC 10.1) it is required to change the `javax.servlet.*` imports in the code by `jakarta.servlet.*`.
tfr42 updated
5 months ago
-
## What is the smallest, simplest way to reproduce the problem?
```java
@Test
@Issue("https://github.com/openrewrite/rewrite-static-analysis/issues/286")
void doNotChangeParenthesisO…
-
## What problem are you trying to solve?
I want to add a maven property to the root pom only.
org.openrewrite.maven.AddProperty adds the property to all poms.
## Describe the solution you'd lik…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v1.2.3
- Maven/Gradle plugin v1.2.3
- rewrite-_module_ v1.2.3
## How are you running OpenRewrite?
I am using …
-
**Background**
Following the internal proposal to adopt recipes into OpenRewrite GitHub org, we should have a section in our documentation that describes how to transfer a third-party repository an…
rpau updated
7 months ago
-
## What problem are you trying to solve?
I don't like how OpenRewrite moved `@Nullable` from type to a method.
```diff
- @Nullable String getSlotName();
+ @Nullable
+ @Override
+ String …
vlsi updated
6 months ago
-
After looking at the tests, the description makes sense, but initially I was hoping that this recipe could turn (actual lombok) setter calls into a builder call chain, so for:
```java
@Setter
…
-
Thank you for this project. Some features really stand out:
1. The Gradle tasks are really easy to use
2. The BOM is handy
## What problem are you trying to solve?
I am trying to perform Open Re…
-
nramc updated
6 months ago