Skip to content

Commit f65c067

Browse files
committed
Restore UpdateJakartaAnnotations2 as a deprecated placeholder
1 parent aa973e9 commit f65c067

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,16 @@ recipeList:
389389
newVersion: 10.0.0
390390
---
391391
type: specs.openrewrite.org/v1beta/recipe
392+
name: org.openrewrite.java.migrate.jakarta.UpdateJakartaAnnotations2
393+
displayName: Update Jakarta EE annotation Dependencies to 2.1.x.
394+
description: Update Jakarta EE annotation Dependencies to 2.1.x.
395+
tags:
396+
# This recipe has been inlined into `MigrationToJakarta10Apis`; drop the reference to this recipe,
397+
# This placeholder is kept to avoid breaking existing recipes that reference this recipe still.
398+
- deprecated
399+
recipeList: []
400+
---
401+
type: specs.openrewrite.org/v1beta/recipe
392402
name: org.openrewrite.java.migrate.jakarta.UpdateJakartaXmlWsEE10
393403
displayName: Update Jakarta EE XML Web Services Dependencies for EE 10.
394404
description: Update Jakarta EE XML Web Services Dependencies for EE 10.

0 commit comments

Comments
 (0)