
eap8.eap7.jakarta-soap.windup.xml Maven / Gradle / Ivy
The newest version!
This ruleset provides analysis of Java EE applications that need to migrate to Jakarta SOAP with Attachments 3.0.
`javax.xml.soap.SOAPElementFactory.newInstance()` must be replaced with `jakarta.xml.soap.SOAPFactory.newInstance()`.
METHOD_CALL
`javax.xml.soap.SOAPElementFactory.create()` must be replaced with `jakarta.xml.soap.SOAPFactory.createElement()`. If `javax.xml.soap.Name` is passed as a parameter, it must be replaced with `jakarta.xml.soap.Name`.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy