5122 Commits

Author SHA1 Message Date
Looly
429c12135e fix code 2023-06-29 16:52:09 +08:00
Looly
a172440412 add test 2023-06-29 16:27:35 +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
Golden Looly
c268dc7520
Merge pull request #3174 from thebe4st/v6-dev
修改CollUtil.union等方法泛型,使其支持多种子类union一个父类集合
2023-06-27 17:11:35 +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
c3380f7aee fix code 2023-06-27 10:11:26 +08:00
kongweiguang
4e047e98e3 CollUtil添加解构collection内部的多个collection为单个list的方法 2023-06-26 13:44:55 +08:00
Looly
16fc04d955 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。 2023-06-26 12:34:52 +08: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
kongweiguang
7cb8492f18 ListUtil添加解构list内部的多个list为单个list的方法 2023-06-25 13:59:30 +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
Looly
e1b6ebd1ac fix pr#1023 2023-06-19 16:03:10 +08:00
Looly
7026184fa3
!1023 Db类 insert 无法正确插入批量数据
Merge pull request !1023 from 张江平/v6-dev
2023-06-19 08:00:28 +00:00
张江平
19560cf8cf Merge remote-tracking branch 'origin/v6-dev' into v6-dev
# Conflicts:
#	hutool-db/src/main/java/org/dromara/hutool/db/dialect/impl/AnsiSqlDialect.java
2023-06-19 15:14:08 +08:00
张江平
2b6ca1e827 fix Db 类 批量插入数据发生属性名乱序问题,导致数据无法正常插入 2023-06-19 15:11:45 +08:00
kongweiguang
74344566a5 修改异步工具 2023-06-19 13:05:25 +08:00
kongweiguang
c317ef1e08 添加重试工具 2023-06-19 12:59:20 +08:00
Looly
dd79ee4b62 fix bug 2023-06-19 09:51:27 +08:00
Looly
229ae2d94f fix bug 2023-06-19 09:18:05 +08:00
张江平
65079d451e fix Db 类 批量插入数据发生属性名乱序问题,导致数据无法正常插入
增加测试方法
2023-06-18 17:28:02 +08:00
Looly
93d4eed6a8 prepare 6.0.0-M5 2023-06-17 01:38:10 +08:00
Looly
3c5fa74a67 fix test 2023-06-16 23:57:52 +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
8f784a196a 修复RowUtil传入参数错误问题 2023-06-16 16:01:50 +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
Looly
bd50e7f474 Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev 2023-06-13 11:49:00 +08:00
Looly
52feb1b60f
!1015 【6.0】处理EasyStream并行流下zip等依赖于toIdxMap函数时没有保证顺序问题导致的数据顺序错乱的问题
Merge pull request !1015 from 阿超/v6-dev
2023-06-13 03:48:40 +00:00
VampireAchao
928bcc52e3 [fix] 移除xxxIdx对并行流的支持 2023-06-13 11:45:55 +08:00