Commit Graph

3461 Commits

Author SHA1 Message Date
shad0wm00n
606d212de1 fix issue IDFPGR 2025-12-25 10:42:51 +08:00
Looly
de93fa7670 JdkUtil添加IS_AT_LEAST_JDK25 2025-12-24 18:27:28 +08:00
Looly
7ab96729ea 修复 ThreadUtil.getMainThread在JDK25中返回null的问题(pr#1416@Gitee) 2025-12-24 18:22:35 +08:00
Looly
562948add5 !1416 fix(ThreadUtil): 修复 getMainThread() 在 JDK 25 中返回 null 的问题
Merge pull request !1416 from smxzk32145745/v5-fix
2025-12-24 10:20:30 +00:00
Looly
94f6d3eabf StrUtil添加reverseByCodePoint方法(pr#4187@Github) 2025-12-24 18:08:52 +08:00
zhaokk51820
328ce925ba fix(ThreadUtil): 修复 getMainThread() 在 JDK 25 中返回 null 的问题 具体issues地址为:https://gitee.com/chinabugotech/hutool/issues/IDF4HN" 2025-12-24 16:02:05 +08:00
qieugxi
5b630311f3 fix issue 4186 2025-12-24 11:16:57 +08:00
Looly
b6eee4c46a 修复CharSequenceUtil.move方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee) 2025-12-15 23:08:42 +08:00
Looly
8466108022 修复CharSequenceUtil.move方法在局部循环位移中输出不符合预期问题(issue#IDD181@Gitee) 2025-12-15 22:42:33 +08:00
shuangqiwang
4dc9ca75ac 修复#IDC78B,添加BeanPath方法中对“*”的处理逻辑 2025-12-12 10:27:06 +08:00
Looly
836080240e add test 2025-12-09 17:39:47 +08:00
Looly
dd9b04d955 修复MathUtil.multiple方法在大整数乘法运算中整数溢出风险(pr#4174@Github) 2025-12-09 16:40:08 +08:00
Golden Looly
8bae61b828 Merge branch 'v5-dev' into v5-dev 2025-12-09 16:38:24 +08:00
Looly
297d790f45 NumberUtil 2025-12-09 15:38:51 +08:00
shuangqiwang
f8298cf2ba 修复#IDAQK3,添加getBinaryStr方法对double、float类型的处理逻辑 2025-12-09 14:18:55 +08:00
Will
51f1f9de62 修复MathUtil.multiple 方法在大整数乘法运算中整数溢出风险 2025-12-03 10:46:53 +08:00
ms
74fd00ae03 fix(reverseNew方法存在空指针风险):list 为 null,后续逻辑会导致空指针异常。 2025-12-02 09:26:57 +08:00
Golden Looly
9c71cd27f2 Merge pull request #4172 from qieugxi/hutool-1201
fix issue 4171
2025-12-01 22:35:23 +08:00
Looly
1ee9e0759c ColorUtil颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配(pr#1400@Github) 2025-12-01 21:57:31 +08:00
qieugxi
715ac57494 fix issue 4171 2025-12-01 16:42:41 +08:00
chengbo
c1cdf23e17 颜色名称新增蛇形命名匹配 2025-12-01 13:27:20 +08:00
chinabugotech
58b5291720 🐢prepare5.8.43 2025-12-01 10:25:59 +08:00
chinabugotech
f4e5a10697 🚀release5.8.42 2025-12-01 09:52:44 +08:00
fanzhenyu
662cb9aad1 fix(方法注释):StrUtil类中方法注释问题修复 2025-11-30 23:09:28 +08:00
Golden Looly
af97ba4084 Merge pull request #4168 from TouyamaRie/v5-dev-1128
Fix issue 4167
2025-11-30 16:47:40 +08:00
Looly
8afee460fd fix doc 2025-11-30 16:21:22 +08:00
TouyamaRie
0f60aa021a Fix issue 4169 2025-11-28 17:15:18 +08:00
TouyamaRie
d821c410c6 Fix issue 4167 2025-11-28 16:04:46 +08:00
ZWM2
9191e49c21 fix issue 4165 2025-11-27 20:09:26 +08:00
Looly
5ae493119f fix doc 2025-11-26 20:05:44 +08:00
Looly
ea717843f6 fix doc 2025-11-26 20:04:48 +08:00
Looly
b8908cf3ef 增强HexUtil自动去除0x#前缀(pr#4163@Github) 2025-11-26 20:02:12 +08:00
Golden Looly
ab1774d4e6 Merge pull request #4163 from sunshineflymeat/hutool-1126-3
Fix issue 4162
2025-11-26 19:57:15 +08:00
Golden Looly
ab936327a2 Merge pull request #4161 from asukavuuyn/v5-dev
fix:12小时制ceiling和round问题
2025-11-26 17:22:07 +08:00
ZWM
6776ddb29d Fix issue 4162 2025-11-26 17:11:18 +08:00
Looly
449df10509 修复ReflectUtil.newInstanceIfPossible传入Object逻辑错误(pr#4160@Github) 2025-11-26 16:30:34 +08:00
asukavuuyn
fc5e1ecff9 fix:12小时制ceiling和round问题 2025-11-26 15:19:41 +08:00
yanzhongxin
820e0d0c8b 修复ObjectUtil.contains处理字符串类型不合理 2025-11-25 21:26:08 +08:00
Golden Looly
a8cc614fa6 Merge pull request #4153 from ZhonglinGui/v5-dev
修复StrUtil.str(ByteBuffer, Charset) 方法修改入参 ByteBuffer 的 position,导致入参变化
2025-11-25 18:52:00 +08:00
Will
a6151b6ee8 修复StrUtil.str(ByteBuffer, Charset) 方法修改入参 ByteBuffer 的 position,导致入参变化 2025-11-25 18:08:03 +08:00
Looly
3c067f1871 优化EscapeUtil,兼容不规范的转义(pr#4150@Github) 2025-11-25 17:07:17 +08:00
Looly
654db66ecb fix pr#4149@Github 2025-11-25 15:16:42 +08:00
Golden Looly
e8eec73125 Merge pull request #4144 from CherryRum/fix-combination
Enhance Mathematical Correctness and Performance in Combination and Arrangement Modules
2025-11-24 16:04:03 +08:00
yulin
04314cdd4a fix(Arrangement): improve count and select methods with overflow checks and enhance documentation 2025-11-23 23:37:30 +08:00
Looly
4d04d5daf9 修复TypeUtil.getClass无法识别GenericArrayType问题(pr#4138@Github) 2025-11-23 23:27:45 +08:00
Golden Looly
1a7d522dff Merge pull request #4138 from sunshineflymeat/hutool-1120
Fix issue 4137
2025-11-23 23:23:10 +08:00
Golden Looly
c6cbaeabff Merge pull request #4142 from ZhonglinGui/v5-dev
修复FileNameUtil.extName 方法对特殊后缀判断逻辑过于宽松导致误判
2025-11-23 23:14:42 +08:00
yulin
5e1110426b feat(Combination): add BigInteger-based combination calculation methods and deprecate old count method 2025-11-23 22:41:39 +08:00
yulin
edb4401e47 fix(LocalPortGenerater): update class documentation and plan for future name correction 2025-11-23 19:26:36 +08:00
yulin
7258a5b946 fix(URLUtil): correct spelling of "occurred" in exception messages 2025-11-23 19:12:35 +08:00