[BUG] Clob 类型 转换为JSON会出现java.lang.Stack0verflowError
- Dominant language
- Java
- Stars
- 4.4k
- Forks
- 613
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
### 问题描述
*简要描述您碰到的问题。*
当数据库类型为CLOB,JSON.toJsonString() 会导致栈溢出
### 环境信息
*请填写以下信息:*
- OS信息: [e.g.:windows 10 16 GB]
- JDK信息: [e.g.:Openjdk 1.8.0_312]
- 版本信息:[e.g.:Fastjson2 2.1]
### 重现步骤
*如何操作可以重现该问题:*

1. 使用 `JSON.toJsonString() 方法
2. 输入 `Clob类型的` 数据
3. 出现 `java.lang.Stack0verflowError` 错误
```java
//可在此输入示例代码
```
### 期待的正确结果
*对您期望发生的结果进行清晰简洁的描述。*
1**. 期望当遇到类型为Clob ,禁止深层递归**
### 相关日志输出
*请复制并粘贴任何相关的日志输出。*
#### 附加信息
*如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。*
Contributor guide
Research direction
Start by reproducing the failure through JSON.toJsonString() with a CLOB value, using the issue's reported StackOverflowError as the baseline. Trace the serialization path for CLOB objects and identify the existing tests around this entry point; done means CLOB input no longer causes deep recursive failure and its JSON output matches the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100