Karsten Thoms
Karsten Thoms
The 'version' attribute only specifies the distro version for which an InstallableUnit is specified. There is also the need to constraint the IU versions to install. An additional attribute 'iuversion'...
## What version of OpenRewrite are you using? I am using rewrite-maven-plugin:5.42.0 / - OpenRewrite v8.45.1 - Maven plugin 5.42.0 - rewrite-testing-frameworks v3.2.0 ## How are you running OpenRewrite? I...
## What problem are you trying to solve? I want to migrate JUnit 4 assertions to AssertJ. The existing recipes migrate only JUnit 5 assertions. From the recipe's description it...
## What's changed? This change enables JUnitAssertXXXToAssertThat recipes to also handle JUnit 4 assertions. Therefore it introduces an abstract superclass that allows to configure JUnit 4 & 5 specific method...
## What problem are you trying to solve? IJ IDEA issues warnings for usages of `Arrays#asList()` with a single argument. ## What precondition(s) should be checked before applying this recipe?...
## What's changed? Adds a new recipe ## What's your motivation? We have lots of usages in our code base and they are reported as warnings by default ## Anything...
The recipes `org.openrewrite.staticanalysis.FinalClass` and `org.openrewrite.staticanalysis.HideUtilityClassConstructor` must not be applied on classes that are annotated with `org.springframework.context.annotation.Configuration`. ## What version of OpenRewrite are you using? I am using - Maven/Gradle plugin...
## What version of OpenRewrite are you using? I am using - Maven plugin v6.12.0 [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis/blob/main/) [2.16.0](https://github.com/openrewrite/rewrite-static-analysis/blob/main//releases/tag/v2.16.0) ## How are you running OpenRewrite? I am using the Maven plugin, and...