Bump xmlunit-matchers from 2.8.4 to 2.9.0 by dependabot[bot] · Pull Request #40 · apache/maven-antrun-plugin (original) (raw)
Bumps xmlunit-matchers from 2.8.4 to 2.9.0.
Release notes
Sourced from xmlunit-matchers's releases.
XMLUnit for Java 2.9.0
The major change of XMLUnit for Java 2.9.0 is the addition of a new module
xmlunit-jakarta-jaxb-implthat can be used in addition toxmlunit-corewhen you want to use the Jakarta XML Binding API in version 3. For details please see the user's guide.The full list of changes of XMLUnit for Java 2.9.0 is:
- added a new module
xmlunit-jakarta-jaxb-implthat makesInput.fromJaxbusejakarta.xml.bindrather thanjavax.xml.bind. For more details see the User's Guide.
This change is not fully backwards compatible. TheJaxbBuilderclass has become abstract and thewithMarshallermethod 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#satisfiesAllandsatifiesAnymethods to make it easier to combine multiple node filters. added to simplify the use case of #249
Changelog
Sourced from xmlunit-matchers's changelog.
XMLUnit for Java 2.9.0 - /Released 2022-01-25/
- added a new module
xmlunit-jakarta-jaxb-implthat makesInput.fromJaxbusejakarta.xml.bindrather thanjavax.xml.bind. For more details see the User's Guide.
This change is not fully backwards compatible. TheJaxbBuilderclass has become abstract and thewithMarshallermethod 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#satisfiesAllandsatifiesAnymethods to make it easier to combine multiple node filters. added to simplify the use case of #249
Commits
- cc4242d XMLUnit 2.9.0
- e8420e8 name profile properly
- fc9d2cb Java9 and 10 seem to require the JAXB RI
- 98444ee I should have known which parameter the shell script expects :-)
- 7638c07 trigger Travis CI build
- 4d9a854 NodeFilters.satisfyAll and .satisfyAny
- eb7cc2c explicitly document the
withFoomethods are not additive - 64e55a3 JAXB compatibility tests
- 51ee34b Merge pull request #247 from xmlunit/jakarta-jaxb
- 528ba4f document JAXB change
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)