Commit Graph

3080 Commits

Author SHA1 Message Date
Looly
cba4a832eb
!1222 CsvWriter 重载 writeBeans 方法
Merge pull request !1222 from nickname/v5-master
2024-05-23 07:09:14 +00:00
fzg
e8a8c81489 CsvWriter 重载一个 writeBeans 方法,该方法可以指定导出 Bean 中的部分属性 2024-05-20 20:58:59 +08:00
Looly
9d4e69d4ed 修复FileUtil#getTotalLines在JDK9+结果错误问题 2024-05-20 16:40:21 +08:00
Looly
228785b1b2 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高 2024-05-20 09:27:10 +08:00
Looly
9e1beae3eb 修复BooleanUtil.andOfWrap针对null错误问题 2024-05-17 17:02:53 +08:00
Looly
b6b2107794 Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev 2024-05-17 09:33:03 +08:00
Looly
a99adf6091 ListUtil.setOrPadding增加重载,可选限制index大小 2024-05-17 09:32:45 +08:00
Looly
db808904c2 add test 2024-05-15 22:35:49 +08:00
konbai
37375d7bb8 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题。 2024-05-13 21:56:19 +08:00
Looly
52f287e2dd fix comment 2024-05-13 16:31:35 +08:00
Looly
355f6d0d86 增加IdConstants,提高Snowflake初始化性能 2024-05-13 16:03:11 +08:00
Looly
422f36b23e 增加IdConstants,提高Snowflake初始化性能 2024-05-13 15:52:54 +08:00
Looly
8e62f5ce44 修复NumberWordFormatter.format小数问题 2024-05-11 11:57:25 +08:00
Looly
5556f74688 fix comment 2024-05-10 18:43:15 +08:00
Looly
dd4390508e HttpRequest#get不再尝试File路径 2024-05-10 17:35:46 +08:00
Looly
deb2d98a2e HttpRequest#get不再尝试File路径 2024-05-10 17:27:19 +08:00
Looly
8a88a9daa1 修复EnumUtil空指针问题 2024-05-10 11:28:36 +08:00
Looly
fab02fc0b6 修复EnumUtil空指针问题 2024-05-10 11:25:16 +08:00
Looly
1dab5a70fc PropertyComparator增加compareSelf构造重载 2024-05-09 10:13:19 +08:00
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