We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c290ea4 commit 2caf18dCopy full SHA for 2caf18d
src/main/resources/META-INF/rewrite/jakarta-faces-4.yml
@@ -199,7 +199,7 @@ recipeList:
199
- org.openrewrite.xml.ChangeTagAttribute:
200
attributeName: xsi:schemaLocation
201
elementName: web-app
202
- oldValue: (?<prefix>[\S\s]*https://jakarta\.ee/xml/ns/jakartaee/web-app_)5_\d+(?<suffix>\.xsd[\S\s]*)
+ oldValue: (?s)(?<prefix>.*https://jakarta\.ee/xml/ns/jakartaee/web-app_)5_\d+(?<suffix>\.xsd.*)
203
newValue: ${prefix}6_0${suffix}
204
regex: true
205
---
0 commit comments