Ray Tsang

Results 6 issues of Ray Tsang

![image](https://user-images.githubusercontent.com/40051759/181209476-c8dd3d50-44b7-441f-8dad-cc20f39ff0cd.png)

String jsonResult = restTemplate.getForObject(url, String.class) 出现异常:com.alibaba.fastjson.JSONObject cannot be cast to java.lang.String java-chassis版本2.6.0

ServerCode ``` @PostMapping("/uploadLog") public String uploadAnalysisLog(@RequestPart String hostname, @RequestPart MultipartFile runLog) ``` ClientCode ``` MultiValueMap form = new LinkedMultiValueMap(); form.add("runLog", fileResource); form.add("hostname", hostname); HttpEntity body = new HttpEntity(form, headers); RestTemplate...

I find that observer registed in activity cannot observe the change of LiveData on Android9 anybody can give me some help?

插件通过FileProvider生成一个uri:content://com.tencent.shadow.contentprovider.authority.dynamic/com.***/Downloads/B1_F-1_074458.png,使用ACTION_VIEW打开照片显示“文件格式不支持或文件已损坏”,感觉像是无法正确解析这个uri ` `

shadow已经两年多没有进行Release,有后续的Release计划吗 项目中的AndroidX库升级后 插件会因为shadow的sdk兼容性问题导致打包失败