v0.09
Pre-release
Pre-release
- Upgrade the
org.realityforge.arez.testng
artifact to version0.14
. - Update the implementation of
scheduleAttach
in the generated peers To skip creation of the sidecar if the peer or the scope has been disposed after thescheduleAttach
was invoked but before the attach task runs. - Add assertions to verify that neither a disposed peer nor a disposed scope is never passed to the
attach
orscheduleAttach
methods on the generated peers.