2733 Commits

Author SHA1 Message Date
Golden Looly
8039ed6df8
Merge pull request #1868 from anaer/patch-10
Update TreeBuilder.java
2021-09-30 17:36:40 +08:00
Golden Looly
ca67bcbf95
Merge pull request #1869 from anaer/patch-11
Update TreeUtil.java
2021-09-30 17:35:55 +08:00
Golden Looly
bf83503320
Merge pull request #1870 from anaer/patch-12
Update Assert.java
2021-09-30 17:35:16 +08:00
Golden Looly
4cbcdce3e9
Merge pull request #1871 from anaer/patch-13
fix typo, removeEqual对value为null情况未处理
2021-09-30 17:33:48 +08:00
lvcn
5fb8f1b857 fix typo, removeEqual对value为null情况未处理 2021-09-30 17:20:44 +08:00
Looly
b66daa3e61 fix code 2021-09-30 17:16:39 +08:00
Looly
c3211c9517 !425 FIFOCache未设置过期策略时,无需遍历判断过期对象
Merge pull request !425 from liklik/v5-dev
2021-09-30 09:14:16 +00:00
Looly
81439c04a2 add comment 2021-09-30 17:05:04 +08:00
anaer
2d9ef86951
Update Assert.java
fix comment
2021-09-30 16:16:23 +08:00
anaer
05506ec2ed
Update TreeUtil.java
typo
2021-09-30 15:06:21 +08:00
anaer
c50b1b302f
Update TreeBuilder.java
跟上面的checkBuilt(); 重复了
2021-09-30 14:54:31 +08:00
anaer
cd1a372ab1
Update PathUtil.java
typo
2021-09-30 11:10:54 +08:00
liklik
32987812c0 未设置过期策略时,无需遍历判断过期对象 2021-09-30 09:58:07 +08:00
anaer
94342c6682
Update ListTypeGetter.java
typo
2021-09-29 17:23:50 +08:00
anaer
be8df2bf67
Update StopWatch.java
fix comment
2021-09-29 17:09:36 +08:00
anaer
cc18205c9e
Update DateUtil.java
fix comment
2021-09-29 16:57:10 +08:00
Looly
58355265ff fix code 2021-09-29 11:59:24 +08:00
Looly
43e24c1498 !421 处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题
Merge pull request !421 from 阿超/v5-dev
2021-09-29 03:37:29 +00:00
Looly
451ebb6bcc fix comment 2021-09-29 11:36:32 +08:00
Looly
984d24f522 fix code 2021-09-29 11:11:09 +08:00
Golden Looly
659ebbd62a
Merge pull request #1860 from wangliang181230/optimize-base64
优化Base64.isBase64方法:减少一次多余的判断
2021-09-29 11:10:15 +08:00
王良
a7bfa8e114 Base64.isBase64方法,减少一次多余的判断。 2021-09-29 10:55:43 +08:00
Looly
ca0e66d9b4 add methods 2021-09-29 10:51:44 +08:00
Looly
6002a1476f fix add bug 2021-09-29 10:12:58 +08:00
Looly
fb87346d8a fix code 2021-09-29 10:06:02 +08:00
Golden Looly
e6d2296350
Merge pull request #1857 from anaer/patch-5
Update BeanUtil.java
2021-09-29 10:04:31 +08:00
Golden Looly
e3cd913aa9
Merge pull request #1853 from anaer/patch-2
Update ClassUtil.java
2021-09-29 10:04:14 +08:00
Golden Looly
e26bb6bc43
Merge pull request #1855 from anaer/patch-3
Update Aspect.java
2021-09-29 10:01:18 +08:00
Golden Looly
77fe41cef1
Merge pull request #1856 from anaer/patch-4
Update FIFOCache.java
2021-09-29 10:00:34 +08:00
anaer
cd01a063ee
Update BeanUtil.java
typo
2021-09-28 17:53:07 +08:00
achao
651bca7c99 处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题 2021-09-28 16:36:24 +08:00
anaer
906953bd11
Update FIFOCache.java
看逻辑 应该缺少回调和continue吧
2021-09-28 16:06:52 +08:00
anaer
88db288157
Update Aspect.java
typo
2021-09-28 13:34:12 +08:00
anaer
4b8774fb70
Update ClassUtil.java
typo
2021-09-28 10:48:06 +08:00
Looly
bebf191c19 fix comment 2021-09-28 01:36:25 +08:00
Looly
36397e615d fix comment 2021-09-28 01:33:04 +08:00
Looly
aaaf2b7f03 fix firstday 2021-09-28 01:22:26 +08:00
Looly
0ff44155c7 add test 2021-09-28 00:56:12 +08:00
Looly
05b3d83a37 fix bug 2021-09-28 00:47:09 +08:00
Looly
f1b6d84fe7 fix code 2021-09-28 00:24:26 +08:00
Looly
1072639f3b add method 2021-09-28 00:14:58 +08:00
Looly
9642fa8862 fix code 2021-09-28 00:07:13 +08:00
Looly
75d84b4768 add method 2021-09-27 22:53:12 +08:00
Looly
ed85f81cea fix test 2021-09-27 22:36:14 +08:00
Golden Looly
46dbb94667
Merge pull request #1851 from ZeyuCai/v5-dev
fix flaky test cn.hutool.core.util.JAXBUtilTest#beanToXmlTest. no per…
2021-09-27 22:31:42 +08:00
Looly
12969f2483 fix doc 2021-09-27 22:30:32 +08:00
zeyu cai
edd57e82d4 fix flaky test cn.hutool.core.util.JAXBUtilTest#beanToXmlTest. no performance regress related. test file changed only. 2021-09-27 04:57:04 -05:00
Looly
1ab9b6b3e9 fix get null bug 2021-09-27 11:56:33 +08:00
Looly
6db6d70293 add test 2021-09-25 19:42:40 +08:00
Looly
ce33b3d5cb add test 2021-09-25 18:53:12 +08:00