All Downloads are FREE. Search and download functionalities are using the official Maven repository.

openrewrite.jakarta.javax.xml.rewrite.yml Maven / Gradle / Ivy

The newest version!
---
type: specs.openrewrite.org/v1beta/recipe
name: org.jboss.windup.jakarta.javax.PersistenceXml
displayName: alter persistence xml for javax-jakarta migration
recipeList:
  - org.openrewrite.xml.ChangeTagAttribute:
      attributeName: name
      elementName: //property
      oldValue: javax.persistence
      newValue: jakarta.persistence
      fileMatcher: "**/persistence.xml"

  - org.openrewrite.xml.ChangeTagAttribute:
      attributeName: version
      elementName: persistence
      newValue: 3.0
      fileMatcher: "**/persistence.xml"

  - org.openrewrite.xml.ChangeTagAttribute:
      attributeName: xmlns
      elementName: persistence
      oldValue: http://xmlns.jcp.org
      newValue: https://jakarta.ee
      fileMatcher: "**/persistence.xml"

  - org.openrewrite.xml.ChangeTagAttribute:
      attributeName: xsi:schemaLocation
      elementName: persistence
      newValue: https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd
      fileMatcher: "**/persistence.xml"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy