[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-user
Subject:    =?utf-8?q?=5BPR=5D_Bump_xmlunit=2Eversion_from_2=2E9=2E1_to_2=2E10=2E0_=5Bws?= =?utf-8?q?-wss4j=5D?=
From:       dependabot[bot]_(via_GitHub) <git () apache ! org>
Date:       2024-04-29 8:46:36
Message-ID: PR_kwDODQpips5t-3it () gitbox ! apache ! org
[Download RAW message or body]


dependabot[bot] opened a new pull request, #315:
URL: https://github.com/apache/ws-wss4j/pull/315

   Bumps `xmlunit.version` from 2.9.1 to 2.10.0.
   Updates `org.xmlunit:xmlunit-core` from 2.9.1 to 2.10.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a \
href="https://github.com/xmlunit/xmlunit/releases">org.xmlunit:xmlunit-core's \
releases</a>.</em></p>  <blockquote>
   <h2>XMLUnit for Java 2.10.0</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant that \
filters attributes before deciding whether elements can be compared.  Inspired by \
Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/259">#259</a></p>  \
</li>  <li>
   <p>By default the <code>TransformerFactory</code>s 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 <code>TransformerFactory</code> and \
<code>TransformerFactoryConfigurer</code> may help with that.  Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/264">#264</a></p>  </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of extension \
functions by default but uses <code>XPathFactory#setProperty</code> which is not \
available prior to Java 18. You may want to enable secure processing on an \
<code>XPathFactory</code> instance you pass to <code>JAXPXPathEngine</code> instead - \
and <code>XPathFactoryConfigurer</code> may help with that.</p>  </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a \
href="https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md">org.xmlunit:xmlunit-core's \
changelog</a>.</em></p>  <blockquote>
   <h2>XMLUnit for Java 2.10.0 - /Released 2024-04-28/</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant that \
filters attributes before deciding whether elements can  be compared.
   Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/259">#259</a></p>  </li>
   <li>
   <p>By default the <code>TransformerFactory</code>s 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 <code>TransformerFactory</code> and  \
<code>TransformerFactoryConfigurer</code> may help with that.  Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/264">#264</a></p>  </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of extension \
functions by default but uses  <code>XPathFactory#setProperty</code> which is not \
available prior to Java 18. You may want to enable secure processing on an  \
<code>XPathFactory</code> instance you pass to <code>JAXPXPathEngine</code> instead - \
and <code>XPathFactoryConfigurer</code> may help with that.</p>  </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/33a5d6a28712878fc1355802571aab074d2145c1"><code>33a5d6a</code></a> \
fix release number</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/eceec4ab6f1edce3138e32a12bf3d2e1755ba73b"><code>eceec4a</code></a> \
javadocs</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/75828fdc6952da5d8e4ae3ef509d15cfb8f2b728"><code>75828fd</code></a> \
Create SECURITY.md</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/dcaafe9174e69d18c9bcf27b9a40862f3bab360a"><code>dcaafe9</code></a> \
record extension function changes</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/611f6beb4dbce136d4ef608239695b07d7bd7006"><code>611f6be</code></a> \
try to disable extension functions for XPaths</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/b81d48b71dfd2868bdfc30a3e17ff973f32bc15b"><code>b81d48b</code></a> \
disable XSLT extension functions by default, add more configurers</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/ba149098c97c9c845a0877c905d6b9d84e6568d0"><code>ba14909</code></a> \
XMLUnit 1.x is no longer maintained</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/cd6731e34ab7f6dbe0c7cf6b22c85af16ac3ff8e"><code>cd6731e</code></a> \
this is going to be a feature release, not a bugfix release</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/c47d390d36d81708b9f3ebb196a6c7391198d6c1"><code>c47d390</code></a> \
record last changes</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/514191511f2ade5078a4fea02e37d0d281368e78"><code>5141915</code></a> \
add byNameAndAllAttributes that uses an attrbute filter</li>  <li>Additional commits \
viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0">compare \
view</a></li>  </ul>
   </details>
   <br />
   
   Updates `org.xmlunit:xmlunit-matchers` from 2.9.1 to 2.10.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a \
href="https://github.com/xmlunit/xmlunit/releases">org.xmlunit:xmlunit-matchers's \
releases</a>.</em></p>  <blockquote>
   <h2>XMLUnit for Java 2.10.0</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant that \
filters attributes before deciding whether elements can be compared.  Inspired by \
Issue <a href="https://redirect.github.com/xmlunit/xmlunit/issues/259">#259</a></p>  \
</li>  <li>
   <p>By default the <code>TransformerFactory</code>s 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 <code>TransformerFactory</code> and \
<code>TransformerFactoryConfigurer</code> may help with that.  Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/264">#264</a></p>  </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of extension \
functions by default but uses <code>XPathFactory#setProperty</code> which is not \
available prior to Java 18. You may want to enable secure processing on an \
<code>XPathFactory</code> instance you pass to <code>JAXPXPathEngine</code> instead - \
and <code>XPathFactoryConfigurer</code> may help with that.</p>  </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a \
href="https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md">org.xmlunit:xmlunit-matchers's \
changelog</a>.</em></p>  <blockquote>
   <h2>XMLUnit for Java 2.10.0 - /Released 2024-04-28/</h2>
   <ul>
   <li>
   <p>add a new <code>ElementSelectors.byNameAndAllAttributes</code> variant that \
filters attributes before deciding whether elements can  be compared.
   Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/259">#259</a></p>  </li>
   <li>
   <p>By default the <code>TransformerFactory</code>s 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 <code>TransformerFactory</code> and  \
<code>TransformerFactoryConfigurer</code> may help with that.  Inspired by Issue <a \
href="https://redirect.github.com/xmlunit/xmlunit/issues/264">#264</a></p>  </li>
   <li>
   <p><code>JAXPXPathEngine</code> will now try to disable the execution of extension \
functions by default but uses  <code>XPathFactory#setProperty</code> which is not \
available prior to Java 18. You may want to enable secure processing on an  \
<code>XPathFactory</code> instance you pass to <code>JAXPXPathEngine</code> instead - \
and <code>XPathFactoryConfigurer</code> may help with that.</p>  </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/33a5d6a28712878fc1355802571aab074d2145c1"><code>33a5d6a</code></a> \
fix release number</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/eceec4ab6f1edce3138e32a12bf3d2e1755ba73b"><code>eceec4a</code></a> \
javadocs</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/75828fdc6952da5d8e4ae3ef509d15cfb8f2b728"><code>75828fd</code></a> \
Create SECURITY.md</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/dcaafe9174e69d18c9bcf27b9a40862f3bab360a"><code>dcaafe9</code></a> \
record extension function changes</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/611f6beb4dbce136d4ef608239695b07d7bd7006"><code>611f6be</code></a> \
try to disable extension functions for XPaths</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/b81d48b71dfd2868bdfc30a3e17ff973f32bc15b"><code>b81d48b</code></a> \
disable XSLT extension functions by default, add more configurers</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/ba149098c97c9c845a0877c905d6b9d84e6568d0"><code>ba14909</code></a> \
XMLUnit 1.x is no longer maintained</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/cd6731e34ab7f6dbe0c7cf6b22c85af16ac3ff8e"><code>cd6731e</code></a> \
this is going to be a feature release, not a bugfix release</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/c47d390d36d81708b9f3ebb196a6c7391198d6c1"><code>c47d390</code></a> \
record last changes</li>  <li><a \
href="https://github.com/xmlunit/xmlunit/commit/514191511f2ade5078a4fea02e37d0d281368e78"><code>5141915</code></a> \
add byNameAndAllAttributes that uses an attrbute filter</li>  <li>Additional commits \
viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0">compare \
view</a></li>  </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)  
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic