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 6e9bae9 commit c290ea4Copy full SHA for c290ea4
src/main/resources/META-INF/rewrite/jakarta-faces-4.yml
@@ -199,8 +199,8 @@ recipeList:
199
- org.openrewrite.xml.ChangeTagAttribute:
200
attributeName: xsi:schemaLocation
201
elementName: web-app
202
- oldValue: (?<prefix>https://jakarta\.ee/xml/ns/jakartaee\s+https://jakarta\.ee/xml/ns/jakartaee/web-app_)5_\d+(?<extension>\.xsd)
203
- newValue: ${prefix}6_0${extension}
+ oldValue: (?<prefix>[\S\s]*https://jakarta\.ee/xml/ns/jakartaee/web-app_)5_\d+(?<suffix>\.xsd[\S\s]*)
+ newValue: ${prefix}6_0${suffix}
204
regex: true
205
---
206
type: specs.openrewrite.org/v1beta/recipe
0 commit comments