From 3a5be9b9fc6c730f1937825242e86a5155d9246f Mon Sep 17 00:00:00 2001 From: dom farr Date: Wed, 16 Jul 2014 08:48:19 +0100 Subject: [PATCH 1/3] Update README.md Added Retrofit under REST Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4653e4f..c0a5fdb 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. +* [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java. # Resources From 9992ad87cf5b536b27e3aa586077e1e96cd275fc Mon Sep 17 00:00:00 2001 From: dom farr Date: Wed, 16 Jul 2014 08:52:35 +0100 Subject: [PATCH 2/3] Update README.md Added JDBI under Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0a5fdb..7277da7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded. +* [JDBI](http://jdbi.org/) - SQL convenience library for Java. ## Date and Time From 368a8117cfd9ecf1ec011a11589af9f9c5e1d4ca Mon Sep 17 00:00:00 2001 From: dom farr Date: Wed, 16 Jul 2014 09:01:12 +0100 Subject: [PATCH 3/3] Update README.md Removed JDBI entry from Database section from this pull request as adding multiple suggestions in the same pull request does not follow contribution guidelines. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7277da7..c0a5fdb 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded. -* [JDBI](http://jdbi.org/) - SQL convenience library for Java. ## Date and Time