Tim te Beek

Results 117 issues of Tim te Beek

### Discussed in https://github.com/openrewrite/rewrite/discussions/4313 Originally posted by **@rregout** July 10, 2024 I have created a rewrite.yml with the following recipe list: ```yaml type: specs.openrewrite.org/v1beta/recipe name: com.example.AddSpringBootStarterDependency displayName: Add Maven dependency...

bug
recipe

## What's changed? Fail hard on failure to resolve dependencies, as opposed to continuing with partial type information. ## What's your motivation? Partial type information can lead to missing changes,...

enhancement

## What problem are you trying to solve? Right now we only document how to export existing data tables: - https://docs.openrewrite.org/running-recipes/data-tables - https://docs.openrewrite.org/reference/recipes-with-data-tables Not how to write and test a...

documentation
enhancement

## What problem are you trying to solve? Folks using `com.something.Record` through `import com.something.*;` might find that the `java.lang.Record` is picked up when they migrate to Java 16+. Same for...

recipe

## What's changed? Add an integration test source set using Groovy 2.5.x, and unit tests where we've seen failures on that version. ## What's your motivation? Make it easier detect...

bug
parser-groovy

## What's changed? ## What's your motivation? When conflicts occur dependencies are omitted; when we then exclude from the conflict, the omitted dependency can resurface. The goal of ExcludeDependency is...

bug
test provided

Kotlin quite clearly has explicit nullability, but some Java projects can somewhat express the same with nullability annotations. In addition to that we can deduce nullabillity once for instance a...

enhancement

## What's changed? Add `threeten-extra` to TypeTable. ## What's your motivation? Could not be found on `classpath(..)`. - Partial fix for https://github.com/openrewrite/rewrite-migrate-java/issues/673 ## Anything in particular you'd like reviewers to...

## What problem are you trying to solve? Lombok has an experimental feature to add annotations to the methods they generate: https://projectlombok.org/features/experimental/onX > On javac7, to use any of the...

good first issue
recipe

We want to support folks looking to migrate to Spring Boot 3.4 - https://spring.io/blog/2024/11/21/spring-boot-3-4-0-available-now - https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes Here's an incomplete list of tasks related to this migration - [ ] https://github.com/openrewrite/rewrite-spring/issues/627...

recipe
boot-3.4