dependabot[bot] opened a new pull request, #2843: URL: https://github.com/apache/cxf/pull/2843
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.11.0 to 7.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testng-team/testng/releases">org.testng:testng's releases</a>.</em></p> <blockquote> <h2>7.12.0</h2> <h2>What's Changed</h2> <ul> <li>GITHUB-2765: Propagate timeout stack trace to fix testng-team#2765 by <a href="https://github.com/idontusenumbers"><code>@idontusenumbers</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3206">testng-team/testng#3206</a></li> <li>Streamline working of shared thread pools by <a href="https://github.com/krmahadevan"><code>@krmahadevan</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3207">testng-team/testng#3207</a></li> <li>Streamline xml serialisation to string by <a href="https://github.com/krmahadevan"><code>@krmahadevan</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3208">testng-team/testng#3208</a></li> <li>test: improve osgi tests by <a href="https://github.com/vlsi"><code>@vlsi</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3213">testng-team/testng#3213</a></li> <li>chore: setup-java Oracle action supports Java 21+ only by <a href="https://github.com/vlsi"><code>@vlsi</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3215">testng-team/testng#3215</a></li> <li>Add DynamicImport-Package to load classes by name by <a href="https://github.com/laeubi"><code>@laeubi</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3220">testng-team/testng#3220</a></li> <li>Use UUID backed instance id instead by <a href="https://github.com/krmahadevan"><code>@krmahadevan</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3218">testng-team/testng#3218</a></li> <li>Ensure assertions is contents aware by <a href="https://github.com/krmahadevan"><code>@krmahadevan</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3228">testng-team/testng#3228</a></li> <li>Fix: Ensure DataProvider parameters are refreshed on retry when cacheDataForTestRetries=false by <a href="https://github.com/baflQA"><code>@baflQA</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3250">testng-team/testng#3250</a></li> <li>Improve/test workflow jdk25 by <a href="https://github.com/baflQA"><code>@baflQA</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3253">testng-team/testng#3253</a></li> <li>Fix: issue 3231 retry infinite loop by <a href="https://github.com/baflQA"><code>@baflQA</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3251">testng-team/testng#3251</a></li> <li>Fix Release process by <a href="https://github.com/krmahadevan"><code>@krmahadevan</code></a> in <a href="https://redirect.github.com/testng-team/testng/pull/3255">testng-team/testng#3255</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/idontusenumbers"><code>@idontusenumbers</code></a> made their first contribution in <a href="https://redirect.github.com/testng-team/testng/pull/3206">testng-team/testng#3206</a></li> <li><a href="https://github.com/laeubi"><code>@laeubi</code></a> made their first contribution in <a href="https://redirect.github.com/testng-team/testng/pull/3220">testng-team/testng#3220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/testng-team/testng/compare/7.11.0...7.12.0">https://github.com/testng-team/testng/compare/7.11.0...7.12.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/testng-team/testng/blob/master/CHANGES.txt">org.testng:testng's changelog</a>.</em></p> <blockquote> <p>7.12.0 Fixed: GITHUB-3231: TestNG retry is going into infinite loop when the data provider returned object is modified before failure (Bartek Florczak) Update: Updated GitHub Actions test matrix to include JDK 25 and JDK 26 EA (Bartek Florczak) Fixed: GITHUB-3236: DataProvider parameters are not refreshed on retry when cacheDataForTestRetries=false (Bartek Florczak) Fixed: GITHUB-3227: assertEqualsNoOrder false positive when collection has same size and actual Collection is subset of expected collection (Krishnan Mahadevan) Fixed: GITHUB-3177: Method org.testng.xml.XmlSuite#toXml do not save new properties like "share-thread-pool-for-data-providers" (Krishnan Mahadevan) Fixed: GITHUB-3179: ClassCastException when use shouldUseGlobalThreadPool(true) property (Krishnan Mahadevan) Fixed: GITHUB-2765: Test timeouts using existing Executor now propagate the stack trace to the ThreadTimeoutException (Charlie Hayes)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testng-team/testng/commit/a21a584326ab0e3f3973cc1b5c1a4d1268f80d20"><code>a21a584</code></a> Fix Release process (<a href="https://redirect.github.com/testng-team/testng/issues/3255">#3255</a>)</li> <li><a href="https://github.com/testng-team/testng/commit/be97321272b0b52401e5933b703014d39d9d3acf"><code>be97321</code></a> Fix: issue 3231 retry infinite loop (<a href="https://redirect.github.com/testng-team/testng/issues/3251">#3251</a>)</li> <li><a href="https://github.com/testng-team/testng/commit/bad4cb5215ab1bd921189ed9d98bf71705df3c26"><code>bad4cb5</code></a> Improve/test workflow jdk25 (<a href="https://redirect.github.com/testng-team/testng/issues/3253">#3253</a>)</li> <li><a href="https://github.com/testng-team/testng/commit/61068a1bf4c3d2450c32422a635d474cebd72d11"><code>61068a1</code></a> Fix: Ensure DataProvider parameters are refreshed on retry when cacheDataForT...</li> <li><a href="https://github.com/testng-team/testng/commit/d50b2ad2d6809d52131a07071fe229b1b901e08c"><code>d50b2ad</code></a> Ensure assertions is contents aware</li> <li><a href="https://github.com/testng-team/testng/commit/02d223d57facaab285ea2baff1dd11ccce223f98"><code>02d223d</code></a> Use a composite key instead of String as key</li> <li><a href="https://github.com/testng-team/testng/commit/58b3824e3eb5366b131e6566e6fea8b50f9bca91"><code>58b3824</code></a> Add DynamicImport-Package to load classes by name</li> <li><a href="https://github.com/testng-team/testng/commit/40cd805bee3e13c5449128ed5cfcf3de41039247"><code>40cd805</code></a> chore: use pax-logging for osgi tests so it does not require runtime bytecode...</li> <li><a href="https://github.com/testng-team/testng/commit/0fdf86897a2d29a95f62b56d01fc36b014573053"><code>0fdf868</code></a> chore: setup-java Oracle action supports Java 21+ only</li> <li><a href="https://github.com/testng-team/testng/commit/6a2575482bedfb06ade57bd677f7084cca0a8fa5"><code>6a25754</code></a> test: improve osgi tests</li> <li>Additional commits viewable in <a href="https://github.com/testng-team/testng/compare/7.11.0...7.12.0">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
