6.6 Release
Changes included in this release:
- Added to
StatisticsUtils
getMax
andgetMin
implementations in order to find the extreme values in a collection ofNumber
's FutureUtils.makeFirstResultFuture
permutation added where errors are ignored.FutureUtils.makeResultListFuture
wont throw anIllegalStateException
if a dependent future is canceled. Because it needs the results (unless errors are ignored), this is still a fatal condition. However the resulting future will now indicate this state instead of having the Exception thrown.