Looly
|
be39341b81
|
add test
|
2024-05-29 11:39:58 +08:00 |
|
Looly
|
503df65777
|
NumberUtil.pow支持负数
|
2024-05-29 10:37:51 +08:00 |
|
Looly
|
d58b2fcfea
|
add test
|
2024-05-28 17:35:22 +08:00 |
|
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
|
9e1beae3eb
|
修复BooleanUtil.andOfWrap针对null错误问题
|
2024-05-17 17:02:53 +08:00 |
|
Looly
|
db808904c2
|
add test
|
2024-05-15 22:35:49 +08:00 |
|
Looly
|
8e62f5ce44
|
修复NumberWordFormatter.format小数问题
|
2024-05-11 11:57:25 +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
|
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 |
|
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 |
|