Commit Graph

4959 Commits

Author SHA1 Message Date
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
Looly
da276f801c 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题 2023-12-29 00:26:53 +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
Looly
1ceb0e5df6
!1145 新增 文件监听 WatchServer 新增通过 Path 获取 WatchKey 方法
Merge pull request !1145 from 蒋小小/v5-dev
2023-12-28 16:14:20 +00: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
674c601f86 修复PostgreSQL、H2使用upsert字段大小写问题 2023-12-28 18:48:07 +08:00
Looly
09ee55cc6f fix comment 2023-12-28 18:39: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
6f9279a313 Merge branch 'v5-master' of gitee.com:dromara/hutool into v5-master 2023-12-24 00:03:05 +08:00
Looly
6b6c15b639 Prepare release 2023-12-24 00:02:10 +08:00
Looly
3ab447d45a 🌨️Release 5.8.24 2023-12-24 00:01:57 +08:00
Looly
aa85eff8f5 修复cloneSheet参数错误导致非XSSFWorkbook错误命名问题 2023-12-23 16:14:14 +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
99ec3bbeb4 修复TinyPinyinEngine可能的空指针问题 2023-12-20 21:10:29 +08:00
Looly
cca184257a HTMLFilter保留p标签 2023-12-20 20:53:32 +08:00
Looly
9e853db9ee add test 2023-12-20 12:58:03 +08:00
Looly
bc5ec5c5d2 修复PostgreSQL使用upsert字段大小写问题问题 2023-12-19 22:22:20 +08:00
Looly
168be856c0 Opt.ofEmptyAble支持更多类型 2023-12-15 22:00:10 +08:00
Looly
3fc8da755f 修复时间戳转Bean时异常问题 2023-12-14 21:49:23 +08:00
Looly
9bb370c476 优化TokenizerEngine使用IK分词器支持并发 2023-12-14 17:44:57 +08:00
Golden Looly
90772da8d9
Merge pull request #3427 from micuncang/v5-dev
修复TokenizerEngine使用IK分词器存在并发问题
2023-12-14 17:38:38 +08:00
Looly
da1d89ff29 修复JavaSourceCompiler.addSource目录处理错误问题 2023-12-13 19:31:56 +08:00
micuncang
a968250925 fix: https://github.com/dromara/hutool/issues/3426 2023-12-13 15:36:49 +08:00
Looly
d46f00d2be 修复graalvm编译后,未读取Content-Length可能导致的读取时间过长问题 2023-12-12 23:04:27 +08:00
Looly
b8f3529238 修复嵌套SQL中order by子句错误截断问题 2023-12-12 22:14:54 +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
1e06dd4674 修复StampedCache的get方法非原子问题 2023-12-09 01:05:55 +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
9866840b81 SpringUtil增加getProperty重载 2023-12-05 20:46:56 +08:00
Looly
3c68b2b7b1
!1122 SpringUtil增加getProperty重载
Merge pull request !1122 from Charles7c/v5-dev
2023-12-05 12:45:10 +00:00
Looly
2be48d006e 修复Archiver 最后一个 Entry 为空文件夹时未关闭 Entry问题 2023-12-05 20:34:32 +08:00
Looly
0224557678
!1123 修复:Archiver 最后一个 Entry 为空文件夹时未关闭 Entry
Merge pull request !1123 from 蒋小小/v5-dev
2023-12-05 12:33:15 +00:00
bwcx_jzy
c359a547cf
fix Archiver 最后一个 Entry 为空文件夹时未关闭 Entry 2023-12-05 16:45:33 +08:00
Looly
c61946650e fix comment 2023-12-04 23:27:25 +08:00
Charles7c
fb1b828898 SpringUtil增加getProperty重载 2023-12-04 21:56:03 +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