rhuffman / re-retrying

A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Apache License 2.0
35 stars 6 forks source link

Project needs to be updated to reflect the fact it is a fork of guava-retrying #5

Closed rhuffman closed 6 years ago

rhuffman commented 6 years ago
  1. Files that have been modified since the fork need a notice that they have been modified.
  2. The build file needs to be updated to publish artifacts to the new group ID and artifact name.
  3. The README.md needs to be updated to include rationale for the fork.
  4. The NOTICE needs to be updated to include the modified copyright and new contributor.