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

retry4j-0.7.3

Compare
Choose a tag to compare
@elennick elennick released this 30 Dec 14:57

Addressed two issues:

Issue #42 (bug) - CallExecutor throws a NullPointerException if a call returns a null value.
Issue #41 (enhancement) - RetriesExhaustedException will now have a populated cause. It will be populated with the last exception that occurred before all retries were exhausted.