Looly
|
ef0fc738f1
|
UrlBuilder.addPath 方法传入非有效路径字符串时,会出现空指针异常
|
2022-08-27 01:10:13 +08:00 |
|
Looly
|
2327af84ca
|
JWTUtil的parseToken增加空值异常抛出
|
2022-08-27 00:34:33 +08:00 |
|
Looly
|
2b9da605a7
|
QrCodeUtil新增SVG格式、Ascii Art字符画格式
|
2022-08-26 16:56:02 +08:00 |
|
Looly
|
653408e2a0
|
NumberUtil.roundStr() 修改为使用toPlainString
|
2022-08-26 16:31:46 +08:00 |
|
Looly
|
a899435272
|
算法工具类,JWT签名器工具类的一些补充
|
2022-08-20 01:19:13 +08:00 |
|
Golden Looly
|
52add87bff
|
Merge pull request #2546 from CGgeeker/v5-dev
对算法工具类,JWT签名器工具类的一些补充,补充部分已完成ut自测
|
2022-08-20 01:16:38 +08:00 |
|
Looly
|
720031f91c
|
增加替换字符串中第一个指定字符串和最后一个指定字符串方法
|
2022-08-20 01:14:41 +08:00 |
|
Golden Looly
|
d01d1e4704
|
Merge pull request #2533 from Herm2s/v5-dev
feature: StrUtil增加替换字符串中第一个指定字符串和最后一个指定字符串方法
|
2022-08-20 01:13:14 +08:00 |
|
Looly
|
5ca54bb054
|
增加PunyCode处理完整域名
|
2022-08-20 01:11:21 +08:00 |
|
Golden Looly
|
2dd90253e2
|
Merge pull request #2543 from zhaoxinhu/v5-dev
V5 dev
|
2022-08-20 01:06:59 +08:00 |
|
Looly
|
b69ae38829
|
Tree add 类型校验
|
2022-08-20 01:06:37 +08:00 |
|
Golden Looly
|
0fc10205a0
|
Merge pull request #2542 from duhanmin/2538
Tree add 类型校验(#2538)
|
2022-08-20 01:02:05 +08:00 |
|
Golden Looly
|
92b10e72c8
|
Merge pull request #2545 from bitray/v5-master
check whether the CharSequence has letter character
|
2022-08-20 00:59:45 +08:00 |
|
Looly
|
140f2cc255
|
修复 zip 被识别成 jar 和 apk 被识别成 jar 或 zip 的问题
|
2022-08-20 00:56:12 +08:00 |
|
Looly
|
ce6ef4f642
|
修复 zip 被识别成 jar 和 apk 被识别成 jar 或 zip 的问题
|
2022-08-20 00:55:57 +08:00 |
|
Golden Looly
|
6b4e83f612
|
Merge pull request #2548 from FULaBUla/file-type
Fix: 修复 zip 被识别成 jar 和 apk 被识别成 jar 或 zip 的问题
|
2022-08-20 00:55:05 +08:00 |
|
Looly
|
26e5077181
|
修复CollUtil.lastIndexOf序号错误问题
|
2022-08-20 00:54:22 +08:00 |
|
Looly
|
a60aa0ec47
|
IterUtil.getFirst优化
|
2022-08-16 09:58:15 +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
|
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 |
|
Looly
|
5a91443e36
|
fix bug
|
2022-08-06 18:51:28 +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
|
bf98387000
|
新增zip文件解压大小限制,防止zip炸弹
|
2022-07-29 22:04:54 +08:00 |
|
Looly
|
72f0f8da3d
|
fix bug
|
2022-07-29 21:56:48 +08: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 |
|
Looly
|
630ed4775f
|
QrCodeUtil对于DATA_MATRIX生成的形状随机不可指定的功能完善
|
2022-07-22 17:05:04 +08:00 |
|
Looly
|
60a5b38638
|
完善了codec包下一些方法的入参空校验
|
2022-07-22 17:01:20 +08:00 |
|
Looly
|
a853ef6fea
|
Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
|
2022-07-22 16:59:07 +08:00 |
|
Looly
|
b74b7c682c
|
fix code
|
2022-07-22 16:58:52 +08:00 |
|
Looly
|
8a4c8eeef3
|
fix bug
|
2022-07-21 12:07:51 +08:00 |
|
Looly
|
88c36b8bfa
|
修复UrlBuilder无法配置末尾追加“/”问题
|
2022-07-20 13:13:14 +08:00 |
|
Looly
|
1fcee08263
|
修复Console.log应该把异常信息输出位置错误问题
|
2022-07-20 12:16:59 +08:00 |
|
Looly
|
e3b296e89d
|
修复Dict缺少putIfAbsent、computeIfAbsent问题
|
2022-07-19 10:57:18 +08:00 |
|
Looly
|
dfb12eb22c
|
fix doc
|
2022-07-17 22:17:34 +08:00 |
|
Looly
|
ca10c8e7b9
|
fix doc
|
2022-07-17 22:13:55 +08:00 |
|
Looly
|
89dfeb5a76
|
合成注解相关功能重构,增加@Link及其子注解
|
2022-07-17 22:04:54 +08:00 |
|
Looly
|
5ba2ba9e2a
|
PemUtil.readPemPrivateKey支持pkcs#1格式,增加OpensslKeyUtil
|
2022-07-17 21:26:09 +08:00 |
|
Golden Looly
|
b6a4be4aab
|
Merge pull request #2456 from changhr2013/v5-dev
V5 dev
|
2022-07-17 20:08:00 +08:00 |
|
Looly
|
10fd5d9f9b
|
修复CombinationAnnotationElement造成递归循环
|
2022-07-17 18:19:13 +08:00 |
|
Looly
|
5c6e7cf507
|
修复CombinationAnnotationElement造成递归循环
|
2022-07-17 18:17:32 +08:00 |
|
Looly
|
45c5d11449
|
add version comment
|
2022-07-17 00:34:14 +08:00 |
|
Golden Looly
|
071b1fcae3
|
Merge pull request #2442 from thebe4st/v5-dev
cn.hutool.core.util.PageUtil#totalPage增加totalCount为long类型的重载方法
|
2022-07-17 00:32:10 +08:00 |
|
Looly
|
5d500f8f14
|
ReUtil增加getAllGroups重载
|
2022-07-17 00:30:39 +08:00 |
|
Looly
|
eb9df251d5
|
增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isIn
|
2022-07-17 00:15:14 +08:00 |
|
Looly
|
f2cde9a860
|
增加TemporalAccessorUtil.isIn
|
2022-07-17 00:11:21 +08:00 |
|
Looly
|
8a9025ac55
|
修复bmp文件判断问题
|
2022-07-17 00:08:41 +08:00 |
|
Looly
|
6580f1fe99
|
fix comment
|
2022-07-16 12:33:34 +08:00 |
|
Looly
|
ab79193c7e
|
fix code
|
2022-07-16 12:18:21 +08:00 |
|
Golden Looly
|
22366f38f1
|
Merge pull request #2441 from fanthos/patch-1
处理 Partition<T> 的问题
|
2022-07-16 11:43:36 +08:00 |
|
Looly
|
a8db37ce9f
|
修复时间戳为Integer时 时间转换有误问题
|
2022-07-16 11:30:44 +08:00 |
|
Golden Looly
|
8b43bcc1dc
|
Merge pull request #2449 from duhanmin/2447
bug修复 2447 JSONUtil.toBean 当时间戳为Integer时 时间转换有误
|
2022-07-16 11:28:03 +08:00 |
|
Looly
|
9676a663c3
|
增加比较两个LocalDateTime是否为同一天
|
2022-07-16 09:03:12 +08:00 |
|
Looly
|
41f0b2114d
|
修复Dict#containsKey方法没区分大小写问题
|
2022-07-16 08:58:50 +08:00 |
|
Looly
|
3bd48d4a16
|
优化HttpUtil.isHttp判断,避免NPE
|
2022-07-16 08:47:01 +08:00 |
|
Looly
|
e1ba2e79e7
|
ForestMap添加getNodeValue方法
|
2022-07-16 08:41:20 +08:00 |
|
Looly
|
a38e3e52af
|
修复异常socket没有关闭问题
|
2022-07-11 09:15:18 +08:00 |
|
Looly
|
2f5e95dca8
|
add method
|
2022-07-09 12:42:25 +08:00 |
|
Golden Looly
|
9d487d3f36
|
Merge pull request #2437 from duhanmin/v5-dev-du
add containsAll
|
2022-07-09 12:40:22 +08:00 |
|
Looly
|
c7db8b2e16
|
fix code
|
2022-07-08 10:43:53 +08:00 |
|
Looly
|
dc3e87f43b
|
add methods
|
2022-07-07 09:44:03 +08:00 |
|
Looly
|
72b9741928
|
fix comment
|
2022-07-05 22:52:14 +08:00 |
|
Looly
|
abe420b3fe
|
fix comment
|
2022-07-05 22:42:54 +08:00 |
|
Looly
|
bc19e6a924
|
fix comment
|
2022-07-05 22:38:19 +08:00 |
|
Looly
|
6ac537d6c3
|
fix bug
|
2022-07-05 22:26:27 +08:00 |
|
Golden Looly
|
99d83e142f
|
Merge pull request #2428 from SupermanChao/v5-dev
fix:修复CollUtil里面关于可变参数传null造成的crash问题
|
2022-07-05 22:23:57 +08:00 |
|
Looly
|
7f481b3556
|
add ForestMap
|
2022-07-05 22:01:38 +08:00 |
|
Looly
|
34835939d2
|
add method
|
2022-07-05 21:54:41 +08:00 |
|
Looly
|
fc6a0567b4
|
add method
|
2022-07-05 21:47:47 +08:00 |
|
Looly
|
4085c97593
|
add methods
|
2022-07-05 21:27:51 +08:00 |
|
Looly
|
adf23e1cf7
|
fix code
|
2022-06-30 18:40:08 +08:00 |
|
Looly
|
6f24b9d403
|
add methdos
|
2022-06-30 18:31:18 +08:00 |
|
Looly
|
9a6acc8329
|
add isIn
|
2022-06-30 17:54:44 +08:00 |
|
Looly
|
1f5f0b1f58
|
prepare 5.8.5
|
2022-06-27 22:05:52 +08:00 |
|
Looly
|
a9310c2d30
|
fix changelog
|
2022-06-27 21:54:28 +08:00 |
|
Looly
|
fc091b01a2
|
fix test
|
2022-06-27 21:47:38 +08:00 |
|
Looly
|
6d8509155a
|
fix comment
|
2022-06-27 21:42:11 +08:00 |
|
Looly
|
d8047b00c4
|
🐔release 5.8.4
|
2022-06-27 21:35:46 +08:00 |
|
Looly
|
ac11df0889
|
fix bug
|
2022-06-27 21:29:25 +08:00 |
|
Looly
|
a6d4e96a41
|
新增注解扫描器和合成注解
|
2022-06-27 20:25:14 +08:00 |
|
Looly
|
cbb3592a70
|
从配置文件加载任务时,自定义ID避免重复从配置文件加载
|
2022-06-27 20:06:12 +08:00 |
|
Looly
|
8032f828fe
|
localAddressList 添加重构方法
|
2022-06-26 23:49:26 +08:00 |
|
Looly
|
98590cb895
|
fix bug
|
2022-06-23 18:26:58 +08:00 |
|
Golden Looly
|
e4a5acf52b
|
Merge pull request #2400 from TigerBeanst/patch-1
fix isDouble()
|
2022-06-23 18:24:35 +08:00 |
|