From 41b23ad164ef21308749f0a1f1d7df24933cafcc Mon Sep 17 00:00:00 2001 From: Patrick Deenen Date: Thu, 18 Jun 2026 12:20:23 +0200 Subject: [PATCH] Update community-recipes.md Added the JDO to JPA migration recipes link --- docs/reference/community-recipes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/community-recipes.md b/docs/reference/community-recipes.md index 16837d4815..54f22e7d16 100644 --- a/docs/reference/community-recipes.md +++ b/docs/reference/community-recipes.md @@ -77,3 +77,5 @@ If you want to see your project on this list - please feel free to click on the * Migrates a Camunda 7 instance to Operaton. * [Rewrite Format SQL](https://github.com/mhagnumdw/rewrite-format-sql) * OpenRewrite recipes for formatting SQL code in text blocks in annotations. +* [JDO to JPA migration](https://github.com/ecpnv-devops/jdo2jpa) + * Migrates a project using JDO ORM implementation to a JPA implementation. Supports DataNucleus, EclipseLink and Apache Causeway, but should also work for Hibernate.