rest.li icon indicating copy to clipboard operation
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.

Results 99 rest.li issues
Sort by recently updated
recently updated
newest added

Replace the use of old `com.sun.javadoc` apis which are deprecated since JDK9 and removed since JDK 17. Our CI/CD is using JDK8 for testing so that needs update too.

HEAD requests content-length is not based on the body as per the http spec. Fixing it to not override the content-length if the request is HEADER type

HEAD requests content-length is not based on the body as per the http spec. Fixing it to not override the content-length if the request is HEADER type

`generateDataTemplate` task failed with the following error when running on Windows. ``` Caused by: java.lang.IllegalArgumentException: 'other' has different root ``` The same Pegasus models build fine on Mac & Linux....

Security vulnerabilities have been found in apache-httpclient:commons-httpclient:3.1. Unfortunately, 3.1 is the latest version of this package. The suggestion to resolve the vulnerability is to https://hc.apache.org/httpcomponents-client-5.1.x/ 

DataSchema._resolvedProperties & RecordDataSchema$Field._resolvedProperties have been reported in our use cases within LinkedIn as consuming too much memory due to the unnecessarily-large HashMaps. If most use cases also don't use resolvedProperties...

question: hello. I would like to know where there has plugins fixed for resolve the .pdl file ? ide: intellij idea / microsoft visual studio code. thanks.

The current `FilterRequestContext` interface doesn't offer an easy way to access cookies of the current request. This causes trouble if someone needs to implement an authentication filter based on cookies....

proposal

Cleaning up workaround we did in #846 to avoid a major version bump.

backward-incompatible
v30