dependabot[bot] opened a new pull request, #2439:
URL: https://github.com/apache/tomee/pull/2439

   Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.5.1 
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>
   <h2>7.11.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Report deadlocks when running in sharedthreadpool by <a 
href="https://github.com/krmahadevan";><code>@​krmahadevan</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3119";>testng-team/testng#3119</a></li>
   <li>Update JCommander to 1.83 by <a 
href="https://github.com/adessaigne";><code>@​adessaigne</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3123";>testng-team/testng#3123</a></li>
   <li>Update Gradle Wrapper from 8.7 to 8.8 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/testng-team/testng/pull/3132";>testng-team/testng#3132</a></li>
   <li>Fix array assertEquals failure message when an element is null or 
non-null by <a href="https://github.com/zAlbee";><code>@​zAlbee</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3136";>testng-team/testng#3136</a></li>
   <li>Fix typos on <code>suiteName</code> and <code>testName</code> attributes 
by <a href="https://github.com/Philzen";><code>@​Philzen</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3137";>testng-team/testng#3137</a></li>
   <li>Fix javadoc for internal/Utils.java by <a 
href="https://github.com/vlad8x8";><code>@​vlad8x8</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3148";>testng-team/testng#3148</a></li>
   <li>Update Gradle Wrapper from 8.8 to 8.9 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/testng-team/testng/pull/3149";>testng-team/testng#3149</a></li>
   <li>Fix <code>assertEqualsDeep(Set, Set, String)</code> wrong comparison and 
add variant without message by <a 
href="https://github.com/vuriaval";><code>@​vuriaval</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3150";>testng-team/testng#3150</a></li>
   <li>Bump github/combine-prs from 5.0.0 to 5.1.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3151";>testng-team/testng#3151</a></li>
   <li>Bump burrunan/gradle-cache-action from 1 to 2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3168";>testng-team/testng#3168</a></li>
   <li>Specifying dataProvider &amp; successPercentage causes test to always 
pass by <a href="https://github.com/krmahadevan";><code>@​krmahadevan</code></a> 
in <a 
href="https://redirect.github.com/testng-team/testng/pull/3171";>testng-team/testng#3171</a></li>
   <li>Update Gradle Wrapper from 8.9 to 8.10.1 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/testng-team/testng/pull/3174";>testng-team/testng#3174</a></li>
   <li>Update Gradle Wrapper from 8.10.1 to 8.10.2 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/testng-team/testng/pull/3178";>testng-team/testng#3178</a></li>
   <li>Bump oracle-actions/setup-java from 1.3.4 to 1.4.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3176";>testng-team/testng#3176</a></li>
   <li>Bump gradle-update/update-gradle-wrapper-action from 1 to 2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3175";>testng-team/testng#3175</a></li>
   <li>Streamline invocation numbers in failed xml file by <a 
href="https://github.com/krmahadevan";><code>@​krmahadevan</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3181";>testng-team/testng#3181</a></li>
   <li>Bump github/combine-prs from 5.1.0 to 5.2.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3185";>testng-team/testng#3185</a></li>
   <li>Fix for <a 
href="https://redirect.github.com/testng-team/testng/issues/3189";>#3189</a> - 
fixed ignored testcases count by <a 
href="https://github.com/Kanaduchi";><code>@​Kanaduchi</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3190";>testng-team/testng#3190</a></li>
   <li>update slf4j from 1.7.36 to 2.0.16 by <a 
href="https://github.com/asolntsev";><code>@​asolntsev</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3191";>testng-team/testng#3191</a></li>
   <li>Update Gradle Wrapper from 8.10.2 to 8.11.1 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/testng-team/testng/pull/3188";>testng-team/testng#3188</a></li>
   <li>Introduce missing <code>assertEquals(long, Long, String)</code> overload 
by <a href="https://github.com/Stephan202";><code>@​Stephan202</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3199";>testng-team/testng#3199</a></li>
   <li>Support to execlude somes test in option of command line by <a 
href="https://github.com/YutingZhang-A";><code>@​YutingZhang-A</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3200";>testng-team/testng#3200</a></li>
   <li>Use newer build scan plugin by <a 
href="https://github.com/jaredsburrows";><code>@​jaredsburrows</code></a> in <a 
href="https://redirect.github.com/testng-team/testng/pull/3203";>testng-team/testng#3203</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/adessaigne";><code>@​adessaigne</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/testng-team/testng/pull/3123";>testng-team/testng#3123</a></li>
   <li><a href="https://github.com/zAlbee";><code>@​zAlbee</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/testng-team/testng/pull/3136";>testng-team/testng#3136</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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 &quot;share-thread-pool-for-data-providers&quot; (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>
   <p>7.11.0
   Fixed: GITHUB-3180: TestNG testng-failed.xml 'invocation-numbers' values are 
