fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

🚄 FASTJSON2 is a Java JSON library with excellent performance.

Results 392 fastjson2 issues
Sort by recently updated
recently updated
newest added

版本:2.0.12-SNAPSHOT 2.0.12前的版本还正常,越升级,旧问题又出现了 异常: org.springframework.data.redis.serializer.SerializationException: Could not deserialize: read field error : storeCoupons, offset 15080, character [, line 1, column 15081, fastjson-version 2.0.12 (查看json附件) at com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonRedisSerializer.deserialize(GenericFastJsonRedisSerializer.java:71) at org.springframework.data.redis.core.AbstractOperations.deserializeValue(AbstractOperations.java:360) at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:62) at...

bug

Bumps [spring-security-bom](https://github.com/spring-projects/spring-security) from 5.6.3 to 5.7.2. Release notes Sourced from spring-security-bom's releases. 5.7.2 :star: New Features Consider updating testing examples to use JUnit Jupiter #11293 :beetle: Bug Fixes Some Security...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...

dependencies

### 问题描述 *解析错误的数据结构时,死循环最终内存溢出* ### 环境信息 *请填写以下信息:* - JDK信息: 1.8 - 版本信息:Fastjson2 2.0.11 ### 重现步骤 *如何操作可以重现该问题:* ```java public static void main(String[] args) { System.out.println(com.alibaba.fastjson2.JSON.parseArray("[\"3330354\"]", Test.class)); } @Data public static class Test...

bug

### 问题描述 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

可否增加一个 api ,使用 fastjson 序列化 进行深拷贝

enhancement

### 问题描述 JSON.isValid("null") 返回了 true ### 期待的正确结果 JSON.isValid("null") 返回 false

bug

Bumps [slice](https://github.com/airlift/slice) from 0.41 to 0.42. Commits 2d3ecb8 [maven-release-plugin] prepare release 0.42 7ab1a53 Add estimatedSizeOf for maps that keys and values sizes are constant 8fb7055 Update to Java 11 bc9c244...

dependencies

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.19 to 3.4.22. Release notes Sourced from reactor-core's releases. v3.4.22 Reactor-Core 3.4.22 is part of 2020.0.22 Release Train (Europium SR22). What's Changed :sparkles: New features and improvements...

dependencies