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

Update dependency org.xmlunit:xmlunit-matchers to v2.10.0 #2889

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xmlunit:xmlunit-matchers (source) 2.8.2 -> 2.10.0 age adoption passing confidence

Release Notes

xmlunit/xmlunit (org.xmlunit:xmlunit-matchers)

v2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can
    be compared.
    Inspired by Issue #​259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension
    functions for your transformations you may want to pass in your own instance of TransformerFactory and
    TransformerFactoryConfigurer 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 uses
    XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an
    XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer 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 a XPathEngine
    argument.
    Issue #​255

  • added Cyclone DX SBOMs to release artifacts

v2.9.0

  • 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.

    Issue #​227 and PR
    #​247

  • added NodeFilters#satisfiesAll and satifiesAny methods to make
    it easier to combine multiple node filters.
    added to simplify the use case of #​249

v2.8.4

  • improved comparison performance for documents with many siblings
    based on a suggestion by @​gerpres made
    in #​236

v2.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


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 4, 2024 11:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 10, 2024
@github-actions github-actions bot closed this Jun 10, 2024
Copy link
Contributor Author

renovate bot commented Jun 10, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/org.xmlunit-xmlunit-matchers-2.x branch June 10, 2024 03:03
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 ns:money-claims prd:cmc stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants