@@ -856,7 +856,9 @@ recipeList:
856
856
---
857
857
type : specs.openrewrite.org/v1beta/recipe
858
858
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
+
860
862
recipeList :
861
863
- org.openrewrite.xml.ChangeTagAttribute :
862
864
attributeName : name
@@ -885,6 +887,10 @@ recipeList:
885
887
type : specs.openrewrite.org/v1beta/recipe
886
888
name : org.openrewrite.java.migrate.jakarta.JacksonJavaxToJakarta
887
889
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
+
888
894
recipeList :
889
895
# JAXB annotations support
890
896
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId :
@@ -993,6 +999,10 @@ recipeList:
993
999
type : specs.openrewrite.org/v1beta/recipe
994
1000
name : org.openrewrite.java.migrate.jakarta.EhcacheJavaxToJakarta
995
1001
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
+
996
1006
recipeList :
997
1007
- org.openrewrite.maven.UpgradeDependencyVersion :
998
1008
groupId : org.ehcache
@@ -1012,6 +1022,10 @@ recipeList:
1012
1022
type : specs.openrewrite.org/v1beta/recipe
1013
1023
name : org.openrewrite.java.migrate.jakarta.JohnzonJavaxToJakarta
1014
1024
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
+
1015
1029
recipeList :
1016
1030
- org.openrewrite.maven.UpgradeDependencyVersion :
1017
1031
groupId : org.apache.johnzon
@@ -1028,6 +1042,9 @@ recipeList:
1028
1042
type : specs.openrewrite.org/v1beta/recipe
1029
1043
name : org.openrewrite.java.migrate.jakarta.RestAssuredJavaxToJakarta
1030
1044
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.
1031
1048
recipeList :
1032
1049
- org.openrewrite.maven.UpgradeDependencyVersion :
1033
1050
groupId : io.rest-assured
0 commit comments