jetcache icon indicating copy to clipboard operation
jetcache copied to clipboard

JetCache is a Java cache framework.

Results 222 jetcache issues
Sort by recently updated
recently updated
newest added

最新系统升级了jdk17,升级前一切正常,升级后会报错: Caused by: com.alibaba.fastjson.JSONException: autoType is not support. [Ljava.lang.Object; at com.alibaba.fastjson.parser.ParserConfig.checkAutoType(ParserConfig.java:1369) ~[fastjson-1.2.83.jar!/:na] at com.alibaba.fastjson.parser.ParserConfig.checkAutoType(ParserConfig.java:1304) ~[fastjson-1.2.83.jar!/:na] at com.alibaba.fastjson.JSONObject.readObject(JSONObject.java:540) ~[fastjson-1.2.83.jar!/:na] at jdk.internal.reflect.GeneratedMethodAccessor200.invoke(Unknown Source) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na] at java.base/java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1231)...

测试过默认值还是true,如图: ![配置](https://github.com/alibaba/jetcache/assets/38784558/7ff6b5a7-f354-4c75-a9c2-bbb63fd97dd1) ![效果](https://github.com/alibaba/jetcache/assets/38784558/4b4e313b-5bc2-4e17-8e5c-3a19ea04cb9d)