5.8.43(2026-01-04)
🐣新特性
- 【core 】
ColorUtil颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配(pr#1400@Github) - 【core 】 添加
BeanPath方法中对“*”的处理逻辑(pr#1412@Gitee) - 【core 】
StrUtil添加reverseByCodePoint方法(pr#4187@Github) - 【core 】
JdkUtil添加IS_AT_LEAST_JDK25 - 【core 】
HexUtil.toHex添加对float和double的支持,并提供反向方法(pr#4193@Github) - 【core 】 增强
BitSetBloomFilter...