rest.li
rest.li copied to clipboard
Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
Uploads code coverage reports to codecov.io as part of the Travis CI process.
Hello, I am a Graduate Student at Oregon State University, studying the impact of autoboxing. I have written a tool, which analyses the source code to find opportunities to refactor...
The intention of this PR is to make *examples/d2-quickstart* README file more readable.
I am able to do gradle clean build -x test on the rest.li source code but gradle test failed. Environment: ``` ------------------------------------------------------------ Gradle 2.2.1 ------------------------------------------------------------ Groovy: 2.3.6 Ant: Apache Ant(TM)...
**We received an email about the following error:** When I try to build the rest.li repo from source (via the command gradle clean build), I get the below error. Do...
when running the examples/d2-quickstart client code, the client only runs once then fails. looks like the "comment" key needs to be handled better: ``` json "trafficProportion" : { "comment" :...
In order to monitor R2 waiters and prevent "reached maximum waiter size" exceptions, I have exposed a pool waitersCount stat.
This fixes a NullPointerException issue where the underlying ErrorResponse is null but no null check is possible.
Could you please add support for converting from Urn to string in ValueConverter.java? In my unit tests I create a fake BatchEntityResponse and for some resources like /activityViewsV2 the key...