Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/community-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.