添加StopReadException,定义sax读取时用户可手动终止(issue#3820@Github)

This commit is contained in:
Looly
2024-12-21 13:09:03 +08:00
parent c45232e235
commit fe74f26f6f
5 changed files with 60 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 DateUtil.parseUTC方法标记废弃改名为parseISO8601issue#IBB6I5@Gitee
* 【core 】 添加EnumUtil#getBy(Class, Func1, Object)方法pr#1283@Gitee
* 【db 】 添加Entity.addCondition方法issue#IBCDL2@Gitee
* 【poi 】 添加StopReadException定义sax读取时用户可手动终止issue#3820@Github
### 🐞Bug修复
* 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题issue#3806@Github