type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.JavaxPeristenceXmlToJakartaPersistenceXml
displayName: migrate persistence.xml files
- org.openrewrite.xml.ChangeTagAttribute:
newValue: jakarta.persistence
oldValue: javax.persistence
fileMatcher: **/persistence.xml
- org.openrewrite.xml.ChangeTagAttribute:
fileMatcher: **/persistence.xml
- org.openrewrite.xml.ChangeTagAttribute:
newValue: https://jakarta.ee
oldValue: http://xmlns.jcp.org
fileMatcher: **/persistence.xml
- org.openrewrite.xml.ChangeTagAttribute:
attributeName: xsi:schemaLocation
newValue: https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd
fileMatcher: **/persistence.xml