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 2023/01/11 04:07:31 UTC

[GitHub] [maven-release] dependabot[bot] opened a new pull request, #163: Bump xmlunit-core from 2.8.2 to 2.9.1

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

   Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.2 to 2.9.1.
   <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.1</h2>
   <ul>
   <li>
   <p>fixed some AssertJ tests that didn't work on Windows.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/252">#252</a> and PR <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/253">#253</a> by <a href="https://github.com/Boiarshinov"><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>added overloads to <code>ElementSelectors.byXPath</code> that accept a <code>XPathEngine</code> argument.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/255">#255</a></p>
   </li>
   <li>
   <p>added Cyclone DX SBOMs to release artifacts</p>
   </li>
   </ul>
   <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>
   </blockquote>
   </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.1 - /Released 2023-01-10/</h2>
   <ul>
   <li>
   <p>fixed some AssertJ tests that didn't work on Windows.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/252">#252</a> and PR
   <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/253">#253</a> by
   <a href="https://github.com/Boiarshinov"><code>@​Boiarshinov</code></a></p>
   </li>
   <li>
   <p>added overloads to <code>ElementSelectors.byXPath</code> that accept a <code>XPathEngine</code>
   argument.
   Issue <a href="https://github-redirect.dependabot.com/xmlunit/xmlunit/issues/255">#255</a></p>
   </li>
   <li>
   <p>added Cyclone DX SBOMs to release artifacts</p>
   </li>
   </ul>
   <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.</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/9118af20aeaa6b8665be9c13fc84c1fd25b51acd"><code>9118af2</code></a> prepare XMLUnit 2.9.1</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/c8fcf0a5575af8d434f43a2c051a9814b51df5e3"><code>c8fcf0a</code></a> fix remaining javadoc warnings raised by Java 17</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/f4aa630bb5238dfc8fd963f86eddb8fde459ee72"><code>f4aa630</code></a> next batch of fixed javadoc warnings, just a few hundred left</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/5e53d0fb2c8958cc416bc72cda68fba5be58d714"><code>5e53d0f</code></a> chip away on javadoc warnings found by Java 17</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/78f66d2d7a2490f3b459a586afb132c55c90d3ed"><code>78f66d2</code></a> allow javadocs to be built using Java 17</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/737789db2aa06029c4ec93d7e293545d0fa2f851"><code>737789d</code></a> reference to a &quot;third&quot; jar is misleading</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/1cced6e34cd225ed2f4dff672bff59a468e70382"><code>1cced6e</code></a> provide descriptions for all modules</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/0baf9e9078bdf1f34f92b36b6118b6f5c1bccf02"><code>0baf9e9</code></a> update javadoc plugin, fix new javadoc warnings</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/505f014b13e60ae215473a37f7b0d9587308da8a"><code>505f014</code></a> javadoc warning</li>
   <li><a href="https://github.com/xmlunit/xmlunit/commit/98dc0be49204fe14823fc7c278e62b211629edaf"><code>98dc0be</code></a> really hide cyclonedx plugin when building on Java 7</li>
   <li>Additional commits viewable in <a href="https://github.com/xmlunit/xmlunit/compare/v2.8.2...v2.9.1">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.8.2&new-version=2.9.1)](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-release] michael-o commented on pull request #163: Bump xmlunit-core from 2.8.2 to 2.9.1

Posted by "michael-o (via GitHub)" <gi...@apache.org>.
michael-o commented on PR #163:
URL: https://github.com/apache/maven-release/pull/163#issuecomment-1465227459

   Superseded.


-- 
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-release] dependabot[bot] commented on pull request #163: Bump xmlunit-core from 2.8.2 to 2.9.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #163:
URL: https://github.com/apache/maven-release/pull/163#issuecomment-1465227474

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-release] michael-o closed pull request #163: Bump xmlunit-core from 2.8.2 to 2.9.1

Posted by "michael-o (via GitHub)" <gi...@apache.org>.
michael-o closed pull request #163: Bump xmlunit-core from 2.8.2 to 2.9.1
URL: https://github.com/apache/maven-release/pull/163


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