Trager324

Results 1 issues of Trager324

### 问题描述 ForkJoinPool环境下对某些对象序列化时抛出异常 fastjson2暂未发现该问题 ### 环境信息 - OS信息: [e.g.:Windows] - JDK信息: [e.g.:Openjdk 1.8.0_321] - 版本信息:[e.g.:Fastjson 2.0.11] ### 重现步骤 junit-platform.properties配置如下 ```properties junit.jupiter.execution.parallel.enabled=true junit.jupiter.execution.parallel.mode.default=concurrent junit.jupiter.execution.parallel.mode.classes.default=concurrent junit.jupiter.execution.parallel.config.strategy=fixed junit.jupiter.execution.parallel.config.fixed.parallelism=2 ``` 并发执行ParallelTest中的测试用例,或者执行ContrastTest中的testParallel可能抛出异常 ```java import com.alibaba.fastjson.JSON;...

bug