mirror of https://github.com/apache/jclouds.git
7866612a2e
- 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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |