From 7f09d88d82f2e2d2ecba69879a26a49662e9181d Mon Sep 17 00:00:00 2001 From: Mike Sol Date: Mon, 10 Jul 2023 11:30:39 -0700 Subject: [PATCH] Add new artifacts --- changelog/8-1-2-Release.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/8-1-2-Release.md b/changelog/8-1-2-Release.md index e1bff16e2b..613bd1c495 100644 --- a/changelog/8-1-2-Release.md +++ b/changelog/8-1-2-Release.md @@ -680,6 +680,15 @@ We've created a [migration recipe](https://github.com/openrewrite/rewrite/blob/v You can find some examples of how this migration recipe works in the [Migrate Rewrite recipes from 7 to 8 recipe page](/reference/recipes/java/recipes/migraterecipetorewrite8.md) +## New Artifacts + +* rewrite-analysis +* rewrite-cucumber-jvm +* rewrite-hibernate +* rewrite-recommendations +* rewrite-sql +* rewrite-static-analysis + ## New recipes * [org.openrewrite.FindCollidingSourceFiles](https://docs.openrewrite.org/reference/recipes/findcollidingsourcefiles): Finds source files which share a path with another source file. There should always be exactly one source file per path within a repository. This is a diagnostic for finding problems in OpenRewrite parsers/build plugins.