2836 Commits

Author SHA1 Message Date
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
Looly
b884cdaedd fix test 2023-03-26 06:18:39 +08:00
Looly
1ac0a904c0 fix doc 2023-03-26 05:56:00 +08:00
Looly
5799e018c1 修复props.toBean 数组字段未赋值问题 2023-03-26 05:53:45 +08:00
Looly
8bd76de6fe 修复NullComparator反转无效问题 2023-03-26 05:04:06 +08:00
Looly
953fc7b18f
!964 NullComparator 比较器bug修复
Merge pull request !964 from 想长大的笨小孩/v5-master
2023-03-25 20:59:27 +00:00
想长大的笨小孩
3c13da5515 !1 NullComparator 比较器bug修复
* 1. 当使用 new PropertyComparator("endTime", false) 时,把null值放到最后,不生效
2023-03-25 10:00:44 +00:00
zzzj
8b0b21f742 commonPrefix与commonSuffix支持空字符串(前缀/后缀)匹配 2023-03-24 11:44:30 +08:00
Looly
7bed31e13f FileUtil增加readLines重载,支持filter 2023-03-24 00:06:32 +08:00
Golden Looly
8395ca12b0
Merge pull request #3006 from li-keguo/feature/filter-readline
add filter read line
2023-03-24 00:03:59 +08:00
Looly
f36c83421e 修复WatchUtil createModify maxDepth传递后没有使用问题 2023-03-24 00:01:13 +08:00
Looly
d192a53bbb NumberUtil增加重载parseXXX方法, 解析失败返回默认值 2023-03-23 23:55:58 +08:00
Golden Looly
59470d1669
Merge pull request #3007 from zzzj1233/v5-dev
Feat: NumberUtil重载parseXXX方法, 解析失败返回默认值, 代替抛出异常
2023-03-23 23:52:16 +08:00
Looly
88c959c4ed 修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题 2023-03-23 22:34:21 +08:00
zzzj
0390c8c606 CharSequenceUtil新增commonPrefix与commonSuffix方法 2023-03-23 18:04:44 +08:00
zzzj
7ce0ddf343 parse( Int/Long/Float/Double/Number ) Test Case 2023-03-23 11:54:53 +08:00
zzzj
88e99a3972 parse( Int/Long/Float/Double/Number ), 支持默认值参数, 解析失败通过返回默认值替代抛出异常 2023-03-23 11:54:20 +08:00
likeguo
d02c662437 add filter read line 2023-03-23 00:19:20 +08:00
likeguo
3c72340868 add filter read line 2023-03-23 00:16:49 +08:00
likeguo
292ceb594b add filter read line 2023-03-22 23:40:40 +08:00
likeguo
8da20d7638 Merge branch 'v5-master' into feature/filter-readline
# Conflicts:
#	hutool-core/src/main/java/cn/hutool/core/io/FileUtil.java
2023-03-22 23:39:02 +08:00
likeguo
4b7da5119b add filter read line 2023-03-22 23:30:03 +08:00
Looly
9cb10bb214 add test 2023-03-21 23:54:49 +08:00
Looly
6f8b4dd818 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题 2023-03-14 23:02:55 +08:00
Looly
6fd8f7f8d8 fix comment 2023-03-14 22:54:24 +08:00
1c6dd7a250 修改 Javadoc 的小问题。 2023-03-14 11:30:29 +08:00
Looly
c6ce5fe215 修复FileMagicNumber长度判断问题导致的越界异常 2023-03-12 15:58:45 +08:00
Looly
a3f48ccb29 修复BeanUtil.hasGetter没有跳过getClass方法的问题 2023-03-12 13:26:00 +08:00
Looly
4cc18740a3 优化ArrayUtil的空判断 2023-03-10 22:06:41 +08:00
Looly
ee57e381b0 改进XmlUtil.xmlToBean,支持xml转bean时父节点忽略大小写 2023-03-10 13:19:39 +08:00
Looly
aef20c411d 改进Calculator.conversion,兼容乘法符号省略写法 2023-03-09 20:41:02 +08:00
Looly
914a7b700c prepare 5.8.16 2023-03-09 19:14:55 +08:00
Looly
eeef29977f backup 5.8.15 2023-03-09 19:13:17 +08:00
Looly
c861931cef prepare 5.8.16 2023-03-09 09:48:29 +08:00
Looly
9bbba8f319 release 5.8.15 2023-03-09 00:20:08 +08:00
Looly
bdceb0013d add test 2023-03-08 23:06:21 +08:00
Looly
3d10a39ea3 修复NumberWithFormat导致转换Long异常问题 2023-03-08 22:40:56 +08:00
Looly
11e3d7acf2
!952 docs:纠正Opt.filter方法的文档描述
Merge pull request !952 from renshiyang/v5-dev
2023-03-07 10:23:36 +00:00
Looly
cc9bd54cc8 add test 2023-03-07 18:22:31 +08:00
任世杨
b62e99d573 docs:纠正Opt.filter方法的文档描述 2023-03-07 14:30:58 +08:00
Looly
bf6871fb6d prepare 5.8.15 2023-03-05 23:18:04 +08:00
Looly
4c9ddb666c 🐸release 5.8.14 2023-03-05 22:47:27 +08:00
Looly
52617b2032 修复FileUtil.moveContent会删除源目录的问题 修复HttpBase.body导致的空指针问题 2023-03-05 22:45:36 +08:00