You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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:
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