4151 Commits

Author SHA1 Message Date
ray bi
ef0c6b82ad move method into CharSequenceUtil 2022-08-18 11:20:23 +08:00
zhaoxinhu
331fd1f2bc 调整方法修饰符为public并添加junit测试例子 2022-08-18 09:02:43 +08:00
zhaoxinhu
914463b4d8 punycode转码完整域名 2022-08-18 08:58:05 +08:00
duhanmin
50dc4f7a18 del 2022-08-16 14:55:56 +08:00
duhanmin
6196f83caa Tree add 类型校验 2022-08-16 14:45:32 +08:00
ray bi
2630befe2d check whether the string has letter character 2022-08-16 13:23:43 +08:00
Looly
a60aa0ec47 IterUtil.getFirst优化 2022-08-16 09:58:15 +08:00
Looly
4c1a88ee2f
!753 IterUtil.getFirst优化
Merge pull request !753 from 这是一个腊鸡/v5-dev
2022-08-16 01:55:21 +00:00
青韵
1c457414b9 IterUtil当为List时直接获取值 2022-08-15 22:39:16 +08:00
herm2s
d6aa8fdb96 feature: StrUtil增加替换字符串中第一个指定字符串和最后一个指定字符串方法 2022-08-15 17:50:11 +08:00
Looly
2f66008d02 NumberUtil.parseInt忽略科学计数法 2022-08-15 10:10:17 +08:00
Looly
e6b89806f4 fix doc 2022-08-15 09:12:54 +08:00
Looly
92ca87a8fc DateUtil.parseUTC支持只有时分的格式 2022-08-15 09:11:53 +08:00
Looly
993f94f9f3 update dependency 2022-08-11 21:38:26 +08:00
Looly
68666e2557 CollUtil新增addIfAbsent方法 2022-08-11 21:33:48 +08:00
Looly
1482e8e371
!750 CollUtil新增addIfAbsent方法
Merge pull request !750 from 这是一个腊鸡/v5-dev
2022-08-11 13:32:46 +00:00
青韵
f77fd600a3 CollUtil参照Map.putIfAbsent,新增集合的addIfAbsent方法 2022-08-10 22:34:04 +08:00
Looly
0fdec254ed UrlBuilder的toURI方法将url重复编码 2022-08-09 21:14:49 +08:00
Looly
c4a33819b3 修复SecureUtil类中HMAC算法加密器创建方法传入的key参数为空时抛异常问题 2022-08-09 20:28:17 +08:00
Golden Looly
8100983081
Merge pull request #2521 from andglf/v5-dev
修复SecureUtil类中HMAC算法加密器创建方法传入的key参数为空时抛异常问题
2022-08-09 20:26:04 +08:00
高龙
a55a0be539 修复SecureUtil类中HMAC算法加密器创建方法传入的key参数为空时抛异常问题 2022-08-08 19:47:32 +08:00
Looly
5a91443e36 fix bug 2022-08-06 18:51:28 +08:00
hiqiuyi
6c32295a37 指定压缩后图片的背景色 2022-08-04 14:49:03 +08:00
Looly
0b14f237f7
!736 更新 ReflectUtil#setFieldValue 的 javadoc,使其与方法的实际行为相符
Merge pull request !736 from 刘忠燏/v5-dev
2022-08-03 09:19:19 +00:00
Liu Zhongyu
97dd0d5f0d 更新 ReflectUtil#setFieldValue 的 javadoc,使其与方法的实际行为相符 2022-08-03 16:07:08 +08:00
hiqiuyi
cb368e2b6e 删除不必要的代码 2022-08-01 15:43:17 +08:00
Looly
f9610d523d 修复https下可能的Patch、Get请求失效问题 2022-07-30 00:59:25 +08:00
Looly
6bdd6924ea prepare 5.8.6 2022-07-30 00:09:07 +08:00
Looly
b1642d4625 ☃️release 5.8.5 2022-07-29 23:52:58 +08:00
Looly
2e349104a3 fix code 2022-07-29 23:48:40 +08:00
Looly
99d1835e38 CompressUtil增加压缩和解压tgz(.tar.gz)文件 2022-07-29 22:39:51 +08:00
Looly
52dec0c301 修复Convert#toMap默认转成HashMap的问题 2022-07-29 22:13:46 +08:00
Looly
d4d8522cd4
!729 修复Convert#toMap默认转成HashMap的问题,关联issue#I5IG1F
Merge pull request !729 from 问北/v5-dev
2022-07-29 14:09:08 +00:00
Looly
bf98387000 新增zip文件解压大小限制,防止zip炸弹 2022-07-29 22:04:54 +08:00
Looly
a8c6cf94cd
!726 新增zip文件解压大小限制,防止zip炸弹
Merge pull request !726 from mingwang/v5-master
2022-07-29 13:59:10 +00:00
Looly
72f0f8da3d fix bug 2022-07-29 21:56:48 +08:00
Looly
f798b39dfa
!727 修复isBase64判断不准确的问题
Merge pull request !727 from uyong/v5-dev
2022-07-29 13:55:37 +00:00
Looly
a5e1f2f3c6 NetUti类中ipv6ToBitInteger方法名称建议修改成ipv6ToBigInteger 2022-07-29 21:51:12 +08:00
Golden Looly
2e4c81bd01
Merge pull request #2485 from yujr1990/v5-dev
建议修改方法名,HashMap未设置初始化大小值,建议设置
2022-07-29 21:46:49 +08:00
Looly
22259e568f add test 2022-07-29 21:39:01 +08:00
Golden Looly
4344834ac2
Merge pull request #2475 from hiqiuyi/v5-dev
根据文字创建透明背景的PNG图片
2022-07-29 21:33:30 +08:00
Looly
3608cbb20f fix comment 2022-07-29 21:29:08 +08:00
Golden Looly
4123efcad9
Merge pull request #2492 from duhanmin/2484-v
测试在非覆盖模式下,来源对象值为null则不覆盖
2022-07-29 21:16:04 +08:00
Golden Looly
7bdd205612
Merge pull request #2493 from samho2008/patch-20220729
优化 PatternPool 中 TIME 的魔法值,复用 RegexPool 中的常量
2022-07-29 21:04:46 +08:00
sam
685071cff9 优化 PatternPool 中 TIME 的魔法值,复用 RegexPool 中的常量 2022-07-29 12:11:37 +08:00
duhanmin
348b0652b6 测试在非覆盖模式下,来源对象值为null则不覆盖 2022-07-28 21:22:00 +08:00
yujr
84664a9a69 @yujr
@0001
@修改方法名不合理,HashMap未设置初始化大小值
2022-07-27 10:25:09 +08:00
wenbei
971dcd06ad 添加pageTest方法,测试issue#I5IG1F 2022-07-26 13:58:45 +08:00
wenbei
bb85c40924 1.更新 Convert.toMap方法注释,格式化代码
2.删除mapToMapWithSelfTypeTest方法多余空行
2022-07-26 12:33:09 +08:00
wenbei
de52d71031 1.update Convert.toMap, If value is a map type, use its own type; otherwise, use HashMap
2.add Convert.toMap, Overload a method to specify the map type of conversion
2022-07-26 11:55:00 +08:00