yiming33

Results 4 issues of yiming33

udpate java8 to java11 java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:224) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:218) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:208) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:79) at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:259) at io.netty.util.concurrent.SingleThreadEventExecutor.(SingleThreadEventExecutor.java:165) at io.netty.channel.SingleThreadEventLoop.(SingleThreadEventLoop.java:58) at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:141) at...

![image](https://user-images.githubusercontent.com/19584310/38725511-24860272-3f3a-11e8-90a1-b48fa67bfa55.png) is ok but ![image](https://user-images.githubusercontent.com/19584310/38725315-8f0bbcc8-3f39-11e8-8a23-5d1b39914d1d.png) ![image](https://user-images.githubusercontent.com/19584310/38725336-a115b9b4-3f39-11e8-8205-ae8880cb6f4f.png) ![image](https://user-images.githubusercontent.com/19584310/38725442-ebfdd8ee-3f39-11e8-81a9-2c7529aeb55a.png) ![image](https://user-images.githubusercontent.com/19584310/38725453-f7802438-3f39-11e8-8456-1b938934d55e.png) I wish vertx could be more friendly to the date type of Java thank you very much!

setSerializeConfig好像已经被移除了,目前找不到任何可以配置序列化的方法

### 简要描述 企业微信会话存档下载时总是时不时出现报错,导致整个JVM直接崩溃 ### 模块版本情况 * WxJava 模块名: weixin-java-cp * WxJava 版本号: 4.7.5-20250516.201941 ### 详细描述 public List pullWeworkChatData(long seq, long limit, Predicate duplicateMessageFilter) throws Exception { // 本次请求获取消息记录开始的seq值。首次访问填写0,非首次使用上次企业微信返回的最大seq。允许从任意seq重入拉取。 WxCpChatDatas chatDatas...