265 Commits

Author SHA1 Message Date
peter zhang
113a9ba719 support omit xml declaration 2020-01-17 15:18:00 +08:00
HsinDumas
e0430eed3e 兼容新能源车牌 2020-01-16 20:00:11 +08:00
断水流大湿兄
0f1ebf8ab7 在NetUtil中新增ping功能 2020-01-16 08:03:13 +08:00
Looly
27141c2667 prepare 5.1.2 2020-01-11 21:47:56 +08:00
Looly
f911e9000e release 5.1.1 2020-01-11 21:31:32 +08:00
Looly
56fc14d91e fix test 2020-01-11 21:01:28 +08:00
Looly
33c3d12cbb add zip method 2020-01-11 19:09:02 +08:00
Looly
a203ffe191 add ChineseDate 2020-01-11 15:51:14 +08:00
Looly
67b6564585 !90 新增农历日期工具类
Merge pull request !90 from 断水流大湿兄/v5-dev
2020-01-11 15:08:55 +08:00
Looly
db20737abb fix bug 2020-01-11 15:08:22 +08:00
zjw
7ddbb9c27d 新增农历工具类 2020-01-11 13:21:21 +08:00
Looly
21881a1609 fix listFileNames bug 2020-01-11 10:36:39 +08:00
Looly
a99c0e65d4 fix code 2020-01-11 09:23:11 +08:00
Looly
a10a57b236 add contains method 2020-01-11 09:17:51 +08:00
Looly
f54852d64c fix dict 2020-01-10 18:01:32 +08:00
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