Laurens Westerlaken

Results 20 issues of Laurens Westerlaken

## What's changed? Added a testcase for a short piece of yaml that should be parsed correctly (Spring Boot correctly interprets this) ## What's your motivation? Ran into an issue...

bug
parser-yaml

## What version of OpenRewrite are you using? I am using - Maven plugin v5.0.0 - rewrite-testing-frameworks v2.0.1 ## How are you running OpenRewrite? I am using the Maven plugin,...

bug

## What version of OpenRewrite are you using? I am using - OpenRewrite v. which ever is provided by the maven plugin - Maven/Gradle plugin v5.0.0 - rewrite-testing-frameworks v2.0.0 ##...

bug

## What's changed? Add testcase that validates a custom `distributionUrl` for the gradle wrapper can be updated in place ## What's your motivation? ## Anything in particular you'd like reviewers...

enhancement

## What's changed? `RemoveUnusedImports` recipe should not remove static import when this leaves an ambiguous reference behind ## What's your motivation? ## Anything in particular you'd like reviewers to focus...

bug

When the recipe below is ran against the test case the generated JavaTemplate.Matcher doesn't find a match. I've also tried `boolean[] items` but it made no difference Recipe ```JAVA @RecipeDescriptor(...

bug

## What's your motivation? - https://github.com/openrewrite/rewrite-spring/issues/531 ## Anyone you would like to review specifically? @timtebeek ## Any additional context https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#tag-providers-and-contributors-migration ### Checklist - [x] I've added unit tests to cover...

enhancement
boot-3.2

## What problem are you trying to solve? In Spring Boot 2.3 a big overhaul of `spring-data` was adopted which came with quite a few changes/deprecations/removals. One of the modules...

enhancement
recipe
boot-2.3

## What's changed? Introduce a mechanism to know which modules an aggregating pom applies to in order to prevent unnecessarily adding dependencies to aggregating poms ## Anyone you would like...

enhancement

## Anyone you would like to review specifically? @timtebeek ### Checklist - [ ] I've added unit tests to cover both positive and negative cases - [x] I've read and...

enhancement