OpenRewrite recipes that perform common Java testing migration tasks.

openrewrite openrewrite-recipes
2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
good first issue recipe junit

OpenRewrite recipes that perform common Java testing migration tasks.

Java
#openrewrite#openrewrite-recipes

AI Summary: This issue proposes an OpenRewrite recipe to address JUnit test discovery problems in versions 5.13+. The recipe will identify test methods (e.g., `@Test`, `@ParameterizedTest`) that have a non-void return type, change their return type to `void`, and remove any `return` statements from their body, excluding those within nested lambdas or classes. This ensures proper test discovery and execution.

Complexity: 3/5
good first issue recipe

OpenRewrite recipes that perform common Java testing migration tasks.

Java
#openrewrite#openrewrite-recipes