Tim te Beek

Results 117 issues of Tim te Beek

Hi! It's [me again](https://github.com/AxonFramework/AxonFramework/pull/2321) with some more automated fixes. Rather than directly open several pull requests and potentially overwhelm you with review work, I'd thought this time around give you...

Priority 4: Would
Type: Enhancement
Ideal for Contribution

As discussed on https://github.com/langchain4j/langchain4j/pull/622#pullrequestreview-1895918197, this PR adds a workflow to automatically review pull requests. The rules are configurable and can be extended; I'd thought to start small, and then expand...

P3
Gemini

OpenRewrite supports various upgrade recipes related to Spring Security: https://docs.openrewrite.org/reference/recipes/java/spring/security5 https://docs.openrewrite.org/reference/recipes/java/spring/security6 These can be run individually to upgrade to Spring Boot 5.8 or 6.0, or be run as [part of...

enhancement

## What problem are you trying to solve? > Starting with version 3.17, the plugin is available under the “Develocity” brand. Please see the [Develocity Gradle Plugin User Manual](https://docs.gradle.com/enterprise/gradle-plugin/current) for...

recipe

## What problem are you trying to solve? https://docs.gradle.com/enterprise/maven-extension/legacy/#develocity_migration > Starting with version 1.21, the extension is available under the “Develocity” brand. Please see the [Develocity Maven Extension User Manual](https://docs.gradle.com/enterprise/maven-extension/current)...

recipe

At present the [mikeneck plugin](https://github.com/mike-neck/graalvm-native-image-plugin) is used in this example, but it could be good to also show how to use the [GraalVM native-build-tools Gradle plugin](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html). That one can combined...

As identified on - https://github.com/openrewrite/rewrite-maven-plugin/pull/665#discussion_r1405340228 I think it boils down to the question if `getCompileClasspathElements()` returns the classes compiled fom generated sources as well, which could depend on a number...

enhancement
performance

Discovered through https://github.com/openrewrite/rewrite/issues/3167 for @magicwerk. Given this minimal `pom.xml` ```xml 4.0.0 org.example magic 1.0-SNAPSHOT 17 17 UTF-8 org.apache.activemq artemis-jms-client 2.16.0 org.openrewrite.maven rewrite-maven-plugin 4.38.2 com.yourorg.ChangePackageExample ``` When I run `mvn rewrite:run`....

bug

## What problem are you trying to solve? Use most expressive AssertJ assertions instead of sub optimal patterns seen in the wild. ## Additional context Separate from the following issue...

enhancement
good first issue
recipe

## What problem are you trying to solve? After https://github.com/openrewrite/rewrite-testing-frameworks/pull/355 we already support some ~50 Hamcrest Matcher to AssertJ migrations. Not all Hamcrest Matchers are covered however, for a potentially...

recipe