From f32934f1faeb7e34614f2c3c1d9bcb93398ea216 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 13 Jun 2016 20:14:24 +0200 Subject: [PATCH] Added failsafe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8695997..0cfb98f 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Codename One](https://www.codenameone.com/) - Cross platform solution for writing native mobile (iOS, Android, etc.) * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. +* [failsafe](https://github.com/jhalterman/failsafe) - Simple error handling with async retries. * [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS. * [jabba](https://github.com/shyiko/jabba) - Java Version Manager inspired by nvm. * [JBake](http://jbake.org) - Static website generator.