You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2021/12/26 20:27:36 UTC

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #663: Bump awaitility from 4.0.3 to 4.1.1

dependabot[bot] opened a new pull request #663:
URL: https://github.com/apache/logging-log4j2/pull/663


   Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.3 to 4.1.1.
   <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.1 (2021-10-25)</h2>
   <ul>
   <li>Fixed a bug preventing you to specify &quot;fib(-1)&quot; when using the fibonacci poll interval (thanks to Björn Michael for pull request) (issue 201)</li>
   <li>Avoid memory leak by caching only the original default uncaught exception handler globally (thanks to Oliver Grof for pull request (issue 221)</li>
   <li>Added &quot;conditionEvaluationListener&quot; to Kotlin DSL</li>
   </ul>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/awaitility/awaitility/commits/awaitility-4.1.1">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.3&new-version=4.1.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: notifications-unsubscribe@logging.apache.org

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



[GitHub] [logging-log4j2] garydgregory merged pull request #663: Bump awaitility from 4.0.3 to 4.1.1

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #663:
URL: https://github.com/apache/logging-log4j2/pull/663


   


-- 
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: notifications-unsubscribe@logging.apache.org

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