rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Validate in the testing framework that we're not loading any deprecated recipes

Open timtebeek opened this issue 7 months ago • 1 comments

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 use those deprecated recipes. That ought to then show up when they bump dependency versions, to speed up the migration off of deprecated recipes

Have you considered any alternatives or workarounds?

We could warn, but then those warnings get lost in the output. We could warn/fail in main, but that's a little over eager.

timtebeek avatar May 27 '25 13:05 timtebeek

@sambsnyd any quick thoughts on this? Seems in line with what we've validated before.

timtebeek avatar May 27 '25 13:05 timtebeek

This issue is stale because it has not had any activity for 60 days. Remove question label or comment or this will be closed in two weeks. Issues may be reopened when there is renewed interest.

github-actions[bot] avatar Jul 28 '25 11:07 github-actions[bot]