Commit Graph
990 Commits
Author SHA1 Message Date
Looly a0f5970037 fix ZipUtil 2020-07-03 09:50:05 +08:00
Looly d2ec0b2bdb change ArrayUtil 2020-07-03 09:20:46 +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 c8a7d33e82 supress warning 2020-07-02 15:35:35 +08:00
Looly 5023657f8c fix bug 2020-06-29 16:02:51 +08:00
Golden Looly 3ded8d7746 Merge pull request #943 from GRain-long/patch-1
[bug修复]替换Arrays.asList()
2020-06-29 15:58:41 +08:00
Liang Long a7fe161a57 modify Arrays.asList
replace Arrays.asList with new ArrayList
2020-06-28 17:15:37 +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
Looly 3785f0842c fix pr 941 2020-06-28 11:24:19 +08:00
Golden Looly db3d1a1572 Merge pull request #941 from lerry903/v5-dev
fix:github #940
2020-06-28 11:18:37 +08:00
lerry903 6f1b52cff3 Update AioSession.java
fix:github #940
2020-06-26 19:20:47 +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 9355f43af9 add method 2020-06-23 12:16:12 +08:00
Looly 93d68637ef add method 2020-06-23 12:15:28 +08:00
Golden Looly aa2859443d Merge pull request #932 from tianshishouhu/v5-dev
V5 dev
2020-06-23 11:44:30 +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 63ccb9b0eb fix pinyin 2020-06-17 02:15:40 +08:00
Looly 3bca95c34a add read 2020-06-17 00:53:34 +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 3b80f0a3d1 fix nop 2020-06-16 15:31:37 +08:00
Golden Looly 039ff77621 Merge pull request #925 from GRain-long/patch-1
modify BaseAsymmetric.java
2020-06-16 15:27:57 +08:00
Liang Long 422ce00478 modify BaseAsymmetric.java
修改了getPrivateKeyBase64()方法,防止因未传入私钥而带来的空指针异常。
2020-06-16 12:15:36 +08:00
Looly 165b915506 fix pinyin bug 2020-06-16 10:58:55 +08:00
Looly cf19fe3003 fix Big writer bug 2020-06-15 12:00:23 +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 6c17763322 add test 2020-06-12 16:46:27 +08:00
Looly 4843e684b0 add methods 2020-06-12 16:39:42 +08:00
Looly e71422bf86 !130 [新特性]复制创建一个Bean对象, 并忽略某些属性
Merge pull request !130 from DawnCN/v5-dev
2020-06-12 16:26:54 +08:00
Luguoming cab34df313 复制创建一个Bean对象, 并忽略某些属性 2020-06-12 09:04:07 +08:00
Looly fd6c023c78 fix bug 2020-06-10 16:00:34 +08:00
Looly c4b2405325 fix bug 2020-06-10 15:58:47 +08:00
Looly af8739d465 Merge branch 'v5-dev' of github.com:looly/hutool into v5-dev 2020-06-10 15:45:44 +08:00
Golden Looly 373e335015 Merge pull request #915 from hitfire/v5-dev
CollUtil.subtractToList bug fix
2020-06-10 15:43:48 +08:00
hitfire d03e3b5b94 CollUtil.subtractToList bug fix 2020-06-10 15:34:39 +08:00
Looly cd1654521d fix comment 2020-06-08 11:39:16 +08:00