Looly
|
945a631f2b
|
Merge branch 'v5-dev' of gitee.com:loolly/hutool into v5-dev
|
2020-09-04 17:51:29 +08:00 |
|
Looly
|
9d8f4d725c
|
fix mac null bug
|
2020-09-04 17:51:10 +08:00 |
|
Looly
|
10878559fc
|
!173 枚举转换规则拓展
Merge pull request !173 from nierjia_hzd/v5-dev
|
2020-09-04 17:50:22 +08:00 |
|
Looly
|
2e6515ef06
|
del util
|
2020-09-04 15:44:25 +08:00 |
|
Golden Looly
|
5dfd34de3f
|
Merge pull request #1065 from promise2mm/v5-dev
添加stream操作工具类
|
2020-09-04 15:13:54 +08:00 |
|
一鸣
|
330b23dfa8
|
添加stream操作工具类
|
2020-09-04 14:23:55 +08:00 |
|
varyuan
|
85142b47b8
|
方法说明错误,"字符"应该改为"字母"
方法说明错误,"字符"应该改为"字母"
|
2020-09-03 21:02:36 +08:00 |
|
hzd
|
afb8b79636
|
去掉没用的导包
|
2020-09-03 16:01:49 +08:00 |
|
hzd
|
1f57bff2c0
|
添加spi加载自定义转换方法
|
2020-09-03 15:49:01 +08:00 |
|
hzd
|
80239e2f27
|
添加枚举转换方式
|
2020-09-03 15:48:43 +08:00 |
|
hzd
|
0bef8a3233
|
添加spi工具类返回未list列表
|
2020-09-03 14:10:48 +08:00 |
|
hzd
|
d9df82ec80
|
修改泛型
|
2020-09-03 14:10:16 +08:00 |
|
Looly
|
025728e389
|
add comment and test
|
2020-09-01 15:53:16 +08:00 |
|
Looly
|
981bc843e1
|
fix festival bug
|
2020-08-31 16:58:05 +08:00 |
|
Looly
|
6d21bb930e
|
fix lock
|
2020-08-29 17:51:50 +08:00 |
|
zhuqianchao
|
0e9909ffeb
|
1. 在使用阻塞等待获取锁的方式中,必须在try代码块之外,并且在加锁方法与try代码块之间没有任何可能抛出异常的方法调用,避免加锁成功后,在finally中无法解锁。
说明一:如果在lock方法与try代码块之间的方法调用抛出异常,那么无法解锁,造成其它线程无法成功获取锁。
说明二:如果lock方法在try代码块之内,可能由于其它方法抛出异常,导致在finally代码块中,unlock对未加锁的对象解锁,它会调用AQS的tryRelease方法(取决于具体实现类),抛出IllegalMonitorStateException异常。
说明三:在Lock对象的lock方法实现中可能抛出unchecked异常,产生的后果与说明二相同。 java.concurrent.LockShouldWithTryFinallyRule.rule.desc
2. 补上遗漏的Override注解
|
2020-08-29 17:22:36 +08:00 |
|
Looly
|
50c30259cb
|
prepare 5.4.2
|
2020-08-29 15:25:30 +08:00 |
|
Looly
|
3ffffe3d3b
|
release 5.4.1
|
2020-08-29 15:07:08 +08:00 |
|
Looly
|
09d2591fa3
|
add stroke method
|
2020-08-29 14:48:06 +08:00 |
|
Looly
|
dd1f89b555
|
fix code
|
2020-08-29 11:57:31 +08:00 |
|
Looly
|
68ad664fec
|
fix test
|
2020-08-29 11:43:10 +08:00 |
|
Looly
|
32ff87a682
|
add test
|
2020-08-28 17:37:58 +08:00 |
|
Looly
|
dd4d8c8c29
|
add ganzhi
|
2020-08-28 17:35:26 +08:00 |
|
Looly
|
f0b16223ab
|
Merge branch 'v5-dev' of gitee.com:loolly/hutool into v5-dev
|
2020-08-28 16:01:27 +08:00 |
|
Golden Looly
|
48d64d3c5d
|
Merge pull request #1045 from varyuan/patch-1
在此上下文中,表达式 boolean.class == value.getClass() ,永远为false,故删去
|
2020-08-28 15:57:43 +08:00 |
|
dcbai
|
d7175771c4
|
添加了返回干支纪年较为全面的信息方法 getCyclicalYMD() 可返回包括年月日的干支纪年信息
|
2020-08-28 13:24:41 +08:00 |
|
Looly
|
f49c3cba6e
|
fix Velocity bug
|
2020-08-28 11:32:52 +08:00 |
|
varyuan
|
60ec0d3b3b
|
Update AtomicBooleanConverter.java
在此上下文中,表达式 boolean.class == value.getClass() ,永远为false,故删去
|
2020-08-27 20:32:19 +08:00 |
|
Looly
|
84494f4ef2
|
fix indexOf bug
|
2020-08-27 17:43:35 +08:00 |
|
Looly
|
3fee3f2a9c
|
!167 优化EnumUtil#getEnumAt方法
Merge pull request !167 from Ease/hotfix/range-check
|
2020-08-27 16:43:58 +08:00 |
|
Looly
|
50837bf2f9
|
change to wrapAllWithPair
|
2020-08-27 16:38:01 +08:00 |
|
easepan
|
370f24ae3d
|
fix: ignore invalid index while get a enum value by index
|
2020-08-27 15:27:37 +08:00 |
|
Looly
|
ed4d819ed4
|
fix comment
|
2020-08-26 21:25:50 +08:00 |
|
Looly
|
7674fa6c57
|
add of
|
2020-08-24 17:51:15 +08:00 |
|
Looly
|
a4e30936fb
|
add of
|
2020-08-24 17:47:16 +08:00 |
|
Looly
|
594c181367
|
add DateUtil.isSameMonth
|
2020-08-24 17:21:56 +08:00 |
|
Golden Looly
|
c38f9408be
|
Merge pull request #1036 from totalo/v5-dev
feat: add method isSameMonth
|
2020-08-24 17:19:19 +08:00 |
|
Looly
|
0e049861ee
|
add Ipv4Util
|
2020-08-24 17:07:46 +08:00 |
|
Looly
|
f7a3b08803
|
!161 贡献IPv4工具类和优化线程工具类
Merge pull request !161 from TeRny/ipv4util-and-thread
|
2020-08-24 16:18:00 +08:00 |
|
Looly
|
c43bf5870f
|
add test
|
2020-08-24 14:59:21 +08:00 |
|
tangguocheng1
|
a248bbc4d0
|
feat: add method isSameMonth
|
2020-08-24 13:28:43 +08:00 |
|
Looly
|
c8f911ad4b
|
fix beanUtil
|
2020-08-22 21:06:17 +08:00 |
|
Looly
|
a98f518c6f
|
add InstanceComparator
|
2020-08-22 13:44:46 +08:00 |
|
Looly
|
10c6ae3ff8
|
add util
|
2020-08-21 23:05:38 +08:00 |
|
朱坤
|
e728a9ac38
|
添加Ipv4Util,并给ThreadUtil添加方法
|
2020-08-21 22:22:00 +08:00 |
|
Looly
|
7e4889945c
|
fix 1032
|
2020-08-21 20:30:37 +08:00 |
|
jiangliheng
|
ff1688e1e6
|
修改 Validator.isCitizenId() 方法,通过调用 IdcardUtil.isValidCard() 来进行身份证号码校验
|
2020-08-21 18:39:56 +08:00 |
|
Looly
|
c19f43837f
|
add toEpochMilli
|
2020-08-20 17:14:42 +08:00 |
|
Looly
|
1c4c69cfe8
|
fix bean
|
2020-08-19 18:03:14 +08:00 |
|
Looly
|
5be24863d1
|
prepare 5.4.1
|
2020-08-16 13:06:13 +08:00 |
|
Looly
|
2edf6f65cc
|
release 5.4.0
|
2020-08-16 12:10:34 +08:00 |
|
Looly
|
f7dbb7ddbf
|
fix poi
|
2020-08-16 12:04:05 +08:00 |
|
Looly
|
a444d00e98
|
fix poi
|
2020-08-16 11:55:30 +08:00 |
|
Looly
|
ef235aab5d
|
add BeeCP support
|
2020-08-16 10:27:50 +08:00 |
|
Looly
|
f72634c3a9
|
fix boolean convert
|
2020-08-16 09:14:56 +08:00 |
|
Looly
|
279f056dc0
|
add test
|
2020-08-11 14:06:51 +08:00 |
|
lixiaohua
|
ae26f64a84
|
断言增加支持自定义异常
|
2020-08-10 17:32:12 +08:00 |
|
Looly
|
0cd29cb700
|
fix code
|
2020-08-07 18:19:35 +08:00 |
|
Looly
|
594fc16960
|
add method
|
2020-08-07 17:52:57 +08:00 |
|
Golden Looly
|
4d9b19ab26
|
Merge pull request #1008 from Saron123456/v5-dev
多个字段是否全部不为空
|
2020-08-07 17:43:50 +08:00 |
|
Looly
|
42b9e90f0c
|
fix test
|
2020-08-07 17:40:01 +08:00 |
|
Looly
|
55942a9147
|
!152 添加自定义判断集合是否包含某类值的工具方法
Merge pull request !152 from Ease/feature/list
|
2020-08-07 16:47:38 +08:00 |
|
Looly
|
b2dd13023f
|
fix randombug
|
2020-08-07 16:29:34 +08:00 |
|
Looly
|
ec8926745d
|
!151 bug fix 随机权重并发问题
Merge pull request !151 from chengxian-yi/hutool-ycx
|
2020-08-07 16:04:38 +08:00 |
|
Saron123456
|
f6860cc555
|
多个字段是否全部不为空
|
2020-08-07 12:26:34 +08:00 |
|
Looly
|
7b0e6dddc0
|
add method
|
2020-08-06 15:50:23 +08:00 |
|
Golden Looly
|
7b4e1c775a
|
Merge pull request #1004 from dahuoyzs/v5-dev
ArrayUtil.isAllNull()✒️
|
2020-08-06 15:43:50 +08:00 |
|
easepan
|
9c2c832970
|
feat: add list contains method using custom rule
|
2020-08-06 09:50:46 +08:00 |
|
yichengxian
|
7893cfe014
|
[bug修复] 修复多线程下ThreadLocalRandom共享seed导致随机数一样,权重概率bug
|
2020-08-05 22:12:32 +08:00 |
|
大火yzs
|
7ba098e2cd
|
ArrayUtil.isAllNull()✒️
|
2020-08-05 16:33:48 +08:00 |
|
Looly
|
34f49fc916
|
fix code
|
2020-08-04 11:04:26 +08:00 |
|
Looly
|
b22dbac8f7
|
fix comment
|
2020-08-03 15:17:08 +08:00 |
|
Looly
|
951d06d90f
|
fix code
|
2020-08-02 20:53:03 +08:00 |
|
Looly
|
0dcf4f9aca
|
add WatchAction
|
2020-08-02 20:38:04 +08:00 |
|
Looly
|
758626a482
|
add methods
|
2020-08-02 19:38:14 +08:00 |
|
Looly
|
d07feb9065
|
fix methoda
|
2020-08-02 19:26:24 +08:00 |
|
Looly
|
01ac41f08e
|
add method
|
2020-08-01 22:52:33 +08:00 |
|
Looly
|
232c292dfc
|
add method
|
2020-08-01 22:34:34 +08:00 |
|
lixiaohua
|
e2b900ad82
|
update
|
2020-08-01 22:19:40 +08:00 |
|
lixiaohua
|
482bc4e56e
|
删除多余导入
|
2020-08-01 22:14:56 +08:00 |
|
lixiaohua
|
bd236d9d08
|
改为用hutool中的过滤器接口
|
2020-08-01 22:13:45 +08:00 |
|
lixiaohua
|
e107996e0e
|
update
|
2020-08-01 21:14:49 +08:00 |
|
lixiaohua
|
31b1902d6b
|
增加过滤字符串的方法
|
2020-08-01 21:09:40 +08:00 |
|
Looly
|
04917da6e2
|
nio enhancement
|
2020-08-01 18:58:44 +08:00 |
|
Looly
|
4f94783fc1
|
add method
|
2020-08-01 16:09:49 +08:00 |
|
Looly
|
6e4d897b46
|
add method
|
2020-08-01 15:06:24 +08:00 |
|
Looly
|
f6f97668cf
|
add config
|
2020-07-31 09:43:05 +08:00 |
|
Looly
|
dd7f04af44
|
fix img
|
2020-07-30 10:06:42 +08:00 |
|
Looly
|
f349d770e2
|
add PhoneUtil
|
2020-07-30 08:59:29 +08:00 |
|
大火yzs
|
bbf8b29b44
|
PhoneUtil(可合并在StrUtil中)✒️
|
2020-07-29 19:32:18 +08:00 |
|
大火yzs
|
da77e8f861
|
StrUtil.cover()方法✒️
|
2020-07-29 19:27:07 +08:00 |
|
Looly
|
fb2e118d91
|
add method
|
2020-07-25 18:12:53 +08:00 |
|
Looly
|
026afb641f
|
add method
|
2020-07-25 18:06:08 +08:00 |
|
Looly
|
baa8ddd9ed
|
prepare 5.3.11
|
2020-07-23 18:21:00 +08:00 |
|
Looly
|
1f19a31c5a
|
release 5.3.10
|
2020-07-23 18:07:43 +08:00 |
|
Looly
|
0ee4108d26
|
fix IdCardUtil
|
2020-07-23 17:04:54 +08:00 |
|
Looly
|
23884e7121
|
add CollUtil.padXXX
|
2020-07-23 16:37:35 +08:00 |
|
Looly
|
28f149b2bc
|
!141 添加填充List的工具方法
Merge pull request !141 from Ease/v5-master
|
2020-07-23 16:20:58 +08:00 |
|
Looly
|
b47125c9f1
|
fix bug and add crypto
|
2020-07-23 12:10:58 +08:00 |
|
Looly
|
1e22cce3a3
|
add comment
|
2020-07-23 10:38:46 +08:00 |
|
easepan
|
78729283e8
|
feat: utility method for padding list
|
2020-07-22 14:25:46 +08:00 |
|
Looly
|
d789171410
|
add methods
|
2020-07-22 11:00:54 +08:00 |
|
Looly
|
62a02fb265
|
add crc16
|
2020-07-22 09:10:35 +08:00 |
|
easepan
|
d9f862ce67
|
feat: add utilities method for list
|
2020-07-20 19:21:25 +08:00 |
|
Looly
|
b58f98eb95
|
add crc16
|
2020-07-18 10:53:11 +08:00 |
|
Looly
|
9157fa332b
|
fix test
|
2020-07-18 08:25:24 +08:00 |
|
Looly
|
41bbd86a14
|
fix doc
|
2020-07-17 12:09:33 +08:00 |
|
Looly
|
ac81d9e750
|
fix bugs
|
2020-07-17 11:56:34 +08:00 |
|
Looly
|
69e2a9b45d
|
fix
|
2020-07-16 15:47:16 +08:00 |
|
Looly
|
1cc66f086e
|
fix
|
2020-07-16 12:02:55 +08:00 |
|
Looly
|
d70687d20d
|
add dataSize
|
2020-07-16 11:56:36 +08:00 |
|
Looly
|
84c38aa3f0
|
add GlobalDbConfig
|
2020-07-15 17:29:39 +08:00 |
|
Looly
|
e50942efbc
|
fix zip bug
|
2020-07-14 10:11:08 +08:00 |
|
Looly
|
03689be5fe
|
fix comment
|
2020-07-13 09:21:56 +08:00 |
|
Looly
|
ea3e59a331
|
fix comment
|
2020-07-13 09:20:17 +08:00 |
|
Looly
|
fb2596b6c7
|
prepare 5.3.10
|
2020-07-12 13:00:02 +08:00 |
|
Looly
|
8236ae61f2
|
release 5.3.9
|
2020-07-12 12:28:17 +08:00 |
|
Looly
|
8e3a04bd56
|
fix ChineseDate bug
|
2020-07-12 12:12:48 +08:00 |
|
Looly
|
80ed1c0141
|
fix bugs
|
2020-07-12 10:21:53 +08:00 |
|
Looly
|
93d91699c1
|
fix bug
|
2020-07-12 09:19:52 +08:00 |
|
Looly
|
fe6ae2c996
|
add test
|
2020-07-09 19:47:53 +08:00 |
|
Looly
|
c12557eac4
|
add LocalDateTimeUtil
|
2020-07-07 12:51:39 +08:00 |
|
Looly
|
25b9d61ffd
|
fix dict
|
2020-07-06 16:18:34 +08:00 |
|
Looly
|
48d67f0859
|
fix code
|
2020-07-06 15:18:09 +08:00 |
|
echohlne
|
1ad1451a86
|
字符串为空时,直接复用全局的静态final EMPTY字段,而不需要调用toString方法
|
2020-07-06 00:17:34 +08:00 |
|
Looly
|
a0f5970037
|
fix ZipUtil
|
2020-07-03 09:50:05 +08:00 |
|
Golden Looly
|
6f85c396f0
|
Merge pull request #948 from GRain-long/patch-1
[bug修复]修复ArrayUtil中isEmpty带来的异常
|
2020-07-03 09:17:07 +08:00 |
|
Liang Long
|
1ef749bf38
|
modify isEmpty(Object array)
修复判空异常
|
2020-07-02 16:45:13 +08:00 |
|
Looly
|
7a1438fc02
|
fix
|
2020-06-28 11:43:58 +08:00 |
|
Golden Looly
|
37c2c07164
|
Merge pull request #937 from GRain-long/patch-1
[新特性]添加intersectionDistinct方法
|
2020-06-28 11:26:03 +08:00 |
|
Liang Long
|
1bc2fe138e
|
add intersectionDistinctTerst
添加交集去重测试方法
|
2020-06-23 18:45:52 +08:00 |
|
Liang Long
|
b1337edc30
|
add intersectionDistinct
添加交集去重方法
|
2020-06-23 18:41:14 +08:00 |
|
Looly
|
8bb47018e6
|
fix brief bug
|
2020-06-23 18:02:38 +08:00 |
|
Looly
|
e0e07c726f
|
add method
|
2020-06-23 17:47:07 +08:00 |
|
Looly
|
93d68637ef
|
add method
|
2020-06-23 12:15:28 +08:00 |
|
王健
|
71890bccc6
|
更新注释
|
2020-06-19 20:30:19 +08:00 |
|
王健
|
f93017e49f
|
DateUtil增加formatChineseDateTime 转化为中文日期格式到时分秒
|
2020-06-19 20:19:43 +08:00 |
|
Looly
|
9d02dcd5d8
|
fix bean bug
|
2020-06-18 15:24:50 +08:00 |
|
Looly
|
f108b91e0c
|
add ser
|
2020-06-18 08:51:48 +08:00 |
|
Looly
|
086f3a2e77
|
fix bug
|
2020-06-17 17:54:54 +08:00 |
|
Looly
|
01f19daa66
|
prepare 5.3.9
|
2020-06-17 15:34:36 +08:00 |
|
Looly
|
ceb8f868f2
|
release 5.3.8
|
2020-06-17 02:16:27 +08:00 |
|
Looly
|
b6a9bc6991
|
add alias methods
|
2020-06-17 00:14:04 +08:00 |
|
Golden Looly
|
6a6dfa0e19
|
Merge pull request #926 from dahuoyzs/v5-dev
FileUtil重载方法,添加getSuffix方法✒️
|
2020-06-17 00:08:47 +08:00 |
|
Looly
|
9c434da9fb
|
db support remarks etc propertis
|
2020-06-17 00:06:45 +08:00 |
|
大火yzs
|
e1099dea28
|
FileUtil重载方法,添加getSuffix方法✒️
|
2020-06-16 22:59:20 +08:00 |
|
Looly
|
411fea9c9f
|
fix DatePattern
|
2020-06-15 11:07:19 +08:00 |
|
Looly
|
327502a846
|
fix IoUtil bug
|
2020-06-15 09:11:40 +08:00 |
|
Looly
|
4843e684b0
|
add methods
|
2020-06-12 16:39:42 +08:00 |
|
Luguoming
|
cab34df313
|
复制创建一个Bean对象, 并忽略某些属性
|
2020-06-12 09:04:07 +08:00 |
|
hitfire
|
d03e3b5b94
|
CollUtil.subtractToList bug fix
|
2020-06-10 15:34:39 +08:00 |
|
Looly
|
94335d176b
|
add gif
|
2020-06-05 17:59:00 +08:00 |
|
Looly
|
9b2fc8aecf
|
DateUtil.parse support iso8601
|
2020-06-05 11:03:48 +08:00 |
|
Looly
|
26ccc50c89
|
fix test
|
2020-06-05 09:07:28 +08:00 |
|
Looly
|
79b3adb150
|
add date pattern
|
2020-06-04 17:13:05 +08:00 |
|
Looly
|
9ca7d93f70
|
prepare 5.3.8
|
2020-06-03 18:51:56 +08:00 |
|
Looly
|
78f57d7ffd
|
release 5.3.7
|
2020-06-03 18:48:35 +08:00 |
|
Looly
|
8e2f63d576
|
fix bugs
|
2020-06-03 18:15:33 +08:00 |
|
Looly
|
93951af07e
|
add exception
|
2020-06-02 18:05:13 +08:00 |
|
Looly
|
58441b393f
|
add this
|
2020-06-02 17:52:24 +08:00 |
|
Looly
|
670cb3c10b
|
fix buf
|
2020-06-02 17:30:37 +08:00 |
|
Looly
|
0b74d3769d
|
prepare 5.3.7
|
2020-05-31 18:00:07 +08:00 |
|
Looly
|
62e02e877a
|
release 5.3.6
|
2020-05-31 17:30:02 +08:00 |
|
Looly
|
15a9d1c7fa
|
update de
|
2020-05-31 17:29:15 +08:00 |
|
Looly
|
4770107785
|
fix I1IZ30
|
2020-05-31 17:12:20 +08:00 |
|
Looly
|
06fa24edb0
|
date parse support like 2020-1-1
|
2020-05-31 17:10:45 +08:00 |
|
Looly
|
5a99c64226
|
add allAll for primitive
|
2020-05-31 16:17:33 +08:00 |
|
Looly
|
32ece1bbf4
|
remove concole
|
2020-05-30 08:20:43 +08:00 |
|
Looly
|
b8f8a3277f
|
fix Validator
|
2020-05-30 08:07:02 +08:00 |
|
Looly
|
e7bc77aff5
|
fix date
|
2020-05-30 07:51:45 +08:00 |
|
Golden Looly
|
7d97896c00
|
Merge pull request #897 from ysrotciv/v5-dev
修正注释中的错误
|
2020-05-30 07:43:09 +08:00 |
|
Looly
|
4a302fc2d8
|
pr#895
|
2020-05-30 07:41:50 +08:00 |
|
Golden Looly
|
fce8c35a82
|
Merge pull request #895 from dahuoyzs/v5-dev
HttpUtil添加downloadBytes方法✒️
|
2020-05-30 07:26:27 +08:00 |
|
Looly
|
0e1936e41d
|
add test
|
2020-05-30 07:26:02 +08:00 |
|
杨帅
|
d35fbbdda6
|
修正注释中的错误
|
2020-05-29 15:15:11 +08:00 |
|
大火yzs
|
609e5166fe
|
Merge branch 'v5-dev' into v5-dev
|
2020-05-29 14:26:53 +08:00 |
|
大火yzs
|
e2dcff3bfd
|
issue#896添加
|
2020-05-29 14:23:01 +08:00 |
|
大火yzs
|
1b4276c211
|
StrUtil添加isAllNotEmpty✒️
|
2020-05-29 13:17:17 +08:00 |
|
Looly
|
ff327057e4
|
del sun class
|
2020-05-28 01:33:59 +08:00 |
|
Looly
|
8bcb1daf99
|
support back
|
2020-05-28 01:30:18 +08:00 |
|
Looly
|
6b6366e1ef
|
add default method
|
2020-05-28 01:16:42 +08:00 |
|
Looly
|
7c4c6c7af1
|
fix bug
|
2020-05-26 15:58:22 +08:00 |
|
Looly
|
df58ad5eff
|
fix bean
|
2020-05-26 10:22:59 +08:00 |
|
Looly
|
e9400766a9
|
pr#124
|
2020-05-26 01:39:00 +08:00 |
|
Looly
|
ac314bb14a
|
add test
|
2020-05-26 00:28:07 +08:00 |
|
Looly
|
73b2f75de2
|
add FontUtil
|
2020-05-26 00:15:59 +08:00 |
|
Looly
|
4451a8451d
|
add test
|
2020-05-25 16:04:33 +08:00 |
|
Looly
|
b90602746d
|
fix img
|
2020-05-25 11:55:55 +08:00 |
|
Looly
|
688eefc02b
|
add test
|
2020-05-25 11:39:40 +08:00 |
|
Looly
|
9ff2d650bb
|
add toBean support Map
|
2020-05-25 11:36:20 +08:00 |
|
Looly
|
ceaac0c412
|
change return not null
|
2020-05-21 16:43:14 +08:00 |
|
Looly
|
f7bf950073
|
fix dead lock bug
|
2020-05-19 18:31:30 +08:00 |
|
Looly
|
008855fafb
|
add methods
|
2020-05-19 17:31:15 +08:00 |
|
Looly
|
0dde5ce4bc
|
!123 添加List转Map的工具方法
Merge pull request !123 from easepan/v5-dev
|
2020-05-19 17:20:35 +08:00 |
|
Looly
|
4b53701670
|
add methods
|
2020-05-19 17:17:17 +08:00 |
|
Looly
|
5dbc49ad26
|
fix commmet
|
2020-05-19 16:15:22 +08:00 |
|
easepan
|
d0644331bc
|
feat: convert list to map
|
2020-05-19 15:07:48 +08:00 |
|
Golden Looly
|
bfab76bcb9
|
Merge pull request #874 from jptx1234/v5-dev
[bug修复] Snowflake 循环等待下一个时间时避免长时间循环,加入对时钟倒退的判断
|
2020-05-18 09:39:01 +08:00 |
|
Looly
|
6b3be8468c
|
add read bean for csv
|
2020-05-18 09:38:20 +08:00 |
|
jptx1234
|
a3eca85e12
|
Snowflake 循环等待下一个时间时加入对时钟倒退的判断
Snowflake 在循环等待下一个时间时,判断时间未发生变化的方式由<=改为==,避免了时钟突然倒退导致的长时间循环,同时加入时钟倒退检测,避免生成重复ID
|
2020-05-17 23:29:43 +08:00 |
|
Golden Looly
|
de85f25c2c
|
Merge pull request #873 from hitfire/v5-dev
fix annotation in StrUtil and SymmetricCrypto
|
2020-05-17 19:27:48 +08:00 |
|
Looly
|
a0b1a33654
|
add date to long support for Convert
|
2020-05-17 19:26:40 +08:00 |
|
Looly
|
200dc6c5ea
|
add date to long support for Convert
|
2020-05-17 19:19:24 +08:00 |
|
zz
|
34d646bd88
|
fix annotation in StrUtil and SymmetricCrypto
|
2020-05-17 18:50:15 +08:00 |
|
zzzzbw
|
6fad5aa906
|
NumberConverter Long类型增加日期转换
|
2020-05-17 11:07:15 +08:00 |
|
Looly
|
5e381a1007
|
prepare 5.3.6
|
2020-05-14 02:19:43 +08:00 |
|
Looly
|
a4bc10801c
|
fix comment
|
2020-05-14 01:59:11 +08:00 |
|
Looly
|
d0fe78ae66
|
add body
|
2020-05-14 01:56:03 +08:00 |
|
Looly
|
3da83e0227
|
release 5.3.5
|
2020-05-13 21:22:54 +08:00 |
|
Looly
|
76a47b3c54
|
fix bug
|
2020-05-13 14:43:29 +08:00 |
|
Looly
|
e2428714a0
|
add method and test
|
2020-05-13 06:24:53 +08:00 |
|
Looly
|
c047fd5a23
|
add method and test
|
2020-05-13 04:58:40 +08:00 |
|
Looly
|
0a9b9a6fce
|
add method and test
|
2020-05-12 00:37:42 +08:00 |
|
Looly
|
fa936f4742
|
add recursiveDownloadFolder
|
2020-05-11 23:18:02 +08:00 |
|
Looly
|
58fab104c7
|
prepare 5.3.5
|
2020-05-10 08:50:33 +08:00 |
|
Looly
|
c2d70a4613
|
release 5.3.4
|
2020-05-10 00:14:29 +08:00 |
|
Looly
|
bd4a0a075f
|
fix bug
|
2020-05-10 00:06:11 +08:00 |
|
Looly
|
c1edd9b401
|
fix copyProperties bug
|
2020-05-09 21:50:15 +08:00 |
|
Looly
|
8289e6a8da
|
fix code
|
2020-05-07 17:37:02 +08:00 |
|
Looly
|
987d9e35f5
|
fix npe
|
2020-05-07 16:00:30 +08:00 |
|
zpzhaoa
|
5b3f989f7f
|
fix NPE in TreeUtil getNode
|
2020-05-06 17:08:23 +08:00 |
|
Looly
|
fdf735fa05
|
prepare 5.3.4
|
2020-05-06 08:24:09 +08:00 |
|
Looly
|
bf65fa3c5f
|
fix bug
|
2020-05-05 23:49:41 +08:00 |
|
Looly
|
513fb1c861
|
release 5.3.3
|
2020-05-05 23:24:00 +08:00 |
|
Looly
|
dc2460106f
|
add method for extra
|
2020-05-05 23:11:53 +08:00 |
|
Looly
|
3d11e2baa2
|
add idcard validate
|
2020-05-05 16:52:03 +08:00 |
|
Golden Looly
|
ec4b1cdd5f
|
Merge pull request #858 from dahuoyzs/v5-dev
补充Math.ceilDiv()除法运算向上取整
|
2020-05-05 13:08:13 +08:00 |
|
大火yzs
|
6e661613f5
|
补充Math.ceilDiv()触发运算向上取整
|
2020-05-04 09:39:14 +08:00 |
|
Looly
|
0321ce1120
|
fix test
|
2020-05-03 09:10:06 +08:00 |
|
Looly
|
a4c8ebc572
|
fix url bug
|
2020-05-03 08:44:04 +08:00 |
|
Looly
|
70c0f4cacc
|
add test
|
2020-05-01 23:01:55 +08:00 |
|
Looly
|
be65a142b4
|
fix code
|
2020-05-01 22:20:27 +08:00 |
|
Looly
|
ea96eecd4b
|
add opt
|
2020-04-30 09:11:22 +08:00 |
|
Looly
|
cf1f208aa0
|
add PinyinUtil
|
2020-04-27 13:45:54 +08:00 |
|
Looly
|
e568b7896b
|
fix URL
|
2020-04-25 18:50:48 +08:00 |
|
Looly
|
669d19eab8
|
prepare 5.3.3
|
2020-04-23 15:20:05 +08:00 |
|
Looly
|
d6125c1bf7
|
release 5.3.2
|
2020-04-23 14:31:42 +08:00 |
|
Looly
|
368a5e4d1c
|
fix FileUtil.remove bug
|
2020-04-23 12:01:53 +08:00 |
|
Looly
|
74ba64c0c0
|
fix test
|
2020-04-23 11:46:14 +08:00 |
|
Looly
|
96c56d9e31
|
fix xml null bug
|
2020-04-23 11:40:27 +08:00 |
|
Looly
|
3f97a1e495
|
change size logic
|
2020-04-23 11:08:44 +08:00 |
|
Looly
|
bd4bd2d4c9
|
fix comment
|
2020-04-23 10:11:25 +08:00 |
|
Looly
|
9f40666c95
|
fic null point bug
|
2020-04-23 10:07:56 +08:00 |
|
Looly
|
81cb7fb660
|
add test
|
2020-04-21 16:06:00 +08:00 |
|
Looly
|
a300a8926e
|
add test
|
2020-04-19 22:36:16 +08:00 |
|
Looly
|
8e42898d46
|
fix cron bug
|
2020-04-19 11:41:10 +08:00 |
|
Looly
|
f4fc97f9de
|
add NetUtil.isopen
|
2020-04-19 09:38:17 +08:00 |
|
Looly
|
d3e547515a
|
prepare 5.3.2
|
2020-04-17 18:33:24 +08:00 |
|
Looly
|
edd47d6c86
|
release 5.3.1
|
2020-04-17 18:15:22 +08:00 |
|
Looly
|
5b2aa48fba
|
fix comment
|
2020-04-17 18:09:16 +08:00 |
|
Looly
|
07229be2db
|
fix RandomUtil
|
2020-04-17 16:11:14 +08:00 |
|
Looly
|
3526b39d4f
|
add UniversalNamespaceCache
|
2020-04-16 11:37:27 +08:00 |
|
Looly
|
972234b9d4
|
add UrlDecoder
|
2020-04-16 01:18:44 +08:00 |
|
Looly
|
01b815afab
|
add UrlDecoder
|
2020-04-16 01:15:37 +08:00 |
|
Looly
|
ca7c407a1c
|
add UrlDecoder
|
2020-04-16 01:13:58 +08:00 |
|
Looly
|
efedd36696
|
fix bug and add method
|
2020-04-13 10:41:59 +08:00 |
|
Looly
|
2034be3b5a
|
prepare 5.3.1
|
2020-04-11 14:30:43 +08:00 |
|
Looly
|
97ad2fbf08
|
release 5.3.0
|
2020-04-11 14:09:07 +08:00 |
|
Looly
|
660b64daf6
|
fix test
|
2020-04-11 13:58:41 +08:00 |
|
Looly
|
4a574e3241
|
add CalendarUtil
|
2020-04-11 13:53:08 +08:00 |
|
Looly
|
bc486cdac4
|
fix code
|
2020-04-11 13:08:46 +08:00 |
|
Looly
|
73fd3b849f
|
fix code
|
2020-04-11 10:38:07 +08:00 |
|
Looly
|
47be0f4f79
|
change multipart
|
2020-04-10 17:56:10 +08:00 |
|
Looly
|
a967dd6c79
|
fix code
|
2020-04-10 17:16:21 +08:00 |
|
Looly
|
942521862d
|
fix monitor
|
2020-04-10 15:59:16 +08:00 |
|
Looly
|
9b470616ba
|
fix xml bug
|
2020-04-09 17:46:12 +08:00 |
|
Looly
|
ced42166d3
|
XmlUtil.mapToXml support List
|
2020-04-09 16:35:44 +08:00 |
|
Looly
|
4210ebaa4e
|
igonre test
|
2020-04-07 12:22:48 +08:00 |
|
Looly
|
b1e10cc763
|
fix comment
|
2020-04-07 11:26:21 +08:00 |
|
Looly
|
91e9511738
|
fix bug
|
2020-04-07 11:22:13 +08:00 |
|
Looly
|
d8baf83474
|
fix bug
|
2020-04-07 11:19:46 +08:00 |
|
Looly
|
cf5ff51a56
|
add test
|
2020-04-04 09:14:21 +08:00 |
|
Looly
|
24a300e348
|
fix code
|
2020-04-04 01:34:54 +08:00 |
|
Looly
|
6b13cb5263
|
prepare 5.3.0
|
2020-04-04 00:50:44 +08:00 |
|
Looly
|
3921a568dd
|
add ValidateObjectInputStream
|
2020-04-03 12:13:56 +08:00 |
|
Looly
|
17be56a99c
|
fix code
|
2020-04-02 17:50:07 +08:00 |
|
Looly
|
1218a51509
|
add Request
|
2020-04-02 11:59:58 +08:00 |
|
Looly
|
3f6112fcfa
|
add null check
|
2020-04-02 11:03:08 +08:00 |
|
Looly
|
b2201873ea
|
add Handler
|
2020-04-02 10:21:21 +08:00 |
|
Looly
|
174d80e865
|
add methods
|
2020-03-30 19:36:19 +08:00 |
|
Looly
|
3eaf4702f5
|
add method
|
2020-03-29 12:29:12 +08:00 |
|
Looly
|
bcd773b85a
|
add method
|
2020-03-29 10:07:59 +08:00 |
|
Golden Looly
|
9ea0e983bd
|
Merge pull request #812 from dahuoyzs/v5-dev
StrUtil添加subBetweenAll()方法
|
2020-03-29 09:30:00 +08:00 |
|
大火yzs
|
a0c78cf53c
|
StrUtil添加subBetweenAll()方法
|
2020-03-27 17:59:55 +08:00 |
|
Looly
|
130fa344c4
|
prepare 5.2.6
|
2020-03-27 00:31:35 +08:00 |
|
Looly
|
4d8b21f831
|
release 5.2.5
|
2020-03-26 23:58:44 +08:00 |
|
Looly
|
0d7ef8f092
|
add LockUtil and fix Cache
|
2020-03-26 23:46:36 +08:00 |
|
Looly
|
85eab64171
|
add methods
|
2020-03-26 17:15:43 +08:00 |
|
Looly
|
8bb73f3829
|
fix Date and aopbug
|
2020-03-26 12:05:26 +08:00 |
|
Looly
|
8c9abbe3e3
|
add ListUtil
|
2020-03-25 17:49:25 +08:00 |
|
Looly
|
5443f028bd
|
add extra for TreeNode
|
2020-03-25 11:41:25 +08:00 |
|
Looly
|
8f84997e8e
|
add extra for TreeNode
|
2020-03-25 11:35:07 +08:00 |
|
Looly
|
308368cffd
|
setNamespaceAware as true
|
2020-03-25 10:41:36 +08:00 |
|
Looly
|
b6fd1e2beb
|
add test
|
2020-03-25 09:55:06 +08:00 |
|
Looly
|
e344c4ef54
|
support edge
|
2020-03-24 17:09:04 +08:00 |
|
Looly
|
df739bae6a
|
add CityHash
|
2020-03-24 11:50:50 +08:00 |
|
Looly
|
36c706bc7d
|
add test
|
2020-03-23 17:53:10 +08:00 |
|
Golden Looly
|
452b6c13d5
|
Merge pull request #799 from jamesxuhaozhe/v5-master
在NumberWordFormatter文件中,NUMBER_TEEN 数组中表示12 的TWELVE拼写错误
|
2020-03-23 16:48:25 +08:00 |
|
Xu Haozhe
|
cbb1a578ea
|
fix mispelling in file NumberWordFormatter file
|
2020-03-23 11:51:12 +08:00 |
|
Looly
|
15b6bb7aef
|
fix incoke
|
2020-03-23 10:38:37 +08:00 |
|
Looly
|
122f5be484
|
prepare 5.2.5
|
2020-03-22 18:16:41 +08:00 |
|
Looly
|
544facce2b
|
release 5.2.4
|
2020-03-22 18:15:05 +08:00 |
|
Looly
|
335a4b8926
|
prepare 5.2.5
|
2020-03-22 18:04:05 +08:00 |
|
Looly
|
55fb3de832
|
release 5.2.4
|
2020-03-22 17:49:28 +08:00 |
|
Looly
|
0cd79bcbfd
|
fix bugs
|
2020-03-22 16:45:25 +08:00 |
|
Looly
|
7c05a71159
|
fix doc
|
2020-03-20 11:05:39 +08:00 |
|
Looly
|
8c734607a1
|
fix doc
|
2020-03-20 11:03:20 +08:00 |
|
Looly
|
77aee971a5
|
add method for ChineseDate
|
2020-03-20 10:44:11 +08:00 |
|
Looly
|
81c2850cfc
|
fix pic for word
|
2020-03-20 09:21:18 +08:00 |
|
Looly
|
249f20d0ed
|
add CreditCodeUtil
|
2020-03-19 11:27:29 +08:00 |
|
刘伟龙
|
45fa1043eb
|
删除无用代码
|
2020-03-19 09:50:41 +08:00 |
|
刘伟龙
|
6ea24f4d64
|
完善代码
|
2020-03-19 09:49:02 +08:00 |
|
刘伟龙
|
1ee8b79248
|
社会统一信用代码和数字转换
|
2020-03-19 08:47:25 +08:00 |
|
Looly
|
d330c489b3
|
add Node
|
2020-03-18 17:18:38 +08:00 |
|
Looly
|
4663e0d175
|
fix timestamp bug
|
2020-03-18 16:37:33 +08:00 |
|
Looly
|
8fda7fe8bd
|
add methods
|
2020-03-17 15:39:25 +08:00 |
|
Looly
|
87167a07d0
|
add setCaseInsensitive
|
2020-03-16 23:19:04 +08:00 |
|
Looly
|
3a579171c1
|
add methods
|
2020-03-16 22:04:59 +08:00 |
|
Looly
|
2801373c9e
|
add methods
|
2020-03-16 20:58:47 +08:00 |
|
oneplustow
|
6038c50bb9
|
增加copyProperties重载,实现根据Class创建对象 并进行属性拷贝
|
2020-03-14 20:25:52 +08:00 |
|
Looly
|
4f3ade54a2
|
prepare 5.2.4
|
2020-03-13 18:24:54 +08:00 |
|
Looly
|
f5bdc07d86
|
release 5.2.3
|
2020-03-13 18:07:32 +08:00 |
|
Looly
|
cf842ce474
|
fix test
|
2020-03-13 18:06:26 +08:00 |
|
Looly
|
aaee713fad
|
fix test
|
2020-03-13 17:47:57 +08:00 |
|
Looly
|
cefe1311ad
|
fix import bug
|
2020-03-13 17:26:32 +08:00 |
|
Looly
|
c38e6f0c1a
|
add methods
|
2020-03-13 17:07:30 +08:00 |
|
Looly
|
a508f2d5aa
|
fix PageUtil bug
|
2020-03-13 16:18:11 +08:00 |
|
Looly
|
a48c68762c
|
prepare 5.2.3
|
2020-03-12 22:27:38 +08:00 |
|
Looly
|
c9f54c5c2a
|
release 5.2.2
|
2020-03-12 19:09:03 +08:00 |
|
Looly
|
696a66f8db
|
fix date week bug
|
2020-03-12 16:00:16 +08:00 |
|
Looly
|
ae5f8c0efe
|
add plate
|
2020-03-10 16:59:51 +08:00 |
|
Looly
|
ec0b247933
|
prepare 5.2.2
|
2020-03-10 01:38:07 +08:00 |
|
Looly
|
81d942d895
|
release 5.2.1
|
2020-03-10 01:21:45 +08:00 |
|
Looly
|
a6869ae721
|
add test
|
2020-03-10 01:12:19 +08:00 |
|
Looly
|
0781be4e1c
|
fix template bug
|
2020-03-10 00:51:16 +08:00 |
|
Looly
|
30e73d4b5a
|
fix test
|
2020-03-09 18:32:57 +08:00 |
|
Looly
|
dbcca73dc2
|
addd Tree
|
2020-03-09 18:27:25 +08:00 |
|
liqiang
|
864bf93a27
|
通用树生成 新功能 具备高自由 灵活 扩展特性
|
2020-03-08 19:27:15 +08:00 |
|
liqiang
|
95093becb0
|
通用树生成 新功能 具备高自由 灵活 扩展特性
|
2020-03-08 19:25:01 +08:00 |
|
Looly
|
fb4af337ea
|
fix local port bug
|
2020-03-08 17:41:57 +08:00 |
|
qinye
|
679ff1b7ce
|
add method for RandomUtil
|
2020-03-08 15:12:16 +08:00 |
|
Looly
|
8ba988e028
|
fix FastDateParser
|
2020-03-08 09:55:31 +08:00 |
|
Looly
|
81dbc75ba3
|
fix date bug
|
2020-03-08 07:59:18 +08:00 |
|
Looly
|
0c2fd4e9a5
|
prepare 5.2.1
|
2020-03-06 00:16:44 +08:00 |
|
Looly
|
374ec36eb0
|
release 5.2.0
|
2020-03-05 23:39:50 +08:00 |
|
Looly
|
3746c6048f
|
add test
|
2020-03-05 23:09:43 +08:00 |
|
Looly
|
f6585adec4
|
support x,y for sm2
|
2020-03-05 00:49:07 +08:00 |
|
Looly
|
2e2d43d764
|
add filter support
|
2020-03-03 11:18:55 +08:00 |
|
Looly
|
82f982f809
|
5.2.0
|
2020-03-02 23:34:45 +08:00 |
|
Looly
|
bd6b07f6b9
|
support spi
|
2020-03-02 18:08:58 +08:00 |
|
Looly
|
85c9dae9ae
|
fix code
|
2020-03-02 17:16:11 +08:00 |
|
Looly
|
c5e4d0ef34
|
enhance EnumConverter
|
2020-03-02 13:41:38 +08:00 |
|
Looly
|
b740fe6480
|
add ServiceLoader
|
2020-03-01 19:02:06 +08:00 |
|
Looly
|
d5506b7d9e
|
fix code
|
2020-03-01 00:24:28 +08:00 |
|
Looly
|
405a92cfe4
|
add patch support
|
2020-02-29 22:25:22 +08:00 |
|
Looly
|
1ed2ec9dc4
|
add ValueListHandler
|
2020-02-29 15:06:56 +08:00 |
|
Looly
|
623d5ef5c9
|
support alias annotation
|
2020-02-28 23:50:28 +08:00 |
|
Looly
|
63e761139b
|
prepare 5.1.6
|
2020-02-28 15:36:47 +08:00 |
|
Looly
|
73531bc283
|
release 5.1.5
|
2020-02-28 14:43:33 +08:00 |
|
Looly
|
35fb058487
|
update dependency
|
2020-02-28 14:43:03 +08:00 |
|
Looly
|
b435777afc
|
add method for DateUtil
|
2020-02-28 14:32:41 +08:00 |
|
Looly
|
00b632df99
|
add method for DateUtil
|
2020-02-28 14:28:58 +08:00 |
|
Looly
|
154786ebe0
|
!97 关于jdk8新时间类型LocalDateTime的相关方法
Merge pull request !97 from 27号/v5-dev
|
2020-02-28 14:24:36 +08:00 |
|
Looly
|
fbfb124f11
|
fix escape bug
|
2020-02-28 14:22:16 +08:00 |
|
lifw
|
20ffe321f1
|
1.修改Convert.toLocalDateTime(Object, LocalDatetime)方法的参数及返回值类型;2.新增一个Convert.toLocalDateTime(Object)方法;
|
2020-02-28 14:06:51 +08:00 |
|
lifw
|
d240756f01
|
补充String与LocalDateTime互相转换的方法
|
2020-02-26 13:18:17 +08:00 |
|
Looly
|
0dafe987a0
|
prepare 5.1.5
|
2020-02-21 23:20:14 +08:00 |
|
Looly
|
a3c4d14e0a
|
release 5.1.4
|
2020-02-21 22:26:12 +08:00 |
|
Looly
|
0553c5ca0b
|
fix bugs
|
2020-02-21 18:56:42 +08:00 |
|
Looly
|
fc8dfc8fb1
|
fix code
|
2020-02-21 13:09:32 +08:00 |
|
Looly
|
545c20912a
|
fix bug
|
2020-02-19 19:26:16 +08:00 |
|
Looly
|
653ba7ff1d
|
prepare 5.1.4
|
2020-02-16 11:11:03 +08:00 |
|
Looly
|
f97c8699fb
|
prepare 5.2.0
|
2020-02-16 09:53:37 +08:00 |
|
Looly
|
830fd3e768
|
prepare 5.1.4
|
2020-02-11 18:01:29 +08:00 |
|
Looly
|
9098599522
|
release 5.1.3
|
2020-02-11 17:47:38 +08:00 |
|
Looly
|
7cd260c1ea
|
pr#95
|
2020-02-11 17:13:02 +08:00 |
|
Looly
|
0ce06fbd30
|
!95 Snowflake的起始时间可以被指定
Merge pull request !95 from 任广元/v5-dev
|
2020-02-11 16:59:16 +08:00 |
|
Looly
|
8aa483ce66
|
fix comment
|
2020-02-11 16:58:34 +08:00 |
|
Golden Looly
|
da53f9f883
|
Merge pull request #741 from nancheung97/v5-dev
修复RandomUtil的randomEleSet方法在某些情况下无法随机的情况
|
2020-02-11 16:47:50 +08:00 |
|
Looly
|
804a15a105
|
fix charset bug
|
2020-02-11 16:46:05 +08:00 |
|
Looly
|
57fd7f8a2d
|
fix code
|
2020-02-11 16:03:43 +08:00 |
|
任广元
|
c3b3a80dff
|
Snowflake的起始时间可以被指定
|
2020-02-09 01:02:58 +08:00 |
|
NanCheung
|
9e620b8021
|
修复:RandomUtil的randomEleSet方法在某些情况下无法随机的情况
|
2020-02-03 02:38:40 +08:00 |
|
Looly
|
562416e90d
|
add tes
|
2020-01-31 12:43:13 +08:00 |
|
Looly
|
62aba99cf8
|
prepare 5.1.3
|
2020-01-29 11:55:26 +08:00 |
|
Looly
|
c2a5350fe7
|
release 5.1.2
|
2020-01-29 11:42:28 +08:00 |
|
Looly
|
36255d40f0
|
img fix code
|
2020-01-29 11:31:56 +08:00 |
|
Looly
|
63a8c5766d
|
fix http
|
2020-01-29 10:58:45 +08:00 |
|
Looly
|
0f2083198a
|
!91 在NetUtil中新增ping功能
Merge pull request !91 from 断水流大湿兄/v5-dev
|
2020-01-26 09:00:08 +08:00 |
|
Looly
|
980259bc71
|
!92 车牌号校验兼容新能源车牌
Merge pull request !92 from HsinDumas/v5-dev
|
2020-01-26 08:58:19 +08:00 |
|
Looly
|
3c77343369
|
fix chinese date
|
2020-01-26 08:56:00 +08:00 |
|
Looly
|
cf10fc9acc
|
add omit xml declaration
|
2020-01-22 07:32:48 +08:00 |
|
Golden Looly
|
f3626f7073
|
Merge pull request #732 from ddatsh/v5-dev
support omit xml declaration
|
2020-01-22 07:29:43 +08:00 |
|
Looly
|
c33e2d8971
|
fix isExpired bug
|
2020-01-22 07:23:50 +08:00 |
|
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 |
|
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 |
|
Looly
|
6c62973048
|
fix ssh bug
|
2019-11-29 10:58:25 +08:00 |
|
Looly
|
9a4ec7bce2
|
remove hasNull
|
2019-11-26 11:52:47 +08:00 |
|
Looly
|
83460af7ef
|
fix bug
|
2019-11-26 11:21:34 +08:00 |
|
Looly
|
edb8b1ff8c
|
add test
|
2019-11-20 23:17:45 +08:00 |
|
Looly
|
106ea5a759
|
fix code
|
2019-11-20 00:15:52 +08:00 |
|
Looly
|
eec404f875
|
prepare 5.0.7
|
2019-11-17 14:28:40 +08:00 |
|
Looly
|
955aca2289
|
release 5.0.6
|
2019-11-17 13:41:33 +08:00 |
|
Looly
|
0837363931
|
fix excel sax
|
2019-11-17 13:37:14 +08:00 |
|
Looly
|
814aa3d662
|
fix scale with bg
|
2019-11-16 06:01:49 +08:00 |
|
Looly
|
61c06d3971
|
use defaut doc impl
|
2019-11-16 05:42:38 +08:00 |
|
Looly
|
3ed5ab2515
|
fix Date and Zip bugs
|
2019-11-16 05:13:25 +08:00 |
|
Looly
|
1857e1d062
|
prepare 5.0.6
|
2019-11-09 21:00:56 +08:00 |
|
Looly
|
ce76ba502c
|
release 5.0.5
|
2019-11-09 18:35:14 +08:00 |
|
Looly
|
04cf410cce
|
fix zip bug
|
2019-11-09 18:29:20 +08:00 |
|
Looly
|
a3b3743f3f
|
fix double bug
|
2019-11-09 17:35:38 +08:00 |
|
Looly
|
b5297bd7e6
|
fix bugs
|
2019-11-09 13:51:30 +08:00 |
|
Looly
|
e168de8622
|
change getPropery return to T
|
2019-11-09 13:32:59 +08:00 |
|
Looly
|
554ab6b20a
|
fix leepYear bug
|
2019-11-01 21:04:14 +08:00 |
|
Looly
|
6e9879c821
|
add method for time
|
2019-11-01 11:41:09 +08:00 |
|
Looly
|
b737c97947
|
fix meta bug
|
2019-11-01 10:23:25 +08:00 |
|
Looly
|
29153dc0db
|
prepare 5.0.5
|
2019-10-29 21:23:39 +08:00 |
|
Looly
|
894863ddbc
|
release 5.0.4
|
2019-10-29 20:32:06 +08:00 |
|
Looly
|
e961e18923
|
fix code
|
2019-10-29 20:24:30 +08:00 |
|
Looly
|
1459e5da03
|
fix code
|
2019-10-29 20:22:04 +08:00 |
|
Looly
|
0f7fb40d41
|
fix code
|
2019-10-29 20:17:41 +08:00 |
|
Looly
|
e754ec3e86
|
fix code
|
2019-10-29 19:53:17 +08:00 |
|
Looly
|
bf03aebcef
|
fix code
|
2019-10-29 19:05:23 +08:00 |
|
Looly
|
3cef7fa9a7
|
fix code
|
2019-10-29 15:20:23 +08:00 |
|
Looly
|
3511952a35
|
add sortJoin
|
2019-10-29 14:45:25 +08:00 |
|
Looly
|
da39e9e646
|
enhance Csv
|
2019-10-29 14:06:32 +08:00 |
|
Looly
|
854d7a9380
|
fix bug
|
2019-10-29 13:00:35 +08:00 |
|
looly
|
4b2f726f5e
|
fix comment
|
2019-10-28 04:06:16 +01:00 |
|
Looly
|
e546ad92d9
|
add io close
|
2019-10-28 10:00:42 +08:00 |
|
Looly
|
09b9e707b9
|
add test
|
2019-10-27 08:13:24 +08:00 |
|
looly
|
07660517b9
|
fix code
|
2019-10-25 10:06:58 +01:00 |
|
peter zhang
|
b5e0630c32
|
support xml namespace
|
2019-10-24 19:04:04 +08:00 |
|
looly
|
9dabb0fd9f
|
fix test
|
2019-10-24 10:04:14 +01:00 |
|
Looly
|
e8dfe71199
|
prepare 5.0.4
|
2019-10-22 18:03:23 +08:00 |
|
Looly
|
c80fa833cf
|
release 5.0.3
|
2019-10-22 15:26:19 +08:00 |
|
Looly
|
4e0cf4cb72
|
prepare 5.0.3
|
2019-10-20 23:36:58 +08:00 |
|
Looly
|
c95b06b47b
|
release 5.0.2
|
2019-10-20 22:42:10 +08:00 |
|