3261 Commits

Author SHA1 Message Date
Looly
f8dbf66bc9 修复FuncComparator.thenComparing不生效问题 2024-05-06 16:24:11 +08:00
Looly
cce1b9aaa1 修复ZipReader.checkZipBomb遇到空目录报错问题 2024-04-28 22:57:39 +08:00
Looly
c0807bfa49 修复FileUtil.copyFile没有创建父目录导致的问题 2024-04-24 13:22:46 +08:00
Looly
c02460423e NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法 2024-04-21 08:12:07 +08:00
Golden Looly
8279681651
Merge pull request #3552 from JTongChen/v5-dev
feat: NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法
2024-04-21 08:06:24 +08:00
Looly
05c554605b add test 2024-04-21 07:57:44 +08:00
Looly
2b6326ca94 修复TemporalAccessorConverter自定义格式转换问题 2024-04-20 16:52:31 +08:00
JTongChen
9de5aef0e1 feat: NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法 2024-04-18 21:10:54 +08:00
Looly
0b9b578f61 修复RandomUtil.randomStringWithoutStr方法问题 2024-04-17 15:29:26 +08:00
Looly
c108cbf001 解决CalendarUtil.isSameDay时区不同导致结果错误问题 2024-04-16 17:28:56 +08:00
gaorui
0658f28d68 CalendarUtil在比较同一天、同一月、同一周的时候,如果两个时区不一致会导致结果不符合预期 2024-04-16 09:59:36 +08:00
Looly
68530d9e5b 修复FileMagicNumber.getMagicNumber空指针问题 2024-04-11 21:01:52 +08:00
ahwei
404f0bd394
更新 StrUtil 的 toStringOrEmpty 方法 @author 信息
更新 StrUtil 的 toStringOrEmpty 方法 @author 信息 

Signed-off-by: ahwei <ahwei163@qq.com>
2024-04-08 07:23:51 +00:00
xujunwei
8f31843817 清除 cn.hutool.core.util.StrUtil.toStringOrEmpty 方法的 @author 信息 2024-04-07 18:28:03 +08:00
Looly
28222dd349 StrUtil增加toStringOrEmpty方法 2024-04-03 12:45:08 +08:00
Looly
562d41386f
!1198 [Feat] cn.hutool.core.util.StrUtil增加新方法 toStringOrEmptyStr, 调用对象的toString方法, null会返回空字符串 ""
Merge pull request !1198 from ahwei/v5-dev
2024-04-03 04:40:18 +00:00
Looly
d088fd1f7d add test 2024-04-03 12:37:28 +08:00
xujunwei
6996723c58 [Feat] cn.hutool.core.util.StrUtil增加新方法 toStringOrEmptyStr, 调用对象的toString方法, null会返回空字符串 "" 2024-04-02 16:41:12 +08:00
Looly
8723aad75d fix comment 2024-03-29 15:54:48 +08:00
Looly
dac3684de5 prepare 5.8.28 2024-03-29 12:30:31 +08:00
Looly
3e716fcf0a 🐶release 5.8.27 2024-03-29 12:10:14 +08:00
Golden Looly
d773a59da6
Merge pull request #3527 from yearliny/v5-dev
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
2024-03-29 11:25:24 +08:00
Looly
339b8869ad 新增RFC2822日期格式解析支持 2024-03-28 23:19:17 +08:00
Looly
94b28801a3 supoort 2024-03-28 23:13:36 +08:00
Looly
eebec03334 修复图片操作未调用flush导致资源未释放问题 2024-03-28 22:26:32 +08:00
yearliny
483f7df1dd
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
政策文件:https://www.nia.gov.cn/20231013/2.pdf
2024-03-28 11:50:30 +08:00
Looly
db2b6929ba Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev 2024-03-26 19:59:47 +08:00
pine
4ebf69c81b 修改 CharSequenceUtil.ordinalIndexOf 方法的注释 2024-03-26 19:49:59 +08:00
Looly
2f7938492e 优化ThreadUtil.safeSleep,使用System.nanoTime() 2024-03-26 18:13:46 +08:00
Looly
8e26dd001b fix name 2024-03-23 09:41:43 +08:00
Looly
6ec135486c fix code 2024-03-20 16:41:35 +08:00
Looly
a1f591c099 修复ClassUtil.getTypeArgument() 获取泛型存在null问题 2024-03-18 11:53:33 +08:00
Looly
bf890d17f1 修复ClassUtil.getTypeArgument() 获取泛型存在null问题 2024-03-18 09:53:15 +08:00
Looly
03a92830a6 修复Graphics2D的资源没释放问题 2024-03-15 16:37:41 +08:00
风澈
622fc69f0c
修改ipv6脱敏注释
Signed-off-by: 风澈 <530534635@qq.com>
2024-03-13 02:46:01 +00:00
Looly
d18babc83f add test 2024-03-12 17:59:33 +08:00
Looly
126674a453 修复DateUtil.betweenYear闰年2月问题 2024-03-12 17:32:55 +08:00
Looly
65ec4cf3aa FileUtil和PathUtil增加Resource重载 2024-03-11 23:39:36 +08:00
Looly
21bf415eab FileUtil和PathUtil增加Resource重载 2024-03-11 23:10:57 +08:00
Looly
c5f37b062e StrUtil.replace歧义,修改为replaceByCodePoint 2024-03-07 16:12:33 +08:00
Looly
923cf3d265 修复JSONUtil序列化和反序列化预期的结果不一致问题 2024-03-06 17:20:09 +08:00
Looly
fa67339509 Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev 2024-03-06 17:10:30 +08:00
misakacoder
745826012a fix 3504 2024-03-05 13:35:10 +08:00
Looly
17a9701349 修复PathMover对目标已存在且只读文件报错错误问题 2024-03-05 11:41:53 +08:00
Looly
9ef714ad53 add test 2024-03-01 09:27:49 +08:00
Looly
e6dc02b421 add comment 2024-02-29 11:21:13 +08:00
Looly
3f7cb8ab5f add test 2024-02-29 11:20:21 +08:00
Looly
832235f5e8 HexUtil#format方法增加prefix参数 2024-02-26 15:57:05 +08:00
Looly
9e6c403d2f add test 2024-02-20 11:50:58 +08:00
Looly
067d7dc495 FreemarkerEngine修改默认版本参数 2024-02-19 18:45:38 +08:00