dependabot[bot] opened a new pull request #4157:
URL: https://github.com/apache/iotdb/pull/4157


   Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.2 to 
4.1.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/awaitility/awaitility/blob/master/changelog.txt";>awaitility's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changelog 4.1.0 (2021-05-08)</h2>
   <ul>
   <li>
   <p>Upgraded to Scala from 2.13.3 to 2.13.5 (thanks to sullis for pull 
request)</p>
   </li>
   <li>
   <p>Upgraded Kotlin from 1.3.72 to 1.5.0</p>
   </li>
   <li>
   <p>Added support for fail-fast conditions. This is a special condition that, 
if fulfilled, will throw a 
&quot;org.awaitility.core.TerminalFailureException&quot; immediately, thus 
failing the test.
   This is good when you have a condition that you know beforehand should never 
be fulfilled. So instead of waiting the full duration of a normal condition 
evaluation period, the test will fail
   faster if this (fail fast) condition evaluates to true. For example:</p>
   <p>await().timeout(Duration.ofSeconds(5)).failFast(() -&gt; 
orders.findById(1234).state == PAID).until(() -&gt; orders.findById(1234).state 
== CLOSED);</p>
   <p>This will fail-fast if the state of order 1234 is ever equal to 
&quot;PAID&quot; during the 5 second evaluation of the condition specified in 
&quot;until&quot;.
   (Thanks to Antony Stubbs for initial pull request) (issue 178)</p>
   </li>
   <li>
   <p>Upgraded Groovy from version 3.0.4 to 3.0.8</p>
   </li>
   </ul>
   <h2>Changelog 4.0.3 (2020-05-19)</h2>
   <ul>
   <li>
   <p>Upgraded to Scala 2.13.2 from 2.13.0 (thanks to sullis for pull 
request)</p>
   </li>
   <li>
   <p>Upgraded Kotlin extension to use Kotlin 1.3.72 (instead of 1.3.61)</p>
   </li>
   <li>
   <p>Improved org.awaitility.core.ConditionEvaluationLogger to accept a 
consumer that decides how the logs are printed. You can use this to for example 
log intermediary values using slf4j instead of System.out.println or log to to 
disk or a data structure such as CopyOnWriteArrayList. For example:</p>
   <p>await().conditionEvaluationListener(new 
ConditionEvaluationLogger(log::info)).until(<!-- raw HTML omitted -->);</p>
   <p>This will log using a the logger &quot;log&quot; instead of printing to 
the console.</p>
   </li>
   <li>
   <p>Fixed problems with test dependencies in pom.xml</p>
   </li>
   <li>
   <p>Upgraded Groovy from 2.5.7 to 3.0.4</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/ce63847af2dc101217f9812615970be07abb4a51";><code>ce63847</code></a>
 [maven-release-plugin] prepare release awaitility-4.1.0</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/8c1c1868516d170ea3140ec2303d80ccc791a04c";><code>8c1c186</code></a>
 Preparing changelog for release</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/3f78426f8692e10b6566ac7748f8a7a806c3c273";><code>3f78426</code></a>
 Upgrading Junit and pax-exam</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/cba83fca80debe23a7e73ddea346335021b86203";><code>cba83fc</code></a>
 Fixing link to travis [ci skip]</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/8abe43751cf3176da0f4604e23f0f84777e5ec42";><code>8abe437</code></a>
 Upgrading spock to 2.0-M5-groovy-3.0</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/50a01fd6940f165d9df72bd30b6e79b8e53d39b2";><code>50a01fd</code></a>
 Upgraded Groovy from version 3.0.4 to 3.0.8</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/5f86cc4310d941927001b566077434332ae7a248";><code>5f86cc4</code></a>
 Fixed changelog version number for scala upgrade</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/24ad19d93b02624cb15c0cf59c4603f8158c006d";><code>24ad19d</code></a>
 Added fail-fast condition support</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/88f0d0f2fc039651188907a6b3435b7258f46e0f";><code>88f0d0f</code></a>
 Fixed failing test on Java 8</li>
   <li><a 
href="https://github.com/awaitility/awaitility/commit/6443cc2b72e3469691bec983110d58d0585ef1ad";><code>6443cc2</code></a>
 Upgrading dokka to 1.4.32</li>
   <li>Additional commits viewable in <a 
href="https://github.com/awaitility/awaitility/compare/awaitility-4.0.2...awaitility-4.1.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.0.2&new-version=4.1.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 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