Looly
|
aaac1f510d
|
change version
|
2024-02-10 20:24:10 +08:00 |
|
Looly
|
5cf57f6a64
|
prepare 5.8.27
|
2024-02-10 20:21:38 +08:00 |
|
Looly
|
96b486bb5a
|
🎆release 5.8.26
|
2024-02-10 20:06:16 +08:00 |
|
Looly
|
058c801442
|
修复VersionComparator违反传递问题
|
2024-02-10 12:37:19 +08:00 |
|
Looly
|
44580782f1
|
MapUtil增加partition方法
|
2024-02-07 11:24:44 +08:00 |
|
晨晨
|
f608d7de24
|
MapUtil添加按固定大小划分Map的方法
Signed-off-by: 晨晨 <2050365570a@gmail.com>
|
2024-02-04 09:11:13 +00: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
|
cb093e067d
|
修复BeanToMapCopier获取类型数组越界问题
|
2024-01-22 09:20:14 +08:00 |
|
Looly
|
ebc7c63bbe
|
prepare 5.8.26
|
2024-01-11 14:06:18 +08:00 |
|
Looly
|
3a1c7538f3
|
🐶Release 5.8.25
|
2024-01-11 12:46:25 +08:00 |
|
Looly
|
2a66698ef3
|
修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080)
|
2024-01-11 12:08:39 +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 |
|
Doke
|
7c5d0ec00e
|
fix: 修复金额转换为英文时缺少 trillion 单位
金额转换为英文时缺少 trillion 单位导致金额达到万亿时数组溢出错误
|
2023-12-30 15:41:24 +08:00 |
|
Looly
|
f651a18c1d
|
CopyOptions中增加setAutoTransCamelCase方法
|
2023-12-30 01:13:42 +08:00 |
|
Golden Looly
|
a68d57062f
|
Merge pull request #3450 from holmebin/test-branch
Test branch
|
2023-12-29 00:25:31 +08:00 |
|
Looly
|
c68b9df0df
|
WatchServer新增通过Path获取WatchKey方法
|
2023-12-29 00:19:48 +08:00 |
|
holmebin
|
c7e2720cc5
|
fix RandomUtil.randomInt,RandomUtil.randomLong range problem #3449
|
2023-12-28 23:07:44 +08:00 |
|
bwcx_jzy
|
d861be5aac
|
add WatchMonitorTest
|
2023-12-28 22:34:13 +08:00 |
|
bwcx_jzy
|
95f37beb66
|
新增 文件监听 WatchServer 新增通过 Path 获取 WatchKey 方法
|
2023-12-28 22:29:52 +08:00 |
|
Looly
|
ab1b2c5e48
|
修复StrJoin当append内容后调用length()会出现空指针问题
|
2023-12-26 00:41:06 +08:00 |
|
Looly
|
99303ef7e0
|
prepare 5.8.25
|
2023-12-24 00:15:01 +08:00 |
|
Looly
|
3ab447d45a
|
🌨️Release 5.8.24
|
2023-12-24 00:01:57 +08:00 |
|
Looly
|
e5888f6bc6
|
remove invalid import
|
2023-12-20 23:14:48 +08:00 |
|
Looly
|
cd79e6e5f8
|
修复graalvm原生打包使用http工具被转为file协议问题
|
2023-12-20 22:53:38 +08:00 |
|
Looly
|
168be856c0
|
Opt.ofEmptyAble支持更多类型
|
2023-12-15 22:00:10 +08:00 |
|
Looly
|
da1d89ff29
|
修复JavaSourceCompiler.addSource目录处理错误问题
|
2023-12-13 19:31:56 +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
|
4ab74605be
|
FileTypeUtil增加null判断
|
2023-12-11 09:45:06 +08:00 |
|
Looly
|
9c351cfb84
|
fix comment
|
2023-12-08 23:12:17 +08:00 |
|
Looly
|
f85e69ab65
|
修复ImgUtil.convert png转jpg在jdk9+中失败问题
|
2023-12-05 21:48:15 +08:00 |
|
Looly
|
c61946650e
|
fix comment
|
2023-12-04 23:27:25 +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
|
26c0ea6a89
|
fix comment
|
2023-12-04 18:39:07 +08:00 |
|
Looly
|
d406130183
|
fix comment
|
2023-12-04 18:26:12 +08:00 |
|
Looly
|
3e098270ea
|
add test
|
2023-12-03 22:34:17 +08:00 |
|
Looly
|
870758c3d0
|
fix comment
|
2023-12-01 18:28:35 +08:00 |
|
Looly
|
824460e5c5
|
修复CharSequenceUtil注释和引用,避免循环引用
|
2023-11-29 10:41:00 +08:00 |
|
Looly
|
7c1fafce99
|
修复LocalDateTime#parseDate未判断空问题问题
|
2023-11-14 08:50:43 +08:00 |
|
Looly
|
5be66c636b
|
prepare 5.8.24
|
2023-11-12 19:17:19 +08:00 |
|
Looly
|
56fae16d1d
|
🚦release 5.8.23
|
2023-11-12 18:55:10 +08:00 |
|
Looly
|
a21f202ec6
|
!1103 fix 修复合成注解会无限递归获取映射属性的问题 Gitee#I8CLBJ
Merge pull request !1103 from Createsequence/fix-I8CLBJ
|
2023-11-12 10:06:58 +00:00 |
|
Looly
|
fa0d757c2d
|
fix format
|
2023-11-12 17:29:43 +08:00 |
|