nurkiewicz/async-retry

Bring back Java 7 support

Closed this issue · 3 comments

Java 7 support was removed some time ago, but apparently there is a popular demand for it. What do you think is a good approach for releasing it to Maven Central? Different artifact ID, say:

<dependency>
  <groupId>com.nurkiewicz.asyncretry</groupId>
  <artifactId>asyncretry-jdk7</artifactId>
  <version>0.0.5</version>
</dependency>

Fixed and available in Maven Central under coordinates visible above.

Cool! Now we can try to incorporate it in - 4finance/micro-infra-spring#13 . Interested in contributing? ;)