You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/8-68-1-Release.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This changelog only shows what recipes have been added, removed, or changed. Ope
21
21
22
22
## New Recipes
23
23
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.
25
25
*[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.
26
26
*[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.
27
27
*[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
44
44
*[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`.
45
45
*[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.
46
46
*[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.
50
50
*[org.openrewrite.java.RemoveMethodThrows](https://docs.openrewrite.org/recipes/java/removemethodthrows): Remove specific, or all exceptions from a method declaration `throws` clause.
51
51
*[org.openrewrite.java.jspecify.MigrateFromMicronautAnnotations](https://docs.openrewrite.org/recipes/java/jspecify/migratefrommicronautannotations): Migrate from Micronaut Framework annotations to JSpecify.
52
52
*[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