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 2020/12/22 05:39:31 UTC

[GitHub] [maven-antrun-plugin] dependabot[bot] opened a new pull request #15: Bump xmlunit-matchers from 2.7.0 to 2.8.2

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


   Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.7.0 to 2.8.2.
   <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>
   <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">@f-lopes</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">@Zegveld</a>, <a href="https://github.com/scordio">@scordio</a> and  <a href="https://github.com/joel-costigliola">@joel-costigliola</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>
   <ul>
   <li>
   <p>changed optional JAXB dependency to use Jakarta XML Binding API
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/186">#186</a> by <a href="https://github.com/endrejeges">@endrejeges</a></p>
   </li>
   <li>
   <p>bumped the bytebuddy dependency to 1.10.10 for the AssertJ module in the hope it would help with <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/188">#188</a></p>
   <ul>
   <li>and change its scope from provided to compile time, which should finally fix the issue.</li>
   </ul>
   </li>
   <li>
   <p>added a new <code>extractingText</code> method to <code>MultipleNodeAssert</code> to make it possible to write AssertJ assertions against the textual content of nodes more easily.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/192">#192</a> and PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/193">#193</a> by <a href="https://github.com/keesvandieren">@keesvandieren</a></p>
   </li>
   <li>
   <p>changed the minimum Java version required from Java 6 to Java 7 for all modules (it has already been Java 7 for the AssertJ module before).</p>
   </li>
   <li>
   <p><code>DefaultNodeMatcher</code> with multiple <code>ElementSelector</code>s could fail to find the best matches as the order of <code>ElementSelector</code>s should
   select them.
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/197">#197</a></p>
   </li>
   <li>
   <p><code>Input</code> builder now supports <code>java.nio.file.Path</code>
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/196">#196</a></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-matchers's changelog</a>.</em></p>
   <blockquote>
   <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">@f-lopes</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">@Zegveld</a>,
   <a href="https://github.com/scordio">@scordio</a> and
   <a href="https://github.com/joel-costigliola">@joel-costigliola</a>.</p>
   </li>
   </ul>
   <h2>XMLUnit for Java 2.8.0 - /Released 2020-10-30/</h2>
   <ul>
   <li>
   <p>changed optional JAXB dependency to use Jakarta XML Binding API
   PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/186">#186</a>
   by <a href="https://github.com/endrejeges">@endrejeges</a></p>
   </li>
   <li>
   <p>bumped the bytebuddy dependency to 1.10.10 for the AssertJ module in
   the hope it would help with
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/188">#188</a></p>
   <ul>
   <li>and change its scope from provided to compile time, which should
   finally fix the issue.</li>
   </ul>
   </li>
   <li>
   <p>added a new <code>extractingText</code> method to <code>MultipleNodeAssert</code> to make
   it possible to write AssertJ assertions against the textual content
   of nodes more easily.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/192">#192</a> and PR
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/pull/193">#193</a>
   by <a href="https://github.com/keesvandieren">@keesvandieren</a></p>
   </li>
   <li>
   <p>changed the minimum Java version required from Java 6 to Java 7 for
   all modules (it has already been Java 7 for the AssertJ module</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/0ec744851dd4edab3636a6f859c452246af61846"><code>0ec7448</code></a> XMLUnit for Java 2.8.2</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/d9e16139ff863d53300466305940df5b8ba28399"><code>d9e1613</code></a> recored <a href="https://github.com/f-lopes">@f-lopes</a> change, closes <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/210">#210</a></li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/e99d702653c56ad1cdbfac45fcbc50a52d3e3d17"><code>e99d702</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/210">#210</a> from f-lopes/fix-compare-assert-assertj-usage</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/45bf4eccd4b04f69010057b750a5ba25ce4a5aac"><code>45bf4ec</code></a> Fix assertj usage in CompareAssert helper</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/d0029bd7ac891016e3bf7ab5168f9b31577e58c3"><code>d0029bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/208">#208</a> from PascalSchumacher/patch-2</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/81574eaaae630137f38c07171d13ad574e58998a"><code>81574ea</code></a> README: xmlunit-assertj3 (not xmlunit-assertj) will try to throw an Assertion...</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/9b1ad2c1d6fb00256daaea133d46bdc7fcfd34a7"><code>9b1ad2c</code></a> next development cycle</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/f0124152bf7b687e481a74757c4259db79ddfa4f"><code>f012415</code></a> fix reference to <a href="https://github.com/Zegveld">@Zegveld</a></li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/4f40e461dfb74517f8c579d436a518c3866a5bef"><code>4f40e46</code></a> cut XMLUnit 2.8.1</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/36470a14c116ddbd3d082ac6cbb310bc93a4960d"><code>36470a1</code></a> document xmlunit-assertj3 module. closes <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/203">#203</a></li>
   <li>Additional commits viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.7.0...v2.8.2">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.7.0&new-version=2.8.2)](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
   
   
   </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.

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



[GitHub] [maven-antrun-plugin] asfgit closed pull request #15: Bump xmlunit-matchers from 2.7.0 to 2.8.2

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #15:
URL: https://github.com/apache/maven-antrun-plugin/pull/15


   


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

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



[GitHub] [maven-antrun-plugin] dependabot[bot] commented on pull request #15: Bump xmlunit-matchers from 2.7.0 to 2.8.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #15:
URL: https://github.com/apache/maven-antrun-plugin/pull/15#issuecomment-778654239


   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


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

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