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.7.0 #32

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps xmlunit-matchers from 2.6.3 to 2.7.0.

Release notes

Sourced from xmlunit-matchers's releases.

XMLUnit 2.7.0

The biggest changes are to the placeholder and assertj modules. The assertj module should now work with AssertJ 3.15+.

This version contains a backwards incompatible change to the PlaceholderHandler interface that is part of the experimental placeholders module: The evaluate method now receives a variable number of string arguments in addition to the textual content of the element/attribute. This allows placeholders like ${xmlunit.matchesRegex(some\s*regex)}.

  • the AssertJ tests now pass on non-English locales as well Issue #180

  • added a workaround for a binary incompatible change in AssertJ that caused xmlunit-assertj to be incompatible with AssertJ 3.15.0 Issue #181

  • added a new ${xmlunit.matchesRegex(regex)} placeholder PR #178 by @Jazzyekim.

  • add a new ${xmlunit.isDateTime} placeholder inspired by #xmlunit.net/31 and #xmlunit.net/32 by MilkyWare Issue #174

  • avoid unnecessary creation of DocumentBuilderFactory in DOMDifferenceEngine when a custom factory has been provided to DiffBuilder. Issue #182

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.

... (truncated)
Changelog

Sourced from xmlunit-matchers's changelog.

XMLUnit for Java 2.7.0 - /Released 2020-05-12/

This version contains a backwards incompatible change to the PlaceholderHandler interface that is part of the experimental placeholders module: The evaluate method now receives a variable number of string arguments in addition to the textual content of the element/attribute. This allows placeholders like ${xmlunit.matchesRegex(some\s*regex)}.

  • the AssertJ tests now pass on non-English locales as well Issue #180

  • added a workaround for a binary incompatible change in AssertJ that caused xmlunit-assertj to be incompatible with AssertJ 3.15.0 Issue #181

  • added a new ${xmlunit.matchesRegex(regex)} placeholder PR #178 by @Jazzyekim.

  • add a new ${xmlunit.isDateTime} placeholder inspired by #xmlunit.net/31 and #xmlunit.net/32 by MilkyWare Issue #174

  • avoid unnecessary creation of DocumentBuilderFactory in DOMDifferenceEngine when a custom factory has been provided to DiffBuilder. Issue #182

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

... (truncated)
Commits
  • 66e7d48 preparing the 2.7.0 release
  • ba2b790 avoid unnecessary creation of DBF when one has been provided to DiffBuilder
  • a077d6f fix javadocs
  • 1c25e01 isDateTime now accepts an optional pattern as argument, closes #174
  • 7dc79d7 port isDateTime placeholder from XMLUnit.NET, addresses #174
  • f41ed66 make description consistent
  • 22b014a make placeholder argument list parsing more configurable
  • 121b535 placeholders change is not backwards compatible
  • ee476a2 Merge pull request #178 from Jazzyekim/placeholder-regex
  • 4ee9379 document assertj workaround, closes #181
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.6.3...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 23, 2020
@coveralls
Copy link

Pull Request Test Coverage Report for Build 112952985

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.218%

Totals Coverage Status
Change from base Build 112952905: 0.0%
Covered Lines: 3664
Relevant Lines: 3848

💛 - Coveralls

@sonarcloud
Copy link

sonarcloud bot commented May 23, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@MikeEdgar MikeEdgar closed this May 23, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@MikeEdgar MikeEdgar deleted the dependabot/maven/org.xmlunit-xmlunit-matchers-2.7.0 branch May 23, 2020 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants