1657 Commits

Author SHA1 Message Date
Looly
6b3fc153d7 add test 2021-10-15 02:04:42 +08:00
Looly
172d457bea add methods 2021-10-15 00:33:02 +08:00
Looly
1b39b8271a add method 2021-10-15 00:06:42 +08:00
Looly
134c0c2578 !439 ReUtil.java 添加了 2 个支持[命名捕获组]的方法
Merge pull request !439 from churen/v5-dev
2021-10-14 15:45:49 +00:00
Looly
7afad66075 add FileSystemUtil 2021-10-14 23:45:38 +08:00
Looly
a5ea0ef1ed fix parse bug 2021-10-14 19:29:44 +08:00
lihai03
a15eecd2c5 ReUtil.java 添加 2 个命名捕获组相关的方法
ReUtil.java 添加 2 个命名捕获组相关的方法

ReUtil.java 添加 2 个命名捕获组相关的方法
2021-10-14 18:37:38 +08:00
Looly
b5036b4b0b add method 2021-10-14 09:56:04 +08:00
Looly
d204d58057 !436 feat 增加checkBetween的几个重载方法
Merge pull request !436 from Uncarbon/v5-dev
2021-10-14 01:47:50 +00:00
Looly
6dc2192caa add RingIndexUtil 2021-10-14 09:44:34 +08:00
ZhouChuGang
db86a2ad76 feat: 加入集合环形索引获取工具类RingIndexUtil
加入集合环形索引获取工具类RingIndexUtil
2021-10-13 20:34:05 +08:00
Uncarbon
210ff8882b feat 增加checkBetween的几个重载方法 2021-10-13 11:04:58 +08:00
Looly
28fefdeb1b add SECURITY 2021-10-13 01:27:21 +08:00
Looly
fddb24dc9b fix bug 2021-10-11 21:06:30 +08:00
Looly
4552fa27c6 fix test 2021-10-10 14:15:55 +08:00
zeyu cai
03d40cf4ff fix cn.hutool.core.text.StrJoinerTest#joinMultiArrayTest 2021-10-09 18:40:43 -05:00
Looly
0e9893d365 prepare 5.7.15 2021-10-09 23:56:44 +08:00
Looly
463246496c 👕release 5.7.14 2021-10-09 23:29:27 +08:00
Looly
68e5ced2bd add test 2021-10-09 21:57:30 +08:00
Looly
3037cb222c add test 2021-10-09 21:47:54 +08:00
Looly
412160ac53 fix bug 2021-10-09 21:13:30 +08:00
Looly
0f96a95f2c fix isBase64 2021-10-09 20:24:02 +08:00
Golden Looly
74c6dca648
Merge pull request #1879 from wangliang181230/optimize-base64-2
Base64.isBase64(base64)方法,如果存在双字节字符,直接返回false。
2021-10-09 20:19:18 +08:00
Looly
6e3bad82d0 change test 2021-10-09 18:39:22 +08:00
Looly
adfe11ce37 change test 2021-10-09 18:39:00 +08:00
Looly
02f940c273 add methods 2021-10-08 18:08:51 +08:00
Looly
310f1345f5 !428 ReflectUtil中加入通过条件过滤选择属性
Merge pull request !428 from ZhouChuGang/v5-dev
2021-10-08 10:07:21 +00:00
Looly
2af4333ea1 add test 2021-10-08 18:07:12 +08:00
王良
1f054ca1b8 Base64.isBase64(base64)方法,如果存在双字节字符,直接返回false。 2021-10-08 17:39:34 +08:00
QunXingShanShuo
6bbd8451fb feat: ReflectUtil中加入通过条件过滤选择属性
ReflectUtil中加入通过条件过滤选择属性
2021-10-08 17:14:09 +08:00
Looly
26c4a44adc add stream support for csv 2021-10-08 16:57:02 +08:00
Looly
fc1dedb345 fix doc 2021-10-07 23:51:51 +08:00
Looly
e0848d2b68 fix doc 2021-10-07 23:49:55 +08:00
Looly
530ce9fab5 add of 2021-10-07 23:13:09 +08:00
Golden Looly
2f2273c50b
Merge pull request #1872 from ls586/v5-dev
从LocalDate中获取Week
2021-10-07 23:10:27 +08:00
Looly
cff7c1cedd add Opt 2021-10-07 22:36:41 +08:00
Ron
f553d6d2cb 从LocalDate中获取Week 2021-10-01 01:06:18 +08:00
VampireAchao
75a14ef1fa 参考jdk16中的Optional,以及自己进行了一点调整和新增,比jdk8中的Optional多了几个实用的函数,将即将废弃的OptionalBean死灰复燃 2021-10-01 00:07:05 +08:00
Golden Looly
c33eb83a90
Merge pull request #1861 from anaer/patch-6
Update DateUtil.java
2021-09-30 17:38:06 +08:00
Golden Looly
4acad0afd8
Merge pull request #1862 from anaer/patch-7
Update StopWatch.java
2021-09-30 17:37:45 +08:00
Golden Looly
dc1f7782e5
Merge pull request #1863 from anaer/patch-8
Update ListTypeGetter.java
2021-09-30 17:37:24 +08:00
Golden Looly
6ccae6646e
Merge pull request #1866 from anaer/patch-9
Update PathUtil.java
2021-09-30 17:37:08 +08:00
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
lvcn
5fb8f1b857 fix typo, removeEqual对value为null情况未处理 2021-09-30 17:20:44 +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