修复ArrayUtil.lastIndexOfSub死循环问题

This commit is contained in:
Looly
2024-09-09 21:25:28 +08:00
parent bba5906118
commit d12fcab0e8
3 changed files with 65 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.33(2024-09-06)
# 5.8.33(2024-09-09)
### 🐣新特性
* 【core 】 SyncFinisher增加setExecutorService方法issue#IANKQ1@Gitee
@@ -15,6 +15,7 @@
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github
* 【core 】 修复RegexPool.CHINESE_NAME范围太大的问题issue#IAOGDR@Gitee
* 【http 】 修复重定向没有按照RFC7231规范跳转的问题修改为除了307外重定向使用GET方式issue#3722@Github
* 【core 】 修复ArrayUtil.lastIndexOfSub死循环问题issue#IAQ16E@Gitee
-------------------------------------------------------------------------------------------------------------
**# 5.8.32(2024-08-30)