not calculated correctly with retry and dataproviders (Krishnan Mahadevan)
   Fixed: GITHUB-3170: Specifying dataProvider and successPercentage causes 
test to always pass (Krishnan Mahadevan)
   Fixed: GITHUB-3028: Execution stalls when using 
&quot;use-global-thread-pool&quot; (Krishnan Mahadevan)
   Fixed: GITHUB-3122: Update JCommander to 1.83 (Antoine Dessaigne)
   Fixed: GITHUB-3135: assertEquals on arrays - Failure message is missing 
information about the array index when an array element is unexpectedly null or 
non-null (Albert Choi)
   Fixed: GITHUB-3140: assertEqualsDeep on Sets - Deep comparison was using the 
wrong expected value
   Fixed: GITHUB-3189: Incorrect number of ignored tests displayed in the XML 
results
   Fixed: GITHUB-3196: support to execlude somes tests in option of command 
line</p>
   <p>7.10.2
   Fixed: GITHUB-3117: ListenerComparator doesn't work (Krishnan Mahadevan)</p>
   <p>7.10.1
   Fixed: GITHUB-3110: Update from testng 7.9.0 to 7.10.0 break maven build 
with junit5 (Krishnan Mahadevan)</p>
   <p>7.10.0
   Fixed: GITHUB-3000: Method predecessors lookup and/or method sorting is 
broken in certain inheritance and naming setups (Krishnan Mahadevan)
   Fixed: GITHUB-3095: Super class annotated with ITestNGListenerFactory makes 
derived test class throw TestNGException on execution (Krishnan Mahadevan)
   Fixed: GITHUB-3081: Discrepancy with combination of (Shared Thread pool and 
Method Interceptor) (Krishnan Mahadevan)
   Fixed: GITHUB-2381: Controlling the inclusion of the listener at runtime 
(Krishnan Mahadevan)
   Fixed: GITHUB-3082: IInvokedMethodListener Iinvoked method does not return 
correct instance during <a 
href="https://github.com/BeforeMethod";><code>@​BeforeMethod</code></a>, <a 
href="https://github.com/AfterMethod";><code>@​AfterMethod</code></a> and <a 
href="https://github.com/AfterClass";><code>@​AfterClass</code></a> (Krishnan 
Mahadevan)
   Fixed: GITHUB-3084: Document project's PGP artifact signing keys (Krishnan 
Mahadevan)
   Fixed: GITHUB-3079: Associate a unique id with every test class object 
instantiated by TestNG (Krishnan Mahadevan)
   Fixed: GITHUB-3040: replace the usages of synchronized with ReentrantLock 
(Krishnan Mahadevan)
   Fixed: GITHUB-3041: TestNG 7.x DataProvider works in opposite to TestNG 6.x 
when retrying tests. (Krishnan Mahadevan)
   Fixed: GITHUB-3066: How to dynamically adjust the number of TestNG threads 
after IExecutorFactory is deprecated? (Krishnan Mahadevan)
   New:   GITHUB-2874: Allow users to define ordering for TestNG listeners 
(Krishnan Mahadevan)
   Fixed: GITHUB-3033: Moved ant support under own repository <a 
href="https://github.com/testng-team/testng-ant";>https://github.com/testng-team/testng-ant</a>
 (Julien Herr)
   Fixed: GITHUB-3064: TestResult lost if failure creating RetryAnalyzer 
(Krishnan Mahadevan)
   Fixed: GITHUB-3048: ConcurrentModificationException when injecting values 
(Krishnan Mahadevan)
   Fixed: GITHUB-3050: Race condition when creating Guice Modules (Krishnan 
Mahadevan)
   Fixed: GITHUB-3059: Support the ability to inject custom listener factory 
(Krishnan Mahadevan)
   Fixed: GITHUB-3045: IDataProviderListener - beforeDataProviderExecution and 
afterDataProviderExecution are called twice in special setup (Krishnan 
Mahadevan)
   Fixed: GITHUB-3038: java.lang.IllegalStateException: Results per method 
should NOT have been empty (Krishnan Mahadevan)
   Fixed: GITHUB-3022: Remove deprecated JUnit related support in TestNG 
(Krishnan Mahadevan)</p>
   <p>7.9.0
   Fixed: GITHUB-2019: Total thread count in testng parallel tests with 
dataproviders (Krishnan Mahadevan)
   Fixed: GITHUB-3006: ITestResult injected at <a 
href="https://github.com/AfterMethod";><code>@​AfterMethod</code></a> incorrect 
when a configuration method failed (Krishnan Mahadevan)
   Fixed: GITHUB-2980: Data Provider Threads configuration in the suite don't 
match the documentation (Krishnan Mahadevan)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.5.1...7.12.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.testng:testng&package-manager=maven&previous-version=7.5.1&new-version=7.12.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 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]

Reply via email to