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 org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 #10660

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2024

Bumps org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0.

Release notes

Sourced from org.xmlunit:xmlunit-core's releases.

XMLUnit for Java 2.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

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

Changelog

Sourced from org.xmlunit:xmlunit-core's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

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

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 28, 2024
@coveralls
Copy link

Coverage Status

coverage: 20.629%. remained the same
when pulling f3f86a8 on dependabot/maven/org.xmlunit-xmlunit-core-2.10.0
into 2917dbe on develop.

@qqmyers
Copy link
Member

qqmyers commented Jun 28, 2024

Seems like we should use 2.10.0 for

<version>2.8.2</version>
as well?

@pdurbin pdurbin added the Type: Bug a defect label Oct 9, 2024
@coveralls
Copy link

coveralls commented Oct 22, 2024

Coverage Status

coverage: 20.87%. remained the same
when pulling 9154996 on dependabot/maven/org.xmlunit-xmlunit-core-2.10.0
into 1c0bd9a on develop.

This comment has been minimized.

Copy link

📦 Pushed preview images as

ghcr.io/gdcc/dataverse:dependabot-maven-org.xmlunit-xmlunit-core-2.10.0
ghcr.io/gdcc/configbaker:dependabot-maven-org.xmlunit-xmlunit-core-2.10.0

🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name.

@qqmyers qqmyers added the Size: 0.5 A percentage of a sprint. 0.35 hours label Oct 22, 2024
@cmbz cmbz added the FY25 Sprint 8 FY25 Sprint 8 (2024-10-09 - 2024-10-23) label Oct 23, 2024
@ofahimIQSS ofahimIQSS self-assigned this Oct 23, 2024
@ofahimIQSS
Copy link
Contributor

Performed regression testing in local - no issues found.
Testing of 10660.docx

@ofahimIQSS ofahimIQSS merged commit f970ab3 into develop Oct 23, 2024
21 checks passed
@ofahimIQSS ofahimIQSS deleted the dependabot/maven/org.xmlunit-xmlunit-core-2.10.0 branch October 23, 2024 15:45
@ofahimIQSS ofahimIQSS removed their assignment Oct 23, 2024
@pdurbin pdurbin added this to the 6.5 milestone Oct 23, 2024
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 FY25 Sprint 8 FY25 Sprint 8 (2024-10-09 - 2024-10-23) java Pull requests that update Java code Size: 0.5 A percentage of a sprint. 0.35 hours Type: Bug a defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants