450 Commits

Author SHA1 Message Date
Looly
7ef693efbf fix code 2020-01-09 10:52:43 +08:00
Golden Looly
15151f777e
Merge pull request #696 from jason-liu475/v5-master
重写hashCode和equals
2020-01-09 10:50:17 +08:00
Golden Looly
0ea98a2c74
Merge pull request #698 from jason-liu475/v5-dev
匿名类替换为lambda表达式
2020-01-09 10:41:37 +08:00
Golden Looly
453cfbcc6b
Merge pull request #715 from aaronuu/v5-dev
bug fix #714
2020-01-09 10:23:57 +08:00
Looly
34e4efcc3c fix mul 2020-01-09 10:23:35 +08:00
Looly
20779bdd33 !87 提供一个自带默认值的Map
Merge pull request !87 from Ease/v5-dev
2020-01-09 10:07:04 +08:00
Looly
025aba9475 change method 2020-01-09 10:06:43 +08:00
yu.zhang
b2c00ce1f9 bug fix #714 2020-01-09 09:58:53 +08:00
pantao
e4b1609a2a feat: given a map which have a default value 2020-01-04 16:44:27 +08:00
pantao
3c4d057986 feat: given a map which have a defaulted value 2020-01-03 18:48:46 +08:00
liuhuan
decd6a1460 匿名类替换为lambda表达式 2020-01-03 09:46:03 +08:00
liuhuan
0c7bdc43bf 给覆写的方法加上@Override 2020-01-02 10:44:31 +08:00
liuhuan
3b72e1704f 因为Map/Set的key存储的是不重复的对象,依据hashCode和equals进行判断,所以Set存储的对象需要重写这两个方法 2020-01-02 10:31:02 +08:00
Looly
5e7b9012ec fix equlas 2019-12-30 07:15:07 +08:00
Golden Looly
d7316b3f90
Merge pull request #692 from tellmenow/v5-master
Object的equals方法容易抛空指针异常,用java8的Objects.equals替换
2019-12-30 06:37:37 +08:00
liuhuan
0a915248fc Object的equals方法容易抛空指针异常,用java8的Objects.equals替换 2019-12-28 18:58:10 +08:00
Looly
377cd55a3c add alias 2019-12-26 08:01:57 +08:00
Looly
8932801137 fix bug 2019-12-20 16:03:23 +08:00
Looly
3eedc8a761 release 5.1.0 2019-12-18 18:11:11 +08:00
Looly
0ff7dc86b9 add test 2019-12-18 17:46:33 +08:00
Looly
0db031e88b fix DateConvert 2019-12-18 17:34:32 +08:00
Looly
7ffdc2c473 fix ReflectUtil 2019-12-18 10:00:57 +08:00
Looly
5ee0a73ebb fix zip bug 2019-12-14 09:03:51 +08:00
Looly
7680b7ac8d fix comment 2019-12-12 10:38:05 +08:00
Looly
6992ea9ee1 update dependency 2019-12-12 10:00:53 +08:00
Looly
83d3170942 fix XmlUtil 2019-12-11 12:06:54 +08:00
Looly
05aff7f94b !84 support substring by code point
Merge pull request !84 from Ease/v5-dev
2019-12-11 11:49:54 +08:00
Looly
827e2a8dc4 !83 注释修改
Merge pull request !83 from zz/v5-dev
2019-12-11 11:47:27 +08:00
Looly
f80e3790ae fix XmlUtil 2019-12-11 11:46:15 +08:00
Looly
ede0d418f1 !82 修复XmlUtil xml转Map同名节点超过三个转list的问题
Merge pull request !82 from SunMeng/v5-dev
2019-12-11 10:58:08 +08:00
Looly
aafa16a5a5 add test 2019-12-11 10:49:37 +08:00
Looly
41c540f4ca add test 2019-12-11 10:46:54 +08:00
zz
99ac13584e 波尔值 -> 布尔值 2019-12-10 22:01:42 +08:00
pantao
48a057c52d feat: support emoji substring 2019-12-10 18:59:33 +08:00
SunMeng
13ec37509e update hutool-core/src/main/java/cn/hutool/core/util/XmlUtil.java.
支持递归xml转Map,修复三个及以上同名节点转换的bug。修复map转xml三个以上同名节点的bug
2019-12-10 09:18:21 +08:00
Looly
a5e9f119b6 fix watch 2019-12-09 17:48:25 +08:00
Looly
dc94761c43 add public field support 2019-12-09 17:02:27 +08:00
Looly
bddb97704e fix getFieldValue and add test 2019-12-09 15:51:46 +08:00
Golden Looly
c804ebfbc1
Merge pull request #661 from w-a-n-g-s-h-u-n/patch-1
update NumberUtil
2019-12-06 20:14:33 +08:00
Looly
9029b10a52 add WatchServer 2019-12-05 17:28:58 +08:00
汪顺
f0bee70fe3
Update NumberUtil.java
添加NumberUtil.min(BigDecimal... numberArray)、NumberUtil.max(BigDecimal... numberArray)
2019-12-05 17:13:22 +08:00
Looly
41b578391b fix domain encode bug 2019-12-05 10:01:25 +08:00
Golden Looly
affcc57598
Merge pull request #654 from sukaiyi/v5-dev
issue[651]: URLUtil.normalize support ipv6
2019-12-05 08:56:46 +08:00
Looly
d59152419d add test 2019-12-05 08:55:16 +08:00
sukaiyi
98ebf5f6e2 issue[651]: URLUtil.normalize support ipv6 2019-12-04 18:11:52 +08:00
Looly
e69965a707 fix comment 2019-12-04 17:53:08 +08:00
Looly
da18d16c89 prepare 5.1.0 2019-12-02 21:21:42 +08:00
Looly
da0e696a62 release 5.0.7 2019-12-02 18:25:11 +08:00
Looly
432840be78 fix LocalDateTime not support bug 2019-12-02 18:21:10 +08:00
Looly
14c343fefd add methods 2019-12-02 17:36:44 +08:00