Commit Graph

2828 Commits

Author SHA1 Message Date
Looly
c33550f703 修复FileUtil.createTempFile可能导致的漏洞 2023-05-15 20:48:02 +08:00
Looly
6896fed4c1 SyncFinisher增加setExceptionHandler方法 2023-05-15 19:46:18 +08:00
Looly
609dc4d865 FileUtil.getMimeType增加webp识别 2023-05-14 23:49:28 +08:00
Looly
d91fc69da1 邮箱校验添加对中文的支持 2023-05-14 23:13:12 +08:00
Looly
721faf353a
!997 邮箱校验添加对中文的支持。
Merge pull request !997 from Yiwyn/v5-dev
2023-05-14 15:11:43 +00:00
Looly
61ffa24917 修复ZipReader.get调用reset异常问题 2023-05-14 22:48:52 +08:00
Yiwyn
c5e90f5e69 add method 添加对中文邮箱的校验支持 2023-05-14 16:47:10 +08:00
VampireAchao
6acaae7b11 fix issue I72C6E 2023-05-11 22:59:28 +08:00
Looly
98330b0704 add test 2023-05-11 09:54:34 +08:00
Looly
d87d0c8131 fix comment 2023-05-07 01:11:36 +08:00
zhangxingjia
c61049b90b fix: FileUtil类中createTempFile方法注释错误修复 2023-05-06 18:10:17 +08:00
Looly
0252bd7445 修复NumberUtil mul 传入null的string入参报错问题 2023-05-05 19:23:23 +08:00
Looly
07284d0c62 fix comment 2023-04-26 09:04:12 +08:00
Looly
74d895ccb6 修复JSONUtil.toBean目标存在Map字段无序问题 2023-04-25 16:37:56 +08:00
Looly
9b8f0a0ed4 修复VIN(车架号)正则问题 2023-04-22 22:38:37 +08:00
Looly
4fa9fb8606 add test 2023-04-19 18:44:45 +08:00
Looly
ce1c0bab45 fix decoder bug 2023-04-18 16:35:29 +08:00
Looly
91de866ffa fix decode 2023-04-18 12:24:15 +08:00
Looly
549523db6c add null check 2023-04-18 00:20:48 +08:00
Looly
923aa1cf21 修复URLUtil.decode无法解码UTF-16问题 2023-04-17 23:49:31 +08:00
liam
e465856d31 test(FileUtilTest): 增加测试兼容性
在 jdk 11及更高级的版本中将原来 jre 移除掉,同时将 MimeTable 中加载的 content-type.properties 文件从 jre 移入代码中, 并对该文件进行了扩充,当文件后缀名为 .js 时,会返回 text/javascript
2023-04-17 16:35:26 +08:00
Looly
2651651076 prepare 5.8.19 2023-04-17 00:14:56 +08:00
Looly
89832cdcce release 5.8.18 2023-04-16 23:40:08 +08:00
Looly
5d82f07936 修复CollUtil.reverseNew针对非可变列表异常 2023-04-14 22:55:16 +08:00
Looly
74bf08c5ac prepare 5.8.18 2023-04-12 18:55:52 +08:00
Looly
2672137dbf ☃️release 5.8.17 2023-04-12 17:45:17 +08:00
Looly
6f68e2fac7
!975 修复使用AnnotationUtil.getAnnotationAlias获取注解时可能会出现空指针的问题
Merge pull request !975 from Sparks/v5-dev
2023-04-11 15:16:43 +00:00
Looly
cd310a2bca isNotEmpty修改规则,避开IDEA错误提示 2023-04-11 23:16:32 +08:00
Looly
07d3f26ceb
!974 操作集合之前使用CollUtil.isNotEmpty判断,IDEA会报警告
Merge pull request !974 from 爱花花/v5-dev
2023-04-11 15:01:14 +00:00
Looly
0ebfb8146d CsvReader修改策略,添加可选是否关闭Reader重载,默认不关闭Reader 2023-04-11 22:44:06 +08:00
zhangjiayu
9f1fd664eb 修复使用AnnotationUtil.getAnnotationAlias获取注解时可能会出现空指针的问题 2023-04-11 16:52:58 +08:00
huahua
5a73e06e2b fix: ColUtil的isNotEmpty在idea中会推断空指针 2023-04-11 08:40:39 +08:00
Looly
a97901f0e3 修复Pair反序列化报错问题 2023-04-05 01:05:07 +08:00
Looly
84e8456377 修复SafeConcurrentHashMap.computeIfAbsent可能存在的结果为null的情况 2023-04-02 21:37:50 +08:00
Looly
8ceaaa6428 fix code 2023-04-01 01:14:46 +08:00
Looly
74071035e1 fix code 2023-04-01 01:13:12 +08:00
Looly
2cadd59600 DateUtil.getZodiac增加越界检查 2023-03-31 21:58:04 +08:00
Looly
4bc25e92d8 修复MapUtil.computeIfAbsent可能存在的并发问题 2023-03-31 21:34:05 +08:00
Looly
8420a9b0a1 NamingCase.toCamelCase新增重载,可选是否转换其他字符为小写 2023-03-31 13:40:46 +08:00
Looly
b167fa1d16 add test 2023-03-31 13:31:14 +08:00
Looly
4fcdabb3f2 修复FileUtil.move传入相同目录或子目录丢失源目录的问题 2023-03-31 13:25:03 +08:00
Looly
838dcb7d3c Number128增加hash和equals方法 2023-03-30 23:39:47 +08:00
Looly
cbc2246a37 CollUtil.split优化切割列表参数判断,避免OOM 2023-03-29 22:01:24 +08:00
wulang
2a8444b11f fix test 2023-03-29 18:57:02 +08:00
wulang
d343051db5 fix:CollUtil.split优化切割列表参数判断,避免OOM 2023-03-29 16:30:27 +08:00
Looly
7af3344b5e add test 2023-03-29 12:20:58 +08:00
Looly
73cf56f3a2 SerializeUtil.deserialize增加白名单类,避免RCE vulnerability 2023-03-28 19:09:59 +08:00
Looly
e36bee21ec add test 2023-03-27 19:50:38 +08:00
Looly
2a7c1bbb04 prepare 5.8.17 2023-03-26 09:26:53 +08:00
Looly
d7de4dd4e7 release 5.8.16 2023-03-26 09:05:45 +08:00