Commit Graph
100 Commits
Author SHA1 Message Date
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 67a644aa28 fix test 2023-03-31 00:35:42 +08:00
Looly dcd5b51bcf fix test 2023-03-30 23:59:03 +08:00
Looly 838dcb7d3c Number128增加hash和equals方法 2023-03-30 23:39:47 +08:00
Looly 98ece759a0 完善HttpStatus,参考相关规范,补全缺失的状态码 2023-03-29 22:38:30 +08:00
Looly ea7448f3f5 add test 2023-03-29 22:36:21 +08:00
Looly e34eb4314b ExcelWriter在关闭后不清空currentRow,以便复用 2023-03-29 22:11:43 +08:00
Looly cbc2246a37 CollUtil.split优化切割列表参数判断,避免OOM 2023-03-29 22:01:24 +08:00
Golden Looly 1c6c15df07 Merge pull request #3026 from wulangcode/v5-dev
fix:CollUtil.split优化切割列表参数判断,避免OOM
2023-03-29 21:58:15 +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 636f238dbe fix readme 2023-03-28 18:40:41 +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 6394b41cb1 当用户选择ignoreError时,错误对象转JSON也忽略 2023-03-26 09:01:50 +08:00
Looly b884cdaedd fix test 2023-03-26 06:18:39 +08:00
Looly 317d8ee527 当用户选择ignoreError时,错误对象转JSON也忽略 2023-03-26 06:02:22 +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
Golden Looly f7652210a0 Merge pull request #3013 from zzzj1233/v5-dev
fix: commonPrefix与commonSuffix无法匹配空字符串(前缀/后缀)
2023-03-24 18:24:56 +08:00
Looly e40c078533 update dependency 2023-03-24 18:18:33 +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
Looly 1a646df52a add test 2023-03-22 00:07:36 +08:00
Looly 9cb10bb214 add test 2023-03-21 23:54:49 +08:00
Looly 5187fc1a01 fix doc 2023-03-20 23:43:45 +08:00
Looly bd799be30c add test 2023-03-20 23:32:19 +08:00
Looly 19eadb0f78 优化SpringUtil在非Spring环境下的异常 2023-03-20 23:14:04 +08:00
Looly 23b74ed7bf 修复JSONUtil.toBean可能的空指针问题 2023-03-17 01:00:19 +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
Golden Looly 0b033e6ffb Merge pull request #2984 from pen4/oscs_fix_cg84a1gau51v46pfk2n0
fix(sec): upgrade org.yaml:snakeyaml to
2023-03-14 18:29:45 +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 def6fe2b60 修复SXSSFWorkbook调用setComment时错位的问题 2023-03-12 13:18:59 +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 dc5992b139 修复NoSuchMethodError未捕获问题 2023-03-09 20:02:22 +08:00
Looly 50c07dd4d8 修复NoSuchMethodError未捕获问题 2023-03-09 20:00:13 +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 cf3cfe0adf update dependency 2023-03-09 19:11:59 +08:00
Looly ae262ba55e chang dependency version 2023-03-09 11:53:29 +08:00
Looly 7a1fea2c08 chang dependency version 2023-03-09 11:50:05 +08:00
Looly 769bb4777c chang dependency version 2023-03-09 11:47:15 +08:00
Looly 8ffc0650d3 chang dependency version 2023-03-09 11:43:00 +08:00
Looly c861931cef prepare 5.8.16 2023-03-09 09:48:29 +08:00
Looly 9b81e5502d release 5.8.15 2023-03-09 00:23:20 +08:00
Looly 9bbba8f319 release 5.8.15 2023-03-09 00:20:08 +08:00
Looly b087b37bfe update dependency 2023-03-09 00:18:03 +08:00
Looly a5eab9bf8a update dependency 2023-03-09 00:11:06 +08:00
Looly 5af423ddc2 新增followRedirectsCookie配置,支持开启自动重定向携带cookie 2023-03-09 00:03:40 +08:00
Golden Looly afc00aa0b0 Merge pull request #2961 from wxyun2/v5-dev
feat: 新增followRedirectsCookie配置,支持开启自动重定向携带cookie
2023-03-08 23:59:34 +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 cc9bd54cc8 add test 2023-03-07 18:22:31 +08:00
Looly 440091c317 修复Automatic-Module-Name错误问题 2023-03-07 15:24:46 +08:00
Looly 6e3222a693 修复Automatic-Module-Name错误问题 2023-03-07 15:24:32 +08:00
Looly 289138ffa4 fix pom 2023-03-07 15:04:58 +08:00
Looly bf6871fb6d prepare 5.8.15 2023-03-05 23:18:04 +08:00
Looly 0eec1623b2 🐸release 5.8.14 2023-03-05 22:49:21 +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
Looly 51c29abcad 去除冗余插件 2023-03-04 13:48:40 +08:00
Looly 460d09f25b prepare 5.8.14 2023-03-03 23:45:00 +08:00
Looly da81251626 prepare 5.8.14 2023-03-03 23:44:43 +08:00
Looly 09351d3b9d 🐶release 5.8.13 2023-03-03 23:33:42 +08:00
Looly 3dfdd86ca0 修复JWT自定义时间格式后的时间戳转换问题 2023-03-03 23:26:59 +08:00
Looly 2cdce52d4a add test 2023-03-03 22:12:51 +08:00
Looly a717d03420 JavaSourceCompiler#compile增加自定义options重载 2023-03-03 20:51:46 +08:00
Looly ccc316ee8c JavaSourceCompilerTest 2023-03-03 20:43:42 +08:00
Golden Looly dc74b829a4 Merge pull request #2942 from xuwenping123/v5_dev_compile
add source code for dynamic compile
2023-03-03 20:41:14 +08:00
Looly 28b52054b8 HttpRequest#body增加支持Resource重载 2023-03-03 20:37:30 +08:00
Looly 0d11f82ee8 HttpRequest#body增加支持Resource重载 2023-03-03 20:25:27 +08:00
Looly a25a707e3a add test 2023-03-03 18:18:39 +08:00
Golden Looly ce86e51af8 Merge pull request #2943 from 3139487747/patch-2
语法错误
2023-03-03 17:59:58 +08:00
Looly d708f46a09 add test 2023-03-03 17:59:02 +08:00
Looly f5cb27a608 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式 2023-02-28 22:45:56 +08:00
Looly 46b9633768 build(pom): 添加 Automatic-Module-Name属性 2023-02-28 22:34:17 +08:00
Looly 56b67e3420 remove plugin 2023-02-28 22:25:35 +08:00
Looly ef18fbfb64 update dependency 2023-02-28 22:20:40 +08:00
Looly 5fcd4093be PhoneUtil.isTel400800支持400-XXX-XXXX格式 2023-02-28 22:18:57 +08:00
Golden Looly 7ab37b7433 Merge pull request #2926 from CherryRum/v5-dev-lin
build(pom): 添加 Automatic-Module-Name属性
2023-02-28 21:04:31 +08:00
Looly 819bf98d50 修复MutableObj.equals空指针问题 2023-02-24 15:44:38 +08:00
Looly fe7751342e 修复isXXX转换时的匹配问题 2023-02-22 19:33:56 +08:00
Looly fb3ea9a3cf Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev 2023-02-21 20:50:12 +08:00
Golden Looly 6b33b398ed Merge pull request #2904 from whiteChen233/oscs_fix_cfmujggau51vtsb6vdj0
fix(sec): upgrade com.alibaba:QLExpress to 3.3.1
2023-02-21 20:48:52 +08:00
Looly c8124bd0c6 add test 2023-02-21 16:05:25 +08:00