Skip to content

Commit 495bd8c

Browse files
committed
Add missing recipe descriptions to declarative recipes
1 parent 20c7877 commit 495bd8c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/main/resources/META-INF/rewrite/jakarta-ee-9.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,9 @@ recipeList:
856856
---
857857
type: specs.openrewrite.org/v1beta/recipe
858858
name: org.openrewrite.java.migrate.jakarta.JavaxPersistenceXmlToJakartaPersistenceXml
859-
displayName: migrate persistence.xml files
859+
displayName: Migrate xmlns entries in `persistence.xml` files
860+
description: Java EE has been rebranded to Jakarta EE, necessitating an XML namespace relocation.
861+
860862
recipeList:
861863
- org.openrewrite.xml.ChangeTagAttribute:
862864
attributeName: name
@@ -885,6 +887,10 @@ recipeList:
885887
type: specs.openrewrite.org/v1beta/recipe
886888
name: org.openrewrite.java.migrate.jakarta.JacksonJavaxToJakarta
887889
displayName: Migrate Jackson from javax to jakarta namespace
890+
description: >
891+
Java EE has been rebranded to Jakarta EE. This recipe replaces existing Jackson dependencies with their counterparts
892+
that are compatible with Jakarta EE 9.
893+
888894
recipeList:
889895
# JAXB annotations support
890896
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
@@ -993,6 +999,10 @@ recipeList:
993999
type: specs.openrewrite.org/v1beta/recipe
9941000
name: org.openrewrite.java.migrate.jakarta.EhcacheJavaxToJakarta
9951001
displayName: Migrate Ehcache from javax to jakarta namespace
1002+
description: >
1003+
Java EE has been rebranded to Jakarta EE. This recipe replaces existing Ehcache dependencies with their counterparts
1004+
that are compatible with Jakarta EE 9.
1005+
9961006
recipeList:
9971007
- org.openrewrite.maven.UpgradeDependencyVersion:
9981008
groupId: org.ehcache
@@ -1012,6 +1022,10 @@ recipeList:
10121022
type: specs.openrewrite.org/v1beta/recipe
10131023
name: org.openrewrite.java.migrate.jakarta.JohnzonJavaxToJakarta
10141024
displayName: Migrate Johnzon from javax to jakarta namespace
1025+
description: >
1026+
Java EE has been rebranded to Jakarta EE. This recipe replaces existing Johnzon dependencies with their counterparts
1027+
that are compatible with Jakarta EE 9.
1028+
10151029
recipeList:
10161030
- org.openrewrite.maven.UpgradeDependencyVersion:
10171031
groupId: org.apache.johnzon
@@ -1028,6 +1042,9 @@ recipeList:
10281042
type: specs.openrewrite.org/v1beta/recipe
10291043
name: org.openrewrite.java.migrate.jakarta.RestAssuredJavaxToJakarta
10301044
displayName: Migrate RestAssured from javax to jakarta namespace by upgrading to a version compatible with J2EE9
1045+
description: >
1046+
Java EE has been rebranded to Jakarta EE. This recipe replaces existing RestAssured dependencies with their
1047+
counterparts that are compatible with Jakarta EE 9.
10311048
recipeList:
10321049
- org.openrewrite.maven.UpgradeDependencyVersion:
10331050
groupId: io.rest-assured

0 commit comments

Comments
 (0)