From 91aa10a103a8c4c6310b57da675cb49e8b75c5d5 Mon Sep 17 00:00:00 2001 From: Shmuel Goldfarb Date: Wed, 2 Oct 2019 11:40:07 +0300 Subject: [PATCH 1/2] fix restql java client link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 875d087..196a907 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. - [Play WS](https://github.com/playframework/play-ws) - Typesafe client with reactive streams and caching. -- [restQL-core](https://github.com/B2W-BIT/restQL-core) - Microservice query language that fetches information from multiple services. +- [restQL-java](https://github.com/B2W-BIT/restQL-java) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit) - Typesafe REST client. - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in cloud. - [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate. From a40e6ec7b447d28993b138cec940fa8d7b365fc6 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 3 Oct 2019 15:33:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196a907..fe6b452 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. - [Play WS](https://github.com/playframework/play-ws) - Typesafe client with reactive streams and caching. -- [restQL-java](https://github.com/B2W-BIT/restQL-java) - Microservice query language that fetches information from multiple services. +- [restQL-core-java](https://github.com/B2W-BIT/restQL-java) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit) - Typesafe REST client. - [Ribbon](https://github.com/Netflix/ribbon) - Client-side IPC library that is battle-tested in cloud. - [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate.