Commit Graph

4977 Commits

Author SHA1 Message Date
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
83bf2472d3 update dependency 2024-01-11 12:43:21 +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
1aae080195 修复UserInfo中用户名加/问题 2024-01-09 21:55:21 +08:00
Golden Looly
5f0db8c8ff
Merge pull request #3458 from ghostg00/v5-dev
fix 修复获取当前用户名不应加后面的路径/符号
2024-01-09 21:54:00 +08:00
ghostg00
9b3aaee7dc
fix 修复获取当前用户名不应加后面的路径/符号
这里是获取系统的用户名,不是路径,不应该带有路径的/ 所以去掉fixPath方法的处理。
2024-01-09 19:48:12 +08:00
Looly
6a2b585de0 增加ParseConfig,通过增加maxNestingDepth参数避免StackOverflowError问题,修复CVE-2022-45688漏洞 2024-01-05 12:36:31 +08:00
Looly
17d773181e 验证码生成器增加构造方法,可自定义随机数字符集 2024-01-05 09:09:30 +08:00
Looly
7d8c458d4d
!1147 可自定义验证码生成器
Merge pull request !1147 from bingxue314159/v5-dev
2024-01-05 01:06:23 +00:00
tanyugang
09739f523a 可自定义验证码生成器 2024-01-04 09:37:37 +08:00
Looly
7e81e26a6f 修复金额转换为英文时缺少 trillion 单位问题 2024-01-02 13:34:59 +08:00
Golden Looly
14da4e7151
Merge pull request #3454 from zflovecoding/v5-dev
[bug修复] 修复金额转换为英文时缺少 trillion 单位
2024-01-02 13:33:19 +08:00
Looly
f0105a2121 修复Druid连接池无法设置部分属性问题 2024-01-02 13:22:38 +08:00
Looly
3b484fdbf7 修复Druid连接池无法设置部分属性问题 2024-01-02 13:21:56 +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
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