修复BaseAIService发送请求方法中try/catch块捕获的应该是Exception而不是自定义的AIException(pr#1430@Gitee)

This commit is contained in:
Looly
2025-12-27 11:56:26 +08:00
parent 0487ef615e
commit 32c9c2836f

View File

@@ -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而不是自定义的AIExceptionpr#1430@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.42(2025-11-28)