Skip to content

Commit c27713d

Browse files
committed
Fix links to Hibernate recipes in changelog
1 parent cf82fa1 commit c27713d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/8-68-1-Release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This changelog only shows what recipes have been added, removed, or changed. Ope
2121

2222
## New Recipes
2323

24-
* [io.moderne.hibernate.MigrateToHibernate71](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate71): This recipe will apply changes commonly needed when migrating to Hibernate 7.0.x.
24+
* [io.moderne.hibernate.MigrateToHibernate71](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate71-community-edition): This recipe will apply changes commonly needed when migrating to Hibernate 7.0.x.
2525
* [io.moderne.jasperreports.MigrateExporterConfigToJasper6](https://docs.openrewrite.org/recipes/jasperreports/migrateexporterconfigtojasper6): Updates deprecated exporter parameter imports to the new configuration classes introduced in JasperReports 6. This includes migrating from parameter classes to configuration classes for PDF, HTML, CSV, and other exporters.
2626
* [io.moderne.jasperreports.MigrateXlsToXlsxExporter](https://docs.openrewrite.org/recipes/jasperreports/migratexlstoxlsxexporter): Migrates the deprecated `JRXlsExporter` to the new `JRXlsxExporter` class in JasperReports 6. Also updates related configuration classes from XLS to XLSX variants.
2727
* [io.moderne.jasperreports.UpgradeToJasperReports5](https://docs.openrewrite.org/recipes/jasperreports/upgradetojasperreports5): Migrates JasperReports from 4.6.0 to 5.6.x. This recipe includes minimal breaking changes, allowing teams to test and validate the migration before proceeding to version 6.
@@ -44,9 +44,9 @@ This changelog only shows what recipes have been added, removed, or changed. Ope
4444
* [org.apache.camel.upgrade.camel416.CamelMigrationRecipe](https://docs.openrewrite.org/recipes/org/apache/camel/upgrade/camel416/camelmigrationrecipe): Migrates `camel 4.15` application to `camel 4.16`.
4545
* [org.apache.camel.upgrade.camel416.camelMiloCertificate](https://docs.openrewrite.org/recipes/org/apache/camel/upgrade/camel416/camelmilocertificate): Different java type for ServerCertificateValidator in camel-milo.
4646
* [org.openrewrite.github.AddDependabotCooldown](https://docs.openrewrite.org/recipes/github/adddependabotcooldown): Adds a `cooldown` section to each update configuration in Dependabot files. Supports `default-days`, `semver-major-days`, `semver-minor-days`, `semver-patch-days`, `include`, and `exclude` options. This implements a security best practice where dependencies are not immediately adopted upon release, allowing time for security vendors to identify potential supply chain compromises. Cooldown applies only to version updates, not security updates. [Read more about dependency cooldowns](https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns). [The available configuration options for dependabot are listed on GitHub](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates).
47-
* [org.openrewrite.hibernate.MigrateToHibernate66](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate66): This recipe will apply changes commonly needed when migrating to Hibernate 6.6.x.
48-
* [org.openrewrite.hibernate.MigrateToHibernate70](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate70): This recipe will apply changes commonly needed when migrating to Hibernate 7.0.x.
49-
* [org.openrewrite.hibernate.MigrateToHibernate71](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate71): This recipe will apply changes commonly needed when migrating to Hibernate 7.1.x.
47+
* [org.openrewrite.hibernate.MigrateToHibernate66](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate66-community-edition): This recipe will apply changes commonly needed when migrating to Hibernate 6.6.x.
48+
* [org.openrewrite.hibernate.MigrateToHibernate70](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate70-community-edition): This recipe will apply changes commonly needed when migrating to Hibernate 7.0.x.
49+
* [org.openrewrite.hibernate.MigrateToHibernate71](https://docs.openrewrite.org/recipes/hibernate/migratetohibernate71-community-edition): This recipe will apply changes commonly needed when migrating to Hibernate 7.1.x.
5050
* [org.openrewrite.java.RemoveMethodThrows](https://docs.openrewrite.org/recipes/java/removemethodthrows): Remove specific, or all exceptions from a method declaration `throws` clause.
5151
* [org.openrewrite.java.jspecify.MigrateFromMicronautAnnotations](https://docs.openrewrite.org/recipes/java/jspecify/migratefrommicronautannotations): Migrate from Micronaut Framework annotations to JSpecify.
5252
* [org.openrewrite.java.spring.boot3.UpdatePrometheusPushgateway](https://docs.openrewrite.org/recipes/java/spring/boot3/updateprometheuspushgateway): Update the Prometheus Pushgateway artifact ID for Spring Boot 3.5 compatibility.

0 commit comments

Comments
 (0)