Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

retry4j-0.14.0

Compare
Choose a tag to compare
@elennick elennick released this 16 Jul 19:33
· 27 commits to master since this release

Issue #68 (bug) - Fixed issue where retryOnAnyExceptionExcluding config option did not actually work if you specified more than one exception.
Issue #69 (bug) - Made it so withDelayBetweenTries config option will default to 0 if it is not specified rather than causing a NullPointerException.
Issue #70 (enhancement) - Added a feature where custom retry-on-exception behavior can be defined (see documentation here: https://github.com/elennick/retry4j#exception-handling-config)
Issue #71 (bug) - Fixed an issue where it was possible to specify a config value for withMaxNumberOfTries that was less than 1.