5576 Commits

Author SHA1 Message Date
Looly
71fc0173f0 fix test 2024-01-11 13:52:52 +08:00
Looly
fe2516b646 fix cron 2024-01-11 13:31:10 +08:00
Looly
f341b9ed7a 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 12:08:46 +08:00
Looly
037d53794d fix code 2024-01-10 16:43:48 +08:00
dazer007
5345e4cc61 !1148 hutool6.x StrUtil增加拆分注释
* hutoolv6 对StrUtil拆分的类,进行注释,达到代码自说明的目的,减少咨询量。
2024-01-10 07:37:43 +00:00
Looly
c60f30361e fix code 2024-01-10 11:57:38 +08:00
Looly
8205a8b03a add filter 2024-01-10 00:48:21 +08:00
Looly
ebf1632f36 fix code 2024-01-09 23:15:52 +08:00
Looly
64c1dc554b add BoundSql 2024-01-09 23:04:16 +08:00
Looly
4a545e3f1a 修复UserInfo中用户名加/问题 2024-01-09 21:55:36 +08:00
Looly
94dc35a2e0 fix code 2024-01-08 23:52:58 +08:00
Looly
9ae587cd59 fix code 2024-01-08 23:42:36 +08:00
Looly
fb608eac61 fix code 2024-01-08 23:41:58 +08:00
Looly
46febc3d05 fix code 2024-01-08 21:57:53 +08:00
Looly
6fba25ad7d add methods 2024-01-08 19:03:27 +08:00
Looly
a5b5497bf5 fix code 2024-01-08 18:16:21 +08:00
Looly
8455f76110 fix code 2024-01-08 18:06:56 +08:00
Looly
1097968126 fix code 2024-01-08 18:06:04 +08:00
Looly
ab6c3b3efc fix code 2024-01-08 18:05:52 +08:00
Looly
ae4d15de46 update dependency 2024-01-08 18:02:18 +08:00
Looly
e621069a18 fix dependency 2024-01-08 17:42:13 +08:00
Looly
9992d776da add Cipher 2024-01-06 02:20:49 +08:00
Looly
30fafaa5de 增加ParseConfig,通过增加maxNestingDepth参数避免StackOverflowError问题,修复CVE-2022-45688漏洞 2024-01-05 12:36:23 +08:00
Looly
69206406d7 fix code 2024-01-05 12:00:24 +08:00
Looly
efc4ca63a2 add constructor 2024-01-05 09:06:31 +08:00
Looly
4ccf795ee0 fix test 2024-01-02 23:34:50 +08:00
Looly
58ce12a8db fix test 2024-01-02 23:32:24 +08:00
Looly
028f498a04 change name 2024-01-02 23:15:29 +08:00
Looly
9e426dd3a5 add trillion 2024-01-02 13:33:16 +08:00
Looly
5a3e1cd8f6 Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev 2024-01-02 13:21:32 +08:00
Looly
88cae1d612 修复Druid连接池无法设置部分属性问题 2024-01-02 13:21:19 +08:00
Looly
10076a7bc9 CopyOptions中增加setAutoTransCamelCase方法 2023-12-30 01:13:36 +08:00
Looly
752a8ece52 fix code 2023-12-30 01:00:01 +08:00
Looly
f628e975bc fix code 2023-12-29 23:41:23 +08:00
Looly
fc8d25dfac fix code 2023-12-29 21:16:01 +08:00
Looly
6facfcfc4d fix code 2023-12-29 20:55:55 +08:00
Looly
91178e45a8 fix code 2023-12-29 20:21:40 +08:00
Looly
03b8f57648 fix code 2023-12-29 12:38:14 +08:00
Looly
bca0f82bac fix code 2023-12-29 11:50:07 +08:00
Looly
76bcbfe67c fix WatchMonitor 2023-12-29 02:53:51 +08:00
Looly
bedee44420 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题 2023-12-29 00:26:58 +08:00
Looly
5feb1114cf fix doc 2023-12-28 22:33:20 +08:00
Looly
a7f4e3993d fix doc 2023-12-28 22:31:55 +08:00
Looly
6674300015 fix code 2023-12-28 21:34:09 +08:00
Looly
fdf6b9ba2d
!1143 【6.x】重构 PR#985 提交的层级结构搜索工具
Merge pull request !1143 from Createsequence/refactor/hierarchy
2023-12-28 13:32:59 +00:00
Looly
05e85ebce0
!1141 hutool6.x javaEE xml soap、javaEE xml jaxb全部启用jakartaEE,涉及工具类JAXBUtil、SoapClient
Merge pull request !1141 from dazer007/v6-dev-jakartaee-jaxb
2023-12-28 13:26:10 +00:00
Looly
58e8a90407
!1142 修复ofTry调用map后再调用ifFail失效问题,添加toEasyStream方法
Merge pull request !1142 from 孔皮皮/v6-dev-opt
2023-12-28 13:24:23 +00:00
huangchengxing
5e03f627b3 refactor(hierarchy): 移除 HierarchyUtil 相关组件,改为使用更精简的 HierarchyIterator 实现 2023-12-28 20:36:49 +08:00
kongweiguang
c36f27308a add: test方法 2023-12-28 20:28:33 +08:00
kongweiguang
7eb5b82ec5 fix: opt的map方法添加失败判断,修复如果使用ofTry,执行失败,调用map方法后再调用ifFail方法失效的问题
add: 添加toEasyStream方法
2023-12-28 20:24:22 +08:00