File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
---
18
18
type : specs.openrewrite.org/v1beta/recipe
19
19
name : org.openrewrite.java.migrate.hibernate.MigrateToHibernate61
20
- displayName : Migrate to Hibernate 6.1.x from Hibernate 5.5 through 5.6
20
+ displayName : Migrate to Hibernate 6.1.x
21
21
description : >
22
22
This recipe will apply changes commonly needed when migrating to Hibernate 6.1.x. The hibernate dependencies will
23
23
be updated to use the new org.hibernate.orm group ID and the recipe will make changes necessary to use Hibernate
24
- with Jakarta EE 9.0
24
+ with Jakarta EE 9.0.
25
25
26
26
recipeList :
27
27
- org.openrewrite.java.migrate.hibernate.MigrateToHibernateDependencies61
@@ -31,7 +31,7 @@ recipeList:
31
31
---
32
32
type : specs.openrewrite.org/v1beta/recipe
33
33
name : org.openrewrite.java.migrate.hibernate.MigrateToHibernateDependencies61
34
- displayName : Migrate Hibernate dependencies to 6.1.x from Hibernate 5.x
34
+ displayName : Migrate Hibernate dependencies to 6.1.x
35
35
description : >
36
36
This recipe will migrate any existing dependencies on Hibernate 5.x to the latest 6.1.x release. This migration will
37
37
include the adjustment to the new `org.hibernate.orm` group ID. It accounts for artifacts names that both do and do
Original file line number Diff line number Diff line change 16
16
---
17
17
type : specs.openrewrite.org/v1beta/recipe
18
18
name : org.openrewrite.java.migrate.jakarta.JavaxMigrationToJakarta
19
- displayName : Migrate to Jakarta EE 9 from Jakarta EE 8
19
+ displayName : Migrate to Jakarta EE 9
20
20
description : Jakarta EE 9 is the first version of Jakarta EE that uses the new `jakarta` namespace.
21
21
tags :
22
22
- jaxb
Original file line number Diff line number Diff line change 16
16
---
17
17
type : specs.openrewrite.org/v1beta/recipe
18
18
name : org.openrewrite.java.migrate.Java8toJava11
19
- displayName : Migrate to Java 11 from Java 8 through 10
19
+ displayName : Migrate to Java 11
20
20
description : >
21
21
This recipe will apply changes commonly needed when upgrading to Java 11. Specifically, for those applications that
22
22
are built on Java 8, this recipe will update and add dependencies on J2EE libraries that are no longer directly
Original file line number Diff line number Diff line change 16
16
---
17
17
type : specs.openrewrite.org/v1beta/recipe
18
18
name : org.openrewrite.java.migrate.UpgradeToJava17
19
- displayName : Migrate to Java 17 from Java 8 through 16
19
+ displayName : Migrate to Java 17
20
20
description : >
21
21
This recipe will apply changes commonly needed when migrating to Java 17. Specifically, for those
22
22
applications that are built on Java 8, this recipe will update and add dependencies on J2EE libraries that are no
You can’t perform that action at this time.
0 commit comments