Skip to content

Commit 27f3c95

Browse files
mellowaretimtebeek
andauthored
Fix #692: Replace "java.faces" in Java file strings (#693)
* Fix #692: Replace "java.faces" in Java file strings * Also visit String literals when changing package `jakarta.faces` --------- Co-authored-by: Tim te Beek <[email protected]>
1 parent f1d95fd commit 27f3c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ recipeList:
353353
oldPackageName: javax.faces
354354
newPackageName: jakarta.faces
355355
recursive: true
356+
visitStringLiterals: true
356357
---
357358
type: specs.openrewrite.org/v1beta/recipe
358359
name: org.openrewrite.java.migrate.jakarta.JavaxInjectMigrationToJakartaInject

0 commit comments

Comments
 (0)