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.
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.
added NodeFilters#satisfiesAll and satifiesAny methods to make it easier to combine multiple node filters. added to simplify the use case of #249
XMLUnit for Java 2.8.4 improves performance when comparing documents with many sibling elements.
Changelog:
improved comparison performance for documents with many siblings
based on a suggestion by @gerpres made in #236
XMLUnit for Java 2.8.3
added a new fullDescription method to Diff that provides a string-representation of all differences - not just the first one like toString does.
PR #235 fixing #232 by @Boiarshinov
made sure AssertJ's methods to override the assertion message like withFailMessage are honored.
#225
adjusted unit tests so they pass when AssertJ 3.19.0 is used.
PR #212 by mmathesius
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.
added NodeFilters#satisfiesAll and satifiesAny methods to make
it easier to combine multiple node filters.
added to simplify the use case of #249
XMLUnit for Java 2.8.4 - /Released 2021-12-16/
improved comparison performance for documents with many siblings
based on a suggestion by @gerpres made
in #236
XMLUnit for Java 2.8.3 - /Released 2021-10-17/
added a new fullDescription method to Diff that provides a
string-representation of all differences - not just the first one
like toString does.
PR #235 fixing
#232 by
@Boiarshinov
made sure AssertJ's methods to override the assertion message like
withFailMessage are honored.
#225
adjusted unit tests so they pass when AssertJ 3.19.0 is used.
PR #212 by
mmathesius
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps xmlunit-core from 2.8.2 to 2.9.0.
Release notes
Sourced from xmlunit-core's releases.
Changelog
Sourced from xmlunit-core's changelog.
Commits
cc4242d
XMLUnit 2.9.0e8420e8
name profile properlyfc9d2cb
Java9 and 10 seem to require the JAXB RI98444ee
I should have known which parameter the shell script expects :-)7638c07
trigger Travis CI build4d9a854
NodeFilters.satisfyAll and .satisfyAnyeb7cc2c
explicitly document thewithFoo
methods are not additive64e55a3
JAXB compatibility tests51ee34b
Merge pull request #247 from xmlunit/jakarta-jaxb528ba4f
document JAXB changeDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)