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

   Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) 
from 4.2.0 to 4.3.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/awaitility/awaitility/blob/master/changelog.txt";>org.awaitility:awaitility's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changelog 4.3.0 (2025-02-21)</h2>
   <ul>
   <li>
   <p>Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for 
PR)</p>
   </li>
   <li>
   <p>Upgraded kotlin version in the awaitility-kotlin module to 2.1.10</p>
   </li>
   <li>
   <p>Using a more descriptive error message when using VERY long wait 
conditions or poll durations (issue 290)</p>
   </li>
   <li>
   <p>Added an overloaded method of untilAsserted(..) that takes a supplier and 
a consumer. For example, lets say you have a class like this:
   public class MyClass {
   public String myFunction() {
   // Imagine stuff being executed in asynchronously here and the result of this
   // operation is a string called &quot;my value&quot;
   return &quot;my value&quot;
   }
   }</p>
   <p>// Then in your test you can wait for the &quot;myFunction&quot; to be 
asserted by a &quot;consumer&quot; that uses
   // assertj to make sure that &quot;myFunction&quot; returns &quot;&quot;my 
value&quot;
   await().untilAsserted(myClass::myFunction, value -&gt; 
Assertions.assertThat(value).isEqualTo(&quot;my value&quot;));</p>
   <p>This has also been implemented for all atomic, adder, and accumulator 
methods.</p>
   </li>
   </ul>
   <h2>Changelog 4.2.2 (2024-08-07)</h2>
   <ul>
   <li>Support JDK EA builds in JavaVersionDetector (thanks to Oleg Estekhin 
for pull request)</li>
   </ul>
   <h2>Changelog 4.2.1 (2024-03-15)</h2>
   <ul>
   <li>
   <p>Upgraded Kotlin to 1.9.22</p>
   </li>
   <li>
   <p>Added extension properties forever, then, and, given to the Kotlin 
extension. This allows you to do e.g.:</p>
   <p>await.forever until { .. }</p>
   </li>
   <li>
   <p>Added shortcut for enabling logging. Before you had to do e.g.</p>
   <p>await()
   .with()
   .conditionEvaluationListener(new ConditionEvaluationLogger(log::info))
   .pollInterval(ONE_HUNDRED_MILLISECONDS)
   .until(logs::size, is(4));</p>
   <p>You can now instead use the &quot;logging&quot; shortcut:</p>
   <p>await()
   .with()
   .logging(log::info)
   .pollInterval(ONE_HUNDRED_MILLISECONDS)
   .until(logs::size, is(4));</p>
   <p>or simply &quot;.logging()&quot; for &quot;System.out&quot;.</p>
   <p>This shortcut has also been added globally:</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/e3ff879b33c10261ae8d58e50ecf601b2037bd11";><code>e3ff879</code></a>
 [maven-release-plugin] prepare release awaitility-4.3.0</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/d1167123be35a952bcabb14922f995d731fcc1ad";><code>d116712</code></a>
 [ci skip] Preparing changelog for release</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/4e186dfa453599599ea325d5e629cdab16e7a089";><code>4e186df</code></a>
 Added kotlin source folder explicitly</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/e8d3ab7b6347bdc0a15fb32a497dbfbf3c0db9e6";><code>e8d3ab7</code></a>
 Upgraded lots of plugin dependencies</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/a7a167a4896983e784d5f84836f62d3a0d79c090";><code>a7a167a</code></a>
 Added an overloaded method of untilAsserted(..) that takes a supplier and a 
c...</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/ef8f66309809ed4fe8d641f63c228dee10707f35";><code>ef8f663</code></a>
 Make ConditionFactory safer to use in java 8</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/5550079b8a45dbb5ead8f1f3567e3dea648de371";><code>5550079</code></a>
 Using a more descriptive error message when using VERY long wait conditions 
o...</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/2a9814b2045c35a6c7670c5d40a83cc7887c8844";><code>2a9814b</code></a>
 Upgraded kotlin version in the awaitility-kotlin module to 2.1.10</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/8f22c003290f0f5f775235e782da4f53fbbab765";><code>8f22c00</code></a>
 [ci skip] Updated changelog.txt to reflect latest changes</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/6a35c247c324a48febb62cdcc44dd33b307d88bb";><code>6a35c24</code></a>
 <a 
href="https://redirect.github.com/awaitility/awaitility/issues/235";>#235</a> 
Support for kotlin.time.Duration in Kotlin DSL (<a 
href="https://redirect.github.com/awaitility/awaitility/issues/285";>#285</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.awaitility:awaitility&package-manager=maven&previous-version=4.2.0&new-version=4.3.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 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