Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xmlunit-matchers from 2.6.3 to 2.6.4 #853

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps xmlunit-matchers from 2.6.3 to 2.6.4.

Release notes

Sourced from xmlunit-matchers's releases.

XMLUnit 2.6.4

This release fixes a bug that affects the XPath for missing nodes in certain corner cases and improves the AsssertJ module. In particular XMLUnit 2.6.4 is supposed to be compatible with AssertJ 3.13.x.

The full list of changes:

  • the dependencies on JAXB implementation and its transitive dependencies has been promoted from test scope to optional for Java 9 and later Issue #162

  • added containsAnyNodeHavingXPath, containsAllNodesHavingXPath and hasXPath assertions to xmlunit-assertj.

  • added extractingAttribute method to xmlunit-assertj.

  • removed some redundant instanceof checks. PR #171 by @PascalSchumacher.

  • xmlunit-assertj should now work with AssertJ-Core 3.13.x Issue #166

  • the XPath values for comparisons resulting in CHILD_LOOKUP differences could be wrong when NodeFilters were present. XMLUnit.NET Issue [xmlunit.net/#29](xmlunit/xmlunit.net#29)

  • xmlunit-legacy will now use NewDifferenceEngine even when an ElementQualifier different from the built-in ones is used.

Changelog

Sourced from xmlunit-matchers's changelog.

XMLUnit for Java 2.6.4 - /Released 2020-03-08/

  • the dependencies on JAXB implementation and its transitive dependencies has been promoted from test scope to optional for Java 9 and later Issue #162

  • added containsAnyNodeHavingXPath, containsAllNodesHavingXPath and hasXPath assertions to xmlunit-assertj.

  • added extractingAttribute method to xmlunit-assertj.

  • removed some redundant instanceof checks. PR #171 by @PascalSchumacher.

  • xmlunit-assertj should now work with AssertJ-Core 3.13.x Issue #166

  • the XPath values for comparisons resulting in CHILD_LOOKUP differences could be wrong when NodeFilters were present. XMLUnit.NET Issue [xmlunit.net/#29](xmlunit/xmlunit.net#29)

  • xmlunit-legacy will now use NewDifferenceEngine even when an ElementQualifier different from the built-in ones is used.

Commits
  • ce11e82 fix javadocs
  • 9e969bd preparing XMLUnit 2.6.4
  • d62d18d list xmlunit.isNumber in package level javadocs
  • 6d7d1e1 NewDifferenceEngine should be able to handle all ElementQualifiers
  • 38ce079 record all changes
  • 33c5ea1 XPath for CHILD_LOOKUP differences was affected by NodeFilter
  • 06dd7b6 Merge pull request #171 from PascalSchumacher/remove_redundant_instanceOf_checks
  • 838efd9 org.w3c.dom.CDATASection extends org.w3c.dom.Text, so remove instanceof check...
  • 525f7f9 remove hard-coded path from ValidationMatcherTest
  • 69c8bf0 wrong path for test-resources
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Dependency related change label Mar 9, 2020
@dependabot-preview dependabot-preview bot requested a review from MarkEWaite March 9, 2020 08:57
@MarkEWaite
Copy link
Contributor

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 1ab4aa7 into master Mar 9, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/master/org.xmlunit-xmlunit-matchers-2.6.4 branch March 9, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant