Junchuan Wang

Results 9 issues of Junchuan Wang

可否支持对value以“string(char array)被压缩后再被base64编码成string”存储的情况的解码+解压缩

Github action previously always pulls in the latest JDK and zulu8.60.0.21-ca-jdk8.0.322-linux_x64.tar.gz failed the build. This has been locally reproduced. Potential solution 1) pin a older version of JDK8 2) start...

I recommend we change `Task.blocking()` to `Task.runInExecutor()` or `Task.callableInexecutor`

ParSeq beginner users are often confused about the name of "Task.blocking". It is even more confusing if comparing with other task creating apis: Task.callable, Task.async, Task.action, Task.value. (I personally think...

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.

https://github.com/linkedin/rest.li/issues/783

Current two tasks are not truly cacheable since no output are defined. Probably see if we can make a common log checker be shared by these task and have a...

bug

It seems to be a long-standing bug https://linkedin.github.io/rest.li/user_guide/restli_server#resource-methods https://linkedin.github.io/rest.li/modeling/modeling#association https://github.com/linkedin/rest.li/blob/master/restli-int-test-server/src/main/java/com/linkedin/restli/examples/greetings/server/AssociationsResource.java#L71

The Rest.Li 1.0.0 request builders are marked as deprecated for years. Getting rid of it will help resolve confusions and make our code base and public doc clean. Things needs...

backward-incompatible