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-assertj3 to v2.10.0 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2022

This PR contains the following updates:

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

Release Notes

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

v2.10.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.xmlunit:xmlunit-assertj3 to v2.9.0 Update dependency org.xmlunit:xmlunit-assertj3 to v2.9.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/xml-unit-assertj.version branch from 41eebb4 to 903ce38 Compare March 16, 2023 07:38
@renovate renovate bot changed the title Update dependency org.xmlunit:xmlunit-assertj3 to v2.9.1 Update dependency org.xmlunit:xmlunit-assertj3 to v2.10.0 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/xml-unit-assertj.version branch from 903ce38 to 0a5adba Compare April 28, 2024 16:24
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.82%. Comparing base (2af5217) to head (0a5adba).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #41   +/-   ##
=========================================
  Coverage     86.82%   86.82%           
  Complexity       95       95           
=========================================
  Files            21       21           
  Lines           478      478           
  Branches         25       25           
=========================================
  Hits            415      415           
  Misses           52       52           
  Partials         11       11           
Flag Coverage Δ
540e7216-8400-4371-bc12-0ab6ebd10409 86.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant