You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/01/28 05:04:06 UTC

[GitHub] [maven-surefire] dependabot[bot] opened a new pull request #451: Bump xmlunit-core from 2.6.0 to 2.9.0

dependabot[bot] opened a new pull request #451:
URL: https://github.com/apache/maven-surefire/pull/451


   Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.0 to 2.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/xmlunit/xmlunit/releases">xmlunit-core's releases</a>.</em></p>
   <blockquote>
   <h2>XMLUnit for Java 2.9.0</h2>
   <p>The major change of XMLUnit for Java 2.9.0 is the addition of a new module <code>xmlunit-jakarta-jaxb-impl</code> that can be used in addition to <code>xmlunit-core</code> when you want to use the Jakarta XML Binding API in version 3. For details please see the <a href="https://github.com/xmlunit/user-guide/wiki/JAXB">user's guide</a>.</p>
   <p>The full list of changes of XMLUnit for Java 2.9.0 is:</p>
   <ul>
   <li>
   <p>added a new module <code>xmlunit-jakarta-jaxb-impl</code> that makes <code>Input.fromJaxb</code> use <code>jakarta.xml.bind</code> rather than  <code>javax.xml.bind</code>. For more details see the <a href="https://github.com/xmlunit/user-guide/wiki/JAXB">User's Guide</a>.</p>
   <p>This change is not fully backwards compatible. The <code>JaxbBuilder</code> class has become abstract and the <code>withMarshaller</code> 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.</p>
   <p>Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/227">#227</a> and PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/247">#247</a></p>
   </li>
   <li>
   <p>added <code>NodeFilters#satisfiesAll</code> and <code>satifiesAny</code> methods to make it easier to combine multiple node filters. added to simplify the use case of <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/249">#249</a></p>
   </li>
   </ul>
   <p>XMLUnit for Java 2.8.4 improves performance when comparing documents with many sibling elements.</p>
   <p>Changelog:</p>
   <ul>
   <li>improved comparison performance for documents with many siblings
   based on a suggestion by <a href="https://github.com/gerpres"><code>@​gerpres</code></a> made in <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/236">#236</a></li>
   </ul>
   <h2>XMLUnit for Java 2.8.3</h2>
   <ul>
   <li>
   <p>added a new <code>fullDescription</code> method to <code>Diff</code> that provides a string-representation of all differences - not just the first one like <code>toString</code> does.
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/235">#235</a> fixing <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/232">#232</a> by  <a href="https://github.com/Boiarshinov"><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>made sure AssertJ's methods to override the assertion message like <code>withFailMessage</code> are honored.
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/225">#225</a></p>
   </li>
   <li>
   <p>adjusted unit tests so they pass when AssertJ 3.19.0 is used.
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/212">#212</a> by <a href="https://github.com/mmathesius">mmathesius</a></p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.2</h2>
   <p>This release fixes a bug in the new AssertJ 3.x module.</p>
   <ul>
   <li><code>CompareAssert</code> inside the AssertJ3 module swapped the expected and
   actual parameters when creating the assertion error.
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/210">#210</a> by  <a href="https://github.com/f-lopes"><code>@​f-lopes</code></a></li>
   </ul>
   <h2>XMLUnit for Java 2.8.1</h2>
   <p>The only real change when compared to XMLUnit for Java 2.8.0 is the introduction of a new <code>xmlunit-assertj3</code> module that requires AssertJ 3.18.1 or later in order to address a problem with running AssertJ tests in an OSGi environment.</p>
   <p>The original <code>xmlunit-assertj</code> module will still be supported.</p>
   <p>The full changelog of XMLUnit for Java 2.8.1</p>
   <ul>
   <li>
   <p>added a new xmlunit-assertj3 module that requires AssertJ 3.18.1 or later.</p>
   <p>This module no longer uses AssertJ internal classes that are not exported to OSGi environments and thus fixes issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/203">#203</a>.</p>
   <p>The module (like AssertJ 3.x itself) requires Java 8 at runtime and is similar to xmlunit-assertj but is no drop-in replacement. It uses a different Java package from xmlunit-assertj and <code>CompareAssert</code> will no longer throw a JUnit 4.x <code>ComparisonException</code> but an opentest4j <code>AssertionFailedError</code> instead.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md">xmlunit-core's changelog</a>.</em></p>
   <blockquote>
   <h2>XMLUnit for Java 2.9.0 - /Released 2022-01-25/</h2>
   <ul>
   <li>
   <p>added a new module <code>xmlunit-jakarta-jaxb-impl</code> that makes
   <code>Input.fromJaxb</code> use <code>jakarta.xml.bind</code> rather than
   <code>javax.xml.bind</code>. For more details see the <a href="https://github.com/xmlunit/user-guide/wiki/JAXB">User's
   Guide</a>.</p>
   <p>This change is not fully backwards compatible. The <code>JaxbBuilder</code>
   class has become abstract and the <code>withMarshaller</code> 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.</p>
   <p>Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/227">#227</a> and PR
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/247">#247</a></p>
   </li>
   <li>
   <p>added <code>NodeFilters#satisfiesAll</code> and <code>satifiesAny</code> methods to make
   it easier to combine multiple node filters.
   added to simplify the use case of <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/249">#249</a></p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.4 - /Released 2021-12-16/</h2>
   <ul>
   <li>improved comparison performance for documents with many siblings
   based on a suggestion by <a href="https://github.com/gerpres"><code>@​gerpres</code></a> made
   in <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/236">#236</a></li>
   </ul>
   <h2>XMLUnit for Java 2.8.3 - /Released 2021-10-17/</h2>
   <ul>
   <li>
   <p>added a new <code>fullDescription</code> method to <code>Diff</code> that provides a
   string-representation of all differences - not just the first one
   like <code>toString</code> does.
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/235">#235</a> fixing
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/232">#232</a> by
   <a href="https://github.com/Boiarshinov"><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>made sure AssertJ's methods to override the assertion message like
   <code>withFailMessage</code> are honored.
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/225">#225</a></p>
   </li>
   <li>
   <p>adjusted unit tests so they pass when AssertJ 3.19.0 is used.
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/212">#212</a> by
   <a href="https://github.com/mmathesius">mmathesius</a></p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.2 - /Released 2020-12-21/</h2>
   <ul>
   <li><code>CompareAssert</code> inside the AssertJ3 module swapped the expected and
   actual parameters when creating the assertion error.
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/210">#210</a> by
   <a href="https://github.com/f-lopes"><code>@​f-lopes</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/cc4242d06d9dee45bbbbabbb5ddaea28d64dd9b0"><code>cc4242d</code></a> XMLUnit 2.9.0</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/e8420e80ed5ff60236d09f2950f5e0c5d8fcc59d"><code>e8420e8</code></a> name profile properly</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/fc9d2cb8e4fe34669bd70c4f0038928b1b2058c4"><code>fc9d2cb</code></a> Java9 and 10 seem to require the JAXB RI</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/98444ee320b4cfc7d8615e5638638c50d9b750de"><code>98444ee</code></a> I should have known which parameter the shell script expects :-)</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/7638c0787cfcb73514b80d7d13a63e18d5a654c5"><code>7638c07</code></a> trigger Travis CI build</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/4d9a85438bc79c19ecb3348f4505b63de739b5bf"><code>4d9a854</code></a> NodeFilters.satisfyAll and .satisfyAny</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/eb7cc2c042e25273b8901ca425833c04bcdc8f3f"><code>eb7cc2c</code></a> explicitly document the <code>withFoo</code> methods are not additive</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/64e55a33c658bc9d902b036f56a2d839fd63fa1d"><code>64e55a3</code></a> JAXB compatibility tests</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/51ee34b6eaeb99cf3668825a6321b501fd64668d"><code>51ee34b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/247">#247</a> from xmlunit/jakarta-jaxb</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/528ba4f931a143835f540b514aedddee0a350744"><code>528ba4f</code></a> document JAXB change</li>
   <li>Additional commits viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.6.0...v2.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xmlunit:xmlunit-core&package-manager=maven&previous-version=2.6.0&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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: issues-unsubscribe@maven.apache.org

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



[GitHub] [maven-surefire] Tibor17 merged pull request #451: Bump xmlunit-core from 2.6.0 to 2.9.0

Posted by GitBox <gi...@apache.org>.
Tibor17 merged pull request #451:
URL: https://github.com/apache/maven-surefire/pull/451


   


-- 
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: issues-unsubscribe@maven.apache.org

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