Awaitility 4.0.3 is released

15 views
Skip to first unread message

Johan Haleby

unread,
May 19, 2020, 3:33:37 AM5/19/20
to await...@googlegroups.com
Awaitility 4.0.3 has just been released. Changes are:

* Upgraded to Scala 2.13.2 from 2.13.0 (thanks to sullis for pull request)
* Upgraded Kotlin extension to use Kotlin 1.3.72 (instead of 1.3.61)
* 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:

  await().conditionEvaluationListener(new ConditionEvaluationLogger(log::info)).until(<some condition>);

  This will log using a the logger "log" instead of printing to the console.
* Fixed problems with test dependencies in pom.xml
* Upgraded Groovy from 2.5.7 to 3.0.3


Enjoy!
Reply all
Reply to author
Forward
0 new messages