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


   Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.4 to 
2.8.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/xmlunit/xmlunit/releases";>xmlunit-matchers's 
releases</a>.</em></p>
   <blockquote>
   <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>
   <p>The existing xmlunit-assertj module will still be supported in future 
releases but expect AssertJ 3.x specific changes to only get applied to 
xmlunit-assertj3.</p>
   <p>Many thanks to <a 
href="https://github.com/Zegveld";><code>@​Zegveld</code></a>, <a 
href="https://github.com/scordio";><code>@​scordio</code></a> and  <a 
href="https://github.com/joel-costigliola";><code>@​joel-costigliola</code></a>.</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.0</h2>
   <p>This release now requires Java 7 for all modules and updates some 
dependencies - the changed JAXB dependency is a breaking change. It also fixes 
a few bugs.</p>
   <p>Details of changes:</p>
   <!-- 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-matchers's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   <h2>XMLUnit for Java 2.8.1 - /Released 2020-11-15/</h2>
   <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>
   <p>The existing xmlunit-assertj module will still be supported in
   future releases but expect AssertJ 3.x specific changes to only get
   applied to xmlunit-assertj3.</p>
   <p>Many thanks to <a 
href="https://github.com/Zegveld";><code>@​Zegveld</code></a>,
   <a href="https://github.com/scordio";><code>@​scordio</code></a> and</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/434c56e012372d8b8b87b1a596c0d411c57b24b0";><code>434c56e</code></a>
 release XMLUnit for Java 2.8.4</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/aa329de653a77da5b996c6f43171eeca0b1e1504";><code>aa329de</code></a>
 actually there is no reason to keep a temporary list</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/9b1ca589342634d6bdb3cc3f6c0b8f63a4ace171";><code>9b1ca58</code></a>
 record change for <a 
href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/236";>#236</a></li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/012a36a82bcbfa54ef04da93e9cc50a8a556e7c4";><code>012a36a</code></a>
 improve performance for documents with many sibling elements</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/7fb2889016197364d59d916f76b6bb6297da3ac9";><code>7fb2889</code></a>
 fix year in release notes</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/7d1caedff49a411aa0e056411605104be00c1c5b";><code>7d1caed</code></a>
 next iteration</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/8475d71a3d9a0b5addb5cf5efbbf6a4c1128867e";><code>8475d71</code></a>
 release XMLUnit for Java 2.8.3</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/e6dcb38162251b694ce1d93cede3b70a98f10bb5";><code>e6dcb38</code></a>
 record <a 
href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/232";>#232</a>/<a
 
href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/235";>#235</a>,
 credit <a href="https://github.com/Boiarshinov";><code>@​Boiarshinov</code></a> 
and add since tags</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/b1156a803cdd36853cc392080980a31c22edfe43";><code>b1156a8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/235";>#235</a>
 from Boiarshinov/issue-232_add_full_description_to_diff</li>
   <li><a 
href="https://github.com/xmlunit/xmlunit/commit/ee8ef65366d2123a623db1348e3ae12e1978dbcc";><code>ee8ef65</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/234";>#234</a>
 from Boiarshinov/fix_typos</li>
   <li>Additional commits viewable in <a 
href="https://github.com/xmlunit/xmlunit/compare/v2.6.4...v2.8.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xmlunit:xmlunit-matchers&package-manager=maven&previous-version=2.6.4&new-version=2.8.4)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to