Rename xmlunit2 package

This can be harmonized now that support for XmlUnit 1 has been removed.

Closes gh-1561
This commit is contained in:
Stéphane Nicoll
2025-05-14 15:44:48 +02:00
parent 7961ac0d99
commit 10aa698631
8 changed files with 10 additions and 10 deletions

View File

@@ -27,8 +27,8 @@ import org.springframework.core.io.Resource;
import org.springframework.util.Assert;
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
import org.springframework.xml.transform.ResourceSource;
/**

View File

@@ -31,8 +31,8 @@ import org.springframework.ws.soap.SoapVersion;
import org.springframework.ws.test.support.AssertionErrors;
import org.springframework.ws.test.support.matcher.SchemaValidatingMatcher;
import org.springframework.ws.test.support.matcher.SoapHeaderMatcher;
import org.springframework.ws.test.support.matcher.xmlunit2.PayloadDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit2.SoapEnvelopeDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit.PayloadDiffMatcher;
import org.springframework.ws.test.support.matcher.xmlunit.SoapEnvelopeDiffMatcher;
import org.springframework.xml.transform.ResourceSource;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;
import org.xmlunit.diff.Diff;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;
import javax.xml.transform.Source;
import javax.xml.transform.TransformerException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;
import java.io.IOException;

View File

@@ -17,4 +17,4 @@
/**
* Matcher support for XMLUnit.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;
import jakarta.xml.soap.MessageFactory;
import org.junit.jupiter.api.Test;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.test.support.matcher.xmlunit2;
package org.springframework.ws.test.support.matcher.xmlunit;
import java.io.IOException;