Update dependency org.xmlunit:xmlunit-matchers to v2.10.2 #3208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.2
->2.10.2
Release Notes
xmlunit/xmlunit (org.xmlunit:xmlunit-matchers)
v2.10.2
Issue #296
v2.10.1
placeholders can now also be used inside of the local part of
xsi:type
attributes.PR #293
PlaceholderDifferenceEvaluator would cause ClassCastException for documents with
differences in
xsi:type
attributes.Issue #276
updated a bunch of Maven plugins, in particular we now create CylcloneDX files using
version 1.6 of the schema.
PR #292
updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order
to support Java 17 properly
Migrated form TravisCI to CircleCI
Issue #289
Migrated to Sonatype's Central Portal
Issue #287
added a new BOM artifact xmlunit-bom
Issue #269
Comparison
has earned a new convenience constructor.PR #280 by
@hiufung-kwok
Input.from
now detectsReader
arguments and usesfromReader
.PR #281 by
@SThomasP
v2.10.0
add a new
ElementSelectors.byNameAndAllAttributes
variant that filters attributes before deciding whether elements canbe compared.
Inspired by Issue #259
By default the
TransformerFactory
s created will now try to disable extension functions. If you need extensionfunctions for your transformations you may want to pass in your own instance of
TransformerFactory
andTransformerFactoryConfigurer
may help with that.Inspired by Issue #264
This is tracked as CVE-2024-31573.
JAXPXPathEngine
will now try to disable the execution of extension functions by default but usesXPathFactory#setProperty
which is not available prior to Java 18. You may want to enable secure processing on anXPathFactory
instance you pass toJAXPXPathEngine
instead - andXPathFactoryConfigurer
may help with that.v2.9.1
fixed some AssertJ tests that didn't work on Windows.
Issue #252 and PR
#253 by
@Boiarshinov
added overloads to
ElementSelectors.byXPath
that accept aXPathEngine
argument.
Issue #255
added Cyclone DX SBOMs to release artifacts
v2.9.0
added a new module
xmlunit-jakarta-jaxb-impl
that makesInput.fromJaxb
usejakarta.xml.bind
rather thanjavax.xml.bind
. For more details see the User'sGuide.
This change is not fully backwards compatible. The
JaxbBuilder
class has become abstract and the
withMarshaller
method haschanged 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
andsatifiesAny
methods to makeit easier to combine multiple node filters.
added to simplify the use case of #249
v2.8.4
based on a suggestion by @gerpres made
in #236
v2.8.3
added a new
fullDescription
method toDiff
that provides astring-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
Configuration
📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Europe/London, Automerge - "after 8am and before 5pm every weekday" in timezone Europe/London.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.