Awaitility 4.0.0 is released

13 views
Skip to first unread message

Johan Haleby

unread,
Aug 30, 2019, 12:33:06 PM8/30/19
to await...@googlegroups.com
This release requires Java 8 and above. Changes since rc1 are:

* Added support for Adder's. For example: await().untilAdder(myLongAdder, equalTo(5L))
* Added support for Accumulators's. For example: await().untilAccumulator(myLongAccumulator, equalTo(5L))
* Better handling of InterruptedException for Future's by using code from Guava (code from Uninterruptibles)
* Shutting down cleanup ExecutorService in an uninterruptible fashion
* Upgraded Kotlin extension to use Kotlin 1.3.50 (instead of 1.3.41)

Enjoy!
Reply all
Reply to author
Forward
0 new messages