2936 Commits

Author SHA1 Message Date
Looly
1eb8acfcba
!864 修复BeanUtilTest的变量赋值错误
Merge pull request !864 from emptypoint/fix-BeanUtilTest
2022-11-10 03:55:02 +00:00
Looly
87734f0b12 fix comment 2022-11-10 11:51:30 +08:00
Looly
5bd54dcd39 fix code 2022-11-10 11:11:09 +08:00
Looly
912c3e116d
!865 优化BeanPath.set方法,避免多次重复调用get方法
Merge pull request !865 from emptypoint/update-BeanPath
2022-11-10 02:40:54 +00:00
Looly
c69d41e72d fix bug 2022-11-10 10:37:54 +08:00
emptypoint
e9488f8e65 优化BeanPath.set方法,避免多次重复调用get方法 2022-11-09 19:27:55 +08:00
Zjp
20d71d0e49 add @author; 2022-11-09 07:27:39 +00:00
Zjp
5f9c3424e4 fix BeanUtilTest的变量赋值错误; 2022-11-09 14:57:21 +08:00
Zjp
1d25cbdd24 1. 优化了保存结果的StringBuilder的初始化长度;
2. 优化了expression的重置操作;
3. 优化了解析异常时的处理;
2022-11-09 11:19:39 +08:00
Looly
b7d91489f4 fix code 2022-11-08 18:50:36 +08:00
huangchengxing
0eb1ecb1b7 调整处理器非空校验时机 2022-11-08 18:09:43 +08:00
Looly
3eef8aa6ec add spi 2022-11-08 16:16:49 +08:00
Looly
1b7269187a fix code 2022-11-08 10:46:52 +08:00
Looly
153fb00e56 fix Object 2022-11-08 10:38:55 +08:00
Looly
44ac7294c7 fix code 2022-11-08 10:30:13 +08:00
Looly
d0083fb953 fix test 2022-11-08 10:19:12 +08:00
Looly
bccad5f304 fix code 2022-11-08 10:09:55 +08:00
Looly
5227f1517a remove cache for ClassLoaderUtil 2022-11-08 10:05:08 +08:00
huangchengxing
c4c11ffeb6 添加一个占位符解析器 2022-11-08 09:24:05 +08:00
Looly
19d9c955a5
!859 【6.x】添加一个toTree的重载
Merge pull request !859 from 阿超/v6-dev
2022-11-06 13:10:43 +00:00
Looly
3b1a375096 fix code 2022-11-03 23:37:48 +08:00
VampireAchao
ded14796cf :trollface: make final 2022-11-03 16:46:32 +08:00
VampireAchao
8f4662456a Merge remote-tracking branch 'origin/v6-dev' into v6-dev 2022-11-03 16:45:14 +08:00
VampireAchao
3ebbf25d46 :trollface: 使用CollectorUtil中的重载 2022-11-03 16:45:04 +08:00
阿超
654117d9ba
Update hutool-core/src/main/java/cn/hutool/core/stream/TerminableWrappedStream.java
light weight modify
2022-11-03 08:43:55 +00:00
VampireAchao
632d4de950 :trollface: 添加一个toTree的重载 2022-11-03 16:32:34 +08:00
Looly
b696ad4b08 fix code 2022-11-03 00:10:25 +08:00
Looly
415a091b5e fix bug 2022-10-27 18:39:08 +08:00
Looly
e1a2eaafa6 fix code 2022-10-27 13:48:57 +08:00
Looly
35a8f5e281 fix code 2022-10-27 03:21:40 +08:00
Looly
11f47e5b0f fix code 2022-10-26 21:48:49 +08:00
Looly
ad5296866d add test 2022-10-26 21:31:04 +08:00
Looly
0d52562180 fix code 2022-10-26 21:20:32 +08:00
Looly
c2262bc40e fix code 2022-10-26 13:12:39 +08:00
Looly
36e560842d fix code 2022-10-26 12:34:05 +08:00
Looly
c79cdc1f6f add method 2022-10-26 10:54:56 +08:00
Looly
21aa56a982 fix comment 2022-10-26 00:33:12 +08:00
Looly
c1fe82d2ce add http engine 2022-10-26 00:11:19 +08:00
Looly
b1caf395d9 fix code 2022-10-25 10:49:33 +08:00
Looly
267e16e9c1 fix code 2022-10-24 22:47:18 +08:00
Looly
106e465014 remove BCD 2022-10-24 19:37:50 +08:00
Looly
51e4a14388 add test 2022-10-24 16:18:22 +08:00
Looly
34dc797d23 add test 2022-10-24 11:55:12 +08:00
Looly
5f5087c093 fix TableMap bug 2022-10-22 21:13:46 +08:00
Looly
df108a2dd7 add MapJoiner 2022-10-22 19:58:25 +08:00
Looly
a82cf11365
!844 添加支持对值集合进行映射的分组方法
Merge pull request !844 from Createsequence/v6-dev
2022-10-22 08:55:58 +00:00
Looly
0299a2a2ad
!841 【6.x】去掉transform
Merge pull request !841 from 阿超/v6-dev
2022-10-22 08:52:31 +00:00
Looly
918b66fb38
!843 修正Dict中Assert.notNull的message内容;
Merge pull request !843 from emptypoint/update-Dict
2022-10-22 08:50:43 +00:00
duandazhi
9f383caf46 isValidCard18: 增加null的判断 2022-10-21 13:42:58 +08:00
huangchengxing
d799e43e54 添加支持对值集合进行映射的分组方法 2022-10-19 11:27:24 +08:00