mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
修复BaseAIService发送请求方法中try/catch块捕获的应该是Exception而不是自定义的AIException(pr#1430@Gitee)
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -23,12 +23,13 @@
|
||||
* 【core 】 修复`CharSequenceUtil.move`方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee)
|
||||
* 【bloomFilter】 修复`AbstractFilter`的`init`方法在`maxValue`小于`machineNum`时导致数组越界异常(pr#4189@Github)
|
||||
* 【ai 】 修复`Models`枚举命名大小写混用问题(pr#4185@Github)
|
||||
* 【core 】 修复 `ThreadUtil.getMainThread`在JDK25中返回null的问题(pr#1416@Gitee)
|
||||
* 【core 】 修复 `NumberUtil.parseNumber`使用中文逗号导致识别问题(issue#4197@Github)
|
||||
* 【crypto 】 修复 `SecureUtil.hmacSha1`和`hmacSha256`生成随机密钥时存在逻辑问题(pr#4199@Github)
|
||||
* 【core 】 修复 `StopWatch.stop`时间回拨时计算结果为负的问题(pr#1417@Gitee)
|
||||
* 【core 】 修复 `SplitIter.reset`后无法重新迭代的问题(pr#1418@Gitee)
|
||||
* 【core 】 修复 `StrMatcher`连续变量解析导致的歧义问题(pr#1419@Gitee)
|
||||
* 【core 】 修复`ThreadUtil.getMainThread`在JDK25中返回null的问题(pr#1416@Gitee)
|
||||
* 【core 】 修复`NumberUtil.parseNumber`使用中文逗号导致识别问题(issue#4197@Github)
|
||||
* 【crypto 】 修复`SecureUtil.hmacSha1`和`hmacSha256`生成随机密钥时存在逻辑问题(pr#4199@Github)
|
||||
* 【core 】 修复`StopWatch.stop`时间回拨时计算结果为负的问题(pr#1417@Gitee)
|
||||
* 【core 】 修复`SplitIter.reset`后无法重新迭代的问题(pr#1418@Gitee)
|
||||
* 【core 】 修复`StrMatcher`连续变量解析导致的歧义问题(pr#1419@Gitee)
|
||||
* 【ai 】 修复`BaseAIService`发送请求方法中try/catch块捕获的应该是Exception而不是自定义的AIException(pr#1430@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.42(2025-11-28)
|
||||
|
||||
Reference in New Issue
Block a user