Looly
|
887afc8984
|
fix bug
|
2023-06-29 17:43:49 +08:00 |
|
Looly
|
1804b7e6da
|
修复Pair序列化转换无效问题
|
2023-06-29 17:28:52 +08:00 |
|
Looly
|
2665469612
|
fix code
|
2023-06-29 17:02:08 +08:00 |
|
Looly
|
429c12135e
|
fix code
|
2023-06-29 16:52:09 +08:00 |
|
Looly
|
05617ff356
|
fix code
|
2023-06-29 10:26:36 +08:00 |
|
Looly
|
824bf11d05
|
修复PathUtil.getMimeType可能造成的异常
|
2023-06-29 09:23:49 +08:00 |
|
Looly
|
e8adf37407
|
fix code
|
2023-06-28 16:22:50 +08:00 |
|
Looly
|
edc08cf1de
|
fix code
|
2023-06-28 10:52:02 +08:00 |
|
Looly
|
45e22a21d8
|
修改CollUtil.union等方法泛型,使其支持多种子类union一个父类集合
|
2023-06-27 17:13:32 +08:00 |
|
敢敢
|
8c50bc829c
|
修改CollUtil.union等方法泛型,使其支持多种子类union一个父类集合
|
2023-06-27 15:42:33 +08:00 |
|
Looly
|
66f1d50704
|
add ZipReplacer
|
2023-06-27 12:11:57 +08:00 |
|
Looly
|
17cf97d2ba
|
!1017 添加zip替换工具类ZipReplacer
Merge pull request !1017 from 魏凡/v6-dev
|
2023-06-27 02:32:44 +00:00 |
|
Looly
|
45ed3a95f9
|
修复序列化和反序列化Class问题
|
2023-06-25 18:10:47 +08:00 |
|
Looly
|
e205d2659a
|
修复MapUtil工具使用filter方法构造传入参数结果问题
|
2023-06-25 16:40:12 +08:00 |
|
Looly
|
4f17d18e05
|
fix code
|
2023-06-25 15:58:34 +08:00 |
|
Looly
|
095507a86d
|
add RetryUtil
|
2023-06-24 20:35:14 +08:00 |
|
Looly
|
6a68575edb
|
!1021 重试工具类添加
Merge pull request !1021 from 孔皮皮/v6-dev-retry
|
2023-06-24 12:16:18 +00:00 |
|
Looly
|
e526afcbee
|
!1022 异步工具类添加一次性获取所有结果方法
Merge pull request !1022 from 孔皮皮/v6-dev-async
|
2023-06-24 12:01:38 +00:00 |
|
Looly
|
ac3fdeafca
|
add SoftConcurrentMap
|
2023-06-24 19:41:24 +08:00 |
|
Looly
|
ece736d5d4
|
fix code
|
2023-06-24 19:36:10 +08:00 |
|
kongweiguang
|
e925b5ed74
|
去除无限重试方法
|
2023-06-20 19:16:18 +08:00 |
|
Looly
|
4f26d3aba5
|
add record support
|
2023-06-20 10:27:02 +08:00 |
|
kongweiguang
|
74344566a5
|
修改异步工具
|
2023-06-19 13:05:25 +08:00 |
|
kongweiguang
|
c317ef1e08
|
添加重试工具
|
2023-06-19 12:59:20 +08:00 |
|
Looly
|
93d4eed6a8
|
prepare 6.0.0-M5
|
2023-06-17 01:38:10 +08:00 |
|
Looly
|
13aff5c734
|
fix test
|
2023-06-16 23:54:06 +08:00 |
|
Looly
|
0760e44c12
|
add xml
|
2023-06-16 23:27:49 +08:00 |
|
Looly
|
f901c9419d
|
修复CVE-2023-3276漏洞,XmlUtil.readBySax问题
|
2023-06-16 20:23:13 +08:00 |
|
Looly
|
638a058b20
|
fix test
|
2023-06-16 19:25:29 +08:00 |
|
Looly
|
d89d3b8716
|
fix code
|
2023-06-16 19:19:11 +08:00 |
|
Looly
|
ea713a13d0
|
fix code
|
2023-06-16 17:19:08 +08:00 |
|
Looly
|
3bce70980f
|
fix doc
|
2023-06-15 16:56:21 +08:00 |
|
Looly
|
fbe0d5d3cd
|
修复xml转json再转bean失败问题
|
2023-06-14 13:33:33 +08:00 |
|
魏凡
|
ff2930cba3
|
用List参数去调用array参数的方法, 这个方法复用逻辑是不太好的, List转array会创建新数组, 造成性能浪费.
如果反过来, array转List, 可以使用Arrays.asList(), 则可以减少对象创建.
|
2023-06-13 15:44:40 +08:00 |
|
魏凡
|
eefb219e43
|
不解压zip,替换文件内容
|
2023-06-13 15:36:18 +08:00 |
|
VampireAchao
|
928bcc52e3
|
[fix] 移除xxxIdx对并行流的支持
|
2023-06-13 11:45:55 +08:00 |
|
VampireAchao
|
5b8bbe4943
|
[fix] 修改为sequential
|
2023-06-13 11:29:25 +08:00 |
|
VampireAchao
|
169c625f3b
|
[fix] 处理并行流下zip等依赖于toIdxMap函数时没有保证顺序问题导致的数据顺序错乱的问题
|
2023-06-13 11:18:30 +08:00 |
|
Looly
|
04e41a6098
|
add Paillier
|
2023-06-09 22:10:55 +08:00 |
|
Looly
|
5d26b29103
|
add CIN
|
2023-06-09 16:46:24 +08:00 |
|
Looly
|
905ddbd8dd
|
fix code
|
2023-06-09 00:50:16 +08:00 |
|
Looly
|
ca2594a08c
|
!1005 [feature] 添加解析车辆识别代码
Merge pull request !1005 from 阿超/v6-dev
|
2023-06-08 14:22:21 +00:00 |
|
Looly
|
3dda0227b8
|
fix code
|
2023-06-08 17:15:24 +08:00 |
|
Looly
|
96dbdde1e5
|
fix code
|
2023-06-08 09:13:44 +08:00 |
|
Looly
|
0909188783
|
Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev
|
2023-06-07 12:16:26 +08:00 |
|
Looly
|
d0ce2a793b
|
add test
|
2023-06-07 11:08:49 +08:00 |
|
Looly
|
97381d8168
|
fix bug
|
2023-06-06 22:23:41 +08:00 |
|
Looly
|
8cbaf66d0c
|
Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev
|
2023-06-03 01:41:10 +08:00 |
|
Looly
|
1765e82ef5
|
fix code
|
2023-06-03 01:40:59 +08:00 |
|
Looly
|
77f771b726
|
fix code
|
2023-06-02 17:11:05 +08:00 |
|