rholder / guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Apache License 2.0
1.43k stars 275 forks source link

57 lock version #68

Closed moulliet closed 7 years ago

moulliet commented 7 years ago

fixes #57

I got burned by this issue as well, accidentally getting 21-rc1 in my project, which caused compile errors.

moulliet commented 7 years ago

This is already addressed with #64