From: Stefan B. <ste...@fr...> - 2022-01-25 17:41:46
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The major change of XMLUnit for Java 2.9.0 is the addition of a new module xmlunit-jakarta-jaxb-impl that can be used in addition to xmlunit-core when you want to use the Jakarta XML Binding API in version 3. For details please see the user's guide at https://github.com/xmlunit/user-guide/wiki/JAXB . The full list of changes of XMLUnit for Java 2.9.0 is: * added a new module xmlunit-jakarta-jaxb-impl that makes Input.fromJaxb use jakarta.xml.bind rather than javax.xml.bind. For more details see the User's Guide. This change is not fully backwards compatible. The JaxbBuilder class has become abstract and the withMarshaller method has changed its signature. For most cases the change will not be noticed and for almost all other cases it should be enough to re-compile your code against XMLUnit 2.9.x. Issue #227 and PR #247 * added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmHwNkYACgkQohFa4V9ri3L33gCeJ3byfOgI8sUrXiD2hj1XXaqY d0sAoIGVFfs65FAK9ZwWEhErOSCxKJWr =CsyX -----END PGP SIGNATURE----- |