Tim te Beek

Results 117 issues of Tim te Beek

We want to support migrations to Spring Framework 6.2, as part of a migration to Spring Boot 3.4. Here's a quick link to the release notes: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.2-Release-Notes And here's an...

recipe
boot-3.4

A quick attempt at running tests in parallel to potentially speed up execution. - Following on from https://github.com/openrewrite/rewrite/pull/5350

enhancement

## What's changed? Add a test to check that we can match Java primitive types in Kotlin ## What's your motivation? Saw that we do not match, as the method...

bug
parser-kotlin

## What problem are you trying to solve? Bring to light any vulnerabilities and potential upgrades in pip requirements.txt files. ## What precondition(s) should be checked before applying this recipe?...

python
recipe

When folks accidentally pass in `getCursor()` they see an error in the tests: ``` Caused by: java.lang.AssertionError: The `parent` cursor must not point to the same `tree` as the tree...

documentation

## What problem are you trying to solve? Sometimes we deprecate recipes, as seen here - https://github.com/openrewrite/rewrite/pull/5504 In those cases we want to alert folks downstream by failing tests that...

enhancement

## What problem are you trying to solve? Traits are great to simplify development, but can not be used when changes to imports are needed, as the required hooks to...

enhancement

## What's changed? Add type mapping from Kotlin primitive types to their Java counterparts, and use those in the type system. ## What's your motivation? As described in https://github.com/openrewrite/rewrite-kotlin/pull/626 we...

parser-kotlin

- Fixes https://github.com/openrewrite/rewrite-static-analysis/issues/683

Stale

### Problem Exception is removed when it is thrown by a try-with-resources close method in our very own code base: https://github.com/openrewrite/rewrite/blob/0fb707186f69d4cd4518388f7180126385f7a14c/rewrite-xml/src/main/java/org/openrewrite/xml/XsltTransformationVisitor.java#L85-L98 ### Expected behavior No change made at all, either...

bug