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.
Provide instructions on defining the array/map types of custom types (non-primitive) when they are used in the resource API.
One of many files: https://github.com/linkedin/rest.li/blob/master/li-jersey-uri/src/main/java/com/linkedin/jersey/api/uri/UriBuilder.java The original code is licensable under GPL or CDDL, not Apache 2.0.
Refactoring D2 to support the addition of relative load balancer strategy in the future with changes as discussed in the design doc. I copied the new PDLs to this PR...
D2 Zookeeper client retry does not work with the version of the getChildren method which uses AsyncCallback.Children2Callback. This is what leveraged in ZookeeperEphemeral store watcher to read and set watches...
I was looking for the documentation on how to set the default value for @Optional. But there was only very brief lines about this annotation, which made me think that...
This is a hot path in many services that just want to rewrite URIs.
DataMapBuilder was causing a backwards incompatibility because it wasn't building errors in the case where there were multiple equal keys in a JSON object.
Your uses some dependencies with CVEs. I found that the buggy methods of the CVEs are in the program execution path of your project, which makes your project at risk....