1347 Commits

Author SHA1 Message Date
Looly
c0807bfa49 修复FileUtil.copyFile没有创建父目录导致的问题 2024-04-24 13:22:46 +08:00
Looly
c02460423e NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法 2024-04-21 08:12:07 +08:00
Looly
05c554605b add test 2024-04-21 07:57:44 +08:00
Looly
d088fd1f7d add test 2024-04-03 12:37:28 +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
yearliny
483f7df1dd
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
政策文件:https://www.nia.gov.cn/20231013/2.pdf
2024-03-28 11:50:30 +08:00
Looly
2f7938492e 优化ThreadUtil.safeSleep,使用System.nanoTime() 2024-03-26 18:13:46 +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
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
c5f37b062e StrUtil.replace歧义,修改为replaceByCodePoint 2024-03-07 16:12:33 +08:00
Looly
9ef714ad53 add test 2024-03-01 09:27:49 +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
058c801442 修复VersionComparator违反传递问题 2024-02-10 12:37:19 +08:00
Looly
d9e72ddfe0 fix code 2024-01-26 18:16:31 +08:00
Looly
cba4231e4c 修复CollUtil.containsAll在coll2长度大于coll1时逻辑歧义问题 2024-01-26 16:03:46 +08:00
Looly
4df7a25cc4 add test 2024-01-23 16:29:42 +08:00
Looly
9ff7608d97 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 10:42:57 +08:00
Looly
4d6684e9ab 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 10:42:20 +08:00
Looly
7e81e26a6f 修复金额转换为英文时缺少 trillion 单位问题 2024-01-02 13:34:59 +08:00
Doke
82782d40d0
fix: 为NumberWordFormatter.java新增Trillion单位增加单测 2023-12-30 15:51:20 +08:00
Looly
f651a18c1d CopyOptions中增加setAutoTransCamelCase方法 2023-12-30 01:13:42 +08:00
Looly
c68b9df0df WatchServer新增通过Path获取WatchKey方法 2023-12-29 00:19:48 +08:00
bwcx_jzy
d861be5aac
add WatchMonitorTest 2023-12-28 22:34:13 +08:00
Looly
ab1b2c5e48 修复StrJoin当append内容后调用length()会出现空指针问题 2023-12-26 00:41:06 +08:00
Looly
c45de2b7f4 DateUtil.parse支持毫秒时间戳 2023-12-12 13:34:54 +08:00
Looly
32f2d0bd55 修复StrSplitter.splitByRegex使用空参数导致的OOM问题 2023-12-12 04:29:20 +08:00
Looly
f85e69ab65 修复ImgUtil.convert png转jpg在jdk9+中失败问题 2023-12-05 21:48:15 +08:00
Looly
86aba711f1 fix test 2023-12-04 19:39:40 +08:00
Looly
9a69843f5e fix test 2023-12-04 19:20:33 +08:00
Looly
d09f741318 add test 2023-12-04 19:05:11 +08:00
Looly
3e098270ea add test 2023-12-03 22:34:17 +08:00
VampireAchao
6a97f12eb0 [Fix] 修复 github issue 3380 CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符的结果 2023-11-12 16:33:31 +08:00
Looly
cbcbd1b7ff
!1097 修复合成注解在并发环境无法保证正确缓存属性值的问题(#I8CLBJ)
Merge pull request !1097 from Createsequence/fix/I8CLBJ
2023-11-09 01:30:55 +00:00
yeshwanthsripathy
cb6811a7b8 Merged with v5-dev 2023-11-08 12:47:45 -06:00
Golden Looly
40f16674b6
Merge pull request #3368 from yesh385/fix-flaky
Fixed flaky tests in hutool-core
2023-11-08 15:43:56 +08:00
yeshwanthsripathy
8b3f6ba931 Reverted source code changes 2023-11-08 01:18:32 -06:00
huangchengxing
5e264d0be8 fix 修复合成注解在并发环境无法保证正确缓存属性值的问题 Gitee#I8CLBJ 2023-11-02 18:28:15 +08:00
yeshwanthsripathy
67484e1a68 Fixed 2 flaky tests 2023-10-30 12:31:46 -05:00
Looly
fcd3d9f7d0 ImgUtil的sliceByRowsAndCols背景无法透明问题 2023-10-27 21:48:02 +08:00
Looly
bea36c2b5f Snowflake增加方法:根据传入时间戳,计算ID起终点 2023-10-25 11:24:43 +08:00
晚安,地球
fe37c1aa84 !1096 Snowflake增加方法:根据传入时间戳,计算ID起终点 (gitee/issues/I60M14)
* Snowflake add method:根据传入时间戳-计算ID起终点 (gitee/issues/I60M14)
2023-10-25 03:21:40 +00:00
Looly
aedda45c5f add test 2023-10-23 20:09:45 +08:00
Looly
85feecc9e9 修复DataSize.parse(size)不支持空格问题 2023-10-18 14:42:22 +08:00
Looly
733c043c0a add test 2023-10-18 11:39:58 +08:00