Mengbo Yang
|
4863418333
|
feat(core): 添加 Windows 资源管理器风格字符串比较器
|
2024-06-16 00:58:18 +08:00 |
|
Looly
|
ab941a6e27
|
优化DateUtil.format(Date date, String format)接口效率
|
2024-06-14 01:24:35 +08:00 |
|
hellozrh
|
7232706ca6
|
1.修复忘了timeZone的问题。2.完善单元测试。
|
2024-06-13 15:16:18 +08:00 |
|
hellozrh
|
29a6cba58d
|
DateUtil.format(Date date, String format)接口效率优化。
|
2024-06-13 14:44:53 +08:00 |
|
Looly
|
afe34a783d
|
修复CaseInsensitiveLinkedMap顺序错误问题
|
2024-06-12 15:30:06 +08:00 |
|
Looly
|
3aa9bdfcfa
|
修复VersionComparator传入空字符串报错问题
|
2024-06-12 00:31:25 +08:00 |
|
Looly
|
d93f1d2cb4
|
add test
|
2024-06-11 17:51:21 +08:00 |
|
Looly
|
7a6ab19649
|
修复BeanUtil.isBean判断Dict错误问题
|
2024-06-07 15:22:15 +08:00 |
|
Looly
|
99cf24267f
|
add test
|
2024-06-06 21:42:46 +08:00 |
|
Looly
|
e117489d7a
|
add test
|
2024-06-04 08:56:33 +08:00 |
|
Looly
|
3359e740ac
|
ListUtil增加move方法
|
2024-06-02 10:05:41 +08:00 |
|
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 |
|