This release allows (actually re-instates) executables blocks (the lambda's) to throws Throwable
therefore enabling test writers to write test code that can throw any type of exception including Throwable
.
Without this change test writers would be forced (by the Java compiler) to handle Throwable
's in their test code which could be counter-productive or even just plain wrong depending on the test being written.
Maven coordinates for this release are:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.9</version>
</dependency>
More information can be found here