1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 14, 2025 — Jun 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
workaround for travis-ci/travis-ci#5227, related travis-ci/travis-ci#6029 More... about 10 years ago
prepare for 2.0.0 release More... almost 11 years ago
update contributors list More... almost 11 years ago
Merge pull request #42 from alb-i986/fix-string-in-Retryer More... almost 11 years ago
mark the RetryListener interface and usage with the @Beta annotation so we can continue iterating here without freezing the public API #36 More... almost 11 years ago
some minor refactoring and renaming for #25, suppress warnings More... almost 11 years ago
Retryer: fix checkNotNull error message More... about 11 years ago
continue refactoring to simplify listener, related to #25 #36 More... about 11 years ago
refactoring Attempt interface to simplify state handling for attempt number and delay since first attempt, this should allow us to build even more elaborate stop and wait strategies moving forward, related to #25 #36 More... about 11 years ago
minor Javadoc updates, add note about refactoring Attempt More... about 11 years ago
Merge pull request #26 from yaroslavm/master More... about 11 years ago
update Gradle wrapper to 2.4 #38 More... about 11 years ago
update Gradle wrapper to 2.3, refactor all Gradle tooling #38 More... about 11 years ago
remove import * More... about 11 years ago
listeners should probably be a List since the order is significant for their behavior More... about 11 years ago
bump version up to 2.0.0-SNAPSHOT More... about 11 years ago
Merge pull request #39 from Stephan202/fix-for-issue-30 More... about 11 years ago
Merge pull request #37 from kevinconaway/retry-listener More... about 11 years ago
Introduce StopStrategies#stopAfterDelay(long, TimeUnit). More... about 11 years ago
Add RetryListener implementation More... about 11 years ago
set guava dependency to a range instead of a concrete version, we can update it again if upstream gets weird #32 More... about 11 years ago
add more badges for latest version and license More... over 11 years ago
update copyright boilerplate for 2015, should really get that gradle license plugin set up here at some point More... over 11 years ago
bump version up to 1.0.8-SNAPSHOT More... over 11 years ago
prepare for 1.0.7 release More... over 11 years ago
lolwut, guess that's been pointing to the wrong place since forever... More... over 11 years ago
add comments for block strategy stuff More... over 11 years ago
new way to calculate sleep time from failed attempt: new strategy AttemptWaitStrategy is based on exception class and user-defined function to calculate sleep time from exception occurred; More... over 11 years ago
adjust spacing, imports More... about 12 years ago
adjust spacing More... about 12 years ago