jclouds/core
Aled Sage 7866612a2e Fix/improve retry-predicate:
- If get timeout of 0 (or negative), then still try once.
- Remove (unlikely) race in retry’s apply(T) where context-switching
  delays could cause `before(end)` to return false the first time, even
  though the timeout was positive.
- Ensure retries at end of the timeout (e.g. if timeout is 30 secs
  and last sleep takes us up to the 30 secs mark, then test again
  rather than returning immediately after the sleep!)
- Use `long` for time, rather than `java.util.Date`, for internal
  calculations. Deprecates old protected methods that use Date.
2015-01-29 12:37:15 +01:00
..
src Fix/improve retry-predicate: 2015-01-29 12:37:15 +01:00
pom.xml Use AutoService to generate service loader metadata 2015-01-12 11:19:07 -08:00