Commit Graph
100 Commits
Author SHA1 Message Date
Looly 38592915eb 🍼release 5.8.28 2024-05-29 11:48:00 +08:00
Looly be39341b81 add test 2024-05-29 11:39:58 +08:00
Looly 503df65777 NumberUtil.pow支持负数 2024-05-29 10:37:51 +08:00
Looly d58b2fcfea add test 2024-05-28 17:35:22 +08:00
Looly dffac9dc86 fix code 2024-05-24 17:26:17 +08:00
Looly 2f1583a931 LocalDateTimeUtil增加beginOfDay和endOfDay重载 2024-05-23 16:58:08 +08:00
Looly 1fc4148021 CsvWriter增加重载writeBeans方法,支持可选bean字段 2024-05-23 15:13:34 +08:00
Looly cba4a832eb !1222 CsvWriter 重载 writeBeans 方法
Merge pull request !1222 from nickname/v5-master
2024-05-23 07:09:14 +00:00
Looly 996bf90db2 ignore test 2024-05-20 17:23:54 +08:00
Looly 9d4e69d4ed 修复FileUtil#getTotalLines在JDK9+结果错误问题 2024-05-20 16:40:21 +08:00
Looly 228785b1b2 getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高 2024-05-20 09:27:10 +08:00
Looly 9e1beae3eb 修复BooleanUtil.andOfWrap针对null错误问题 2024-05-17 17:02:53 +08:00
Looly fe01021c72 add test 2024-05-17 16:46:01 +08:00
Looly b6b2107794 Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev 2024-05-17 09:33:03 +08:00
Looly a99adf6091 ListUtil.setOrPadding增加重载,可选限制index大小 2024-05-17 09:32:45 +08:00
Looly db808904c2 add test 2024-05-15 22:35:49 +08:00
Looly b235c29101 update bc 2024-05-15 11:19:42 +08:00
Looly 1bc39d8ba9 修复BiMap.put错误的返回值 2024-05-14 09:53:20 +08:00
Looly a22235e8af gts 2024-05-14 09:50:01 +08:00
Looly ec3ac96fdf !1219 优化 CharSequenceUtil工具类 startWithAny()、startWithAnyIgnoreCase() 参数命名错误问题
Merge pull request !1219 from KonBAI/v5-dev
2024-05-14 01:46:40 +00:00
Looly 52f287e2dd fix comment 2024-05-13 16:31:35 +08:00
Looly 355f6d0d86 增加IdConstants,提高Snowflake初始化性能 2024-05-13 16:03:11 +08:00
Looly 422f36b23e 增加IdConstants,提高Snowflake初始化性能 2024-05-13 15:52:54 +08:00
Looly 8e62f5ce44 修复NumberWordFormatter.format小数问题 2024-05-11 11:57:25 +08:00
Looly 5556f74688 fix comment 2024-05-10 18:43:15 +08:00
Looly dd4390508e HttpRequest#get不再尝试File路径 2024-05-10 17:35:46 +08:00
Looly deb2d98a2e HttpRequest#get不再尝试File路径 2024-05-10 17:27:19 +08:00
Looly 8a88a9daa1 修复EnumUtil空指针问题 2024-05-10 11:28:36 +08:00
Looly fab02fc0b6 修复EnumUtil空指针问题 2024-05-10 11:25:16 +08:00
Looly e86c264dfc 增加OceanBase的driver推断 2024-05-09 17:33:11 +08:00
Looly 7fe875e589 !1217 hutool-db目前不支持ocenbase的推断,希望添加
Merge pull request !1217 from Lone/v5-dev
2024-05-09 09:29:31 +00:00
Looly 1dab5a70fc PropertyComparator增加compareSelf构造重载 2024-05-09 10:13:19 +08:00
Looly 829fecdc38 fix test 2024-05-08 17:17:28 +08:00
Looly bee80f3d14 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标 2024-05-08 16:57:15 +08:00
Looly f8dbf66bc9 修复FuncComparator.thenComparing不生效问题 2024-05-06 16:24:11 +08:00
Looly d07cece0d4 增加ExceptionFilter和DefaultExceptionFilter支持异常处理 2024-05-06 15:52:00 +08:00
Looly 768e890e2c 修复Oracle下特殊表名导致meta信息获取不到问题 2024-04-29 12:55:13 +08:00
Looly cce1b9aaa1 修复ZipReader.checkZipBomb遇到空目录报错问题 2024-04-28 22:57:39 +08:00
Looly 5a1b50f1de 修复HttpDownloader全局超时无效问题 2024-04-26 15:30:04 +08:00
Looly 88cf47b5bb 修复HttpDownloader全局超时无效问题 2024-04-25 09:34:36 +08:00
Looly 7b1d72c029 add test 2024-04-25 09:07:59 +08:00
Looly 73e8c67d0b Captcha.setBackground为null时背景透明 2024-04-24 14:46:09 +08:00
Looly c0807bfa49 修复FileUtil.copyFile没有创建父目录导致的问题 2024-04-24 13:22:46 +08:00
Looly f1aab33dc1 add test 2024-04-22 13:15:28 +08:00
Looly 0942cf2c60 修复CronPattern.nextMatchAfter匹配初始值问题 2024-04-22 01:50:23 +08:00
Looly c02460423e NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法 2024-04-21 08:12:07 +08:00
Golden Looly 8279681651 Merge pull request #3552 from JTongChen/v5-dev
feat: NumberChineseFormatter提供阿拉伯转中文支持多位小数的方法
2024-04-21 08:06:24 +08:00
Looly 05c554605b add test 2024-04-21 07:57:44 +08:00
Looly 2b6326ca94 修复TemporalAccessorConverter自定义格式转换问题 2024-04-20 16:52:31 +08:00
Looly 7a5f910aa7 修复HttpRequest.header相同key被覆盖问题 2024-04-20 15:29:29 +08:00
Looly cab1cade77 CacheUtil.newTimedCache增加有schedulePruneDelay参数的重载方法 2024-04-18 16:34:39 +08:00
Looly 0b9b578f61 修复RandomUtil.randomStringWithoutStr方法问题 2024-04-17 15:29:26 +08:00
Looly c108cbf001 解决CalendarUtil.isSameDay时区不同导致结果错误问题 2024-04-16 17:28:56 +08:00
Golden Looly 604be1e9b2 Merge pull request #3548 from RuiGao98/v5-dev
CalendarUtil在比较同一天、同一月、同一周的时候,如果两个时区不一致会导致结果不符合预期
2024-04-16 17:22:29 +08:00
Looly bed323841a !1205 [文档注释错误修复] 将cn.hutool.crypto包下的SignUtil类原注释“非堆成签名”,修改为“非对称签名”
Merge pull request !1205 from Matthew Zhang/v5-dev
2024-04-15 03:53:14 +00:00
Looly c4aa7989bc 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型问题 2024-04-15 11:51:17 +08:00
Looly 5b02397102 !1207 解决oracle情况下setObject(inputStream)报错问题,java.sql.SQLException: 无效的列类型
Merge pull request !1207 from 我是木予/v5-dev
2024-04-15 03:48:36 +00:00
Looly 6fc1ba09d9 修复CompressUtil工具多出\问题 2024-04-15 11:16:29 +08:00
Looly 8e91ef2938 JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型 2024-04-11 21:45:12 +08:00
Looly 5fa835d702 增加设置验证码大小和针对alias注释 2024-04-11 21:28:45 +08:00
Golden Looly 9ccb57e94e Merge pull request #3533 from gg1229505432/v5-dev
fix: add introduction for setOnlyAlias
2024-04-11 21:25:04 +08:00
Looly 68530d9e5b 修复FileMagicNumber.getMagicNumber空指针问题 2024-04-11 21:01:52 +08:00
Looly 9a6ac21798 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题 2024-04-08 17:31:25 +08:00
Looly 983eccf3e6 !1201 清除 cn.hutool.core.util.StrUtil.toStringOrEmpty 方法的 @author 信息
Merge pull request !1201 from ahwei/v5-dev
2024-04-08 08:17:30 +00:00
Looly eb98a473af 设置jsch登录认证方式,跳过Kerberos身份验证 2024-04-07 15:35:37 +08:00
Golden Looly c96133f017 Merge pull request #3530 from rocsun/v5-dev
设置jsch登录认证方式,跳过Kerberos身份验证
2024-04-07 15:33:14 +08:00
Looly 5317f3539d fix comment 2024-04-03 12:49:53 +08:00
Looly acaf369244 !1197 修改返回值注释描述误解
Merge pull request !1197 from feng/v5-dev
2024-04-03 04:44:29 +00:00
Looly 28222dd349 StrUtil增加toStringOrEmpty方法 2024-04-03 12:45:08 +08:00
Looly 562d41386f !1198 [Feat] cn.hutool.core.util.StrUtil增加新方法 toStringOrEmptyStr, 调用对象的toString方法, null会返回空字符串 ""
Merge pull request !1198 from ahwei/v5-dev
2024-04-03 04:40:18 +00:00
Looly d088fd1f7d add test 2024-04-03 12:37:28 +08:00
Looly c694628154 修正XmlUtil的omitXmlDeclaration描述注释 2024-04-01 16:27:56 +08:00
Looly 8723aad75d fix comment 2024-03-29 15:54:48 +08:00
Looly dac3684de5 prepare 5.8.28 2024-03-29 12:30:31 +08:00
Looly 3e716fcf0a 🐶release 5.8.27 2024-03-29 12:10:14 +08:00
Golden Looly d773a59da6 Merge pull request #3527 from yearliny/v5-dev
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
2024-03-29 11:25:24 +08:00
Looly 74226c4f5e 修复cron中在小月时使用“L”的计算问题 2024-03-29 11:22:56 +08:00
Looly bdaa89fbd0 !1189 尝试修复cron中在小月时使用“L”的计算bug
Merge pull request !1189 from emptypoint/fix-cron-bug
2024-03-29 01:12:33 +00:00
Looly 339b8869ad 新增RFC2822日期格式解析支持 2024-03-28 23:19:17 +08:00
Looly 94b28801a3 supoort 2024-03-28 23:13:36 +08:00
Looly eebec03334 修复图片操作未调用flush导致资源未释放问题 2024-03-28 22:26:32 +08:00
Looly abfa378ce0 新增数据库Wrapper支持反解 2024-03-28 15:53:11 +08:00
Looly c93e28d775 !1192 新增 数据库 wrapper 支持反解
Merge pull request !1192 from 蒋小小/v5-dev
2024-03-28 07:49:16 +00:00
Looly 1eb6e24124 add test 2024-03-26 20:06:04 +08:00
Looly db2b6929ba Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev 2024-03-26 19:59:47 +08:00
Golden Looly db83312320 Merge pull request #3526 from co-pine/v5-dev
修改 CharSequenceUtil.ordinalIndexOf 方法的注释
2024-03-26 19:58:26 +08:00
Looly 2f7938492e 优化ThreadUtil.safeSleep,使用System.nanoTime() 2024-03-26 18:13:46 +08:00
Looly 8e26dd001b fix name 2024-03-23 09:41:43 +08:00
Looly 6ec135486c fix code 2024-03-20 16:41:35 +08:00
Looly a1f591c099 修复ClassUtil.getTypeArgument() 获取泛型存在null问题 2024-03-18 11:53:33 +08:00
Looly bf890d17f1 修复ClassUtil.getTypeArgument() 获取泛型存在null问题 2024-03-18 09:53:15 +08:00
Looly 03a92830a6 修复Graphics2D的资源没释放问题 2024-03-15 16:37:41 +08:00
Looly 3a70158d96 !1188 修正CHANGELOG_5.0-5.7.md文档内容有误的问题
Merge pull request !1188 from 这个网名不错/v5-dev
2024-03-15 08:31:26 +00:00
Looly 6d9791fd11 !1187 修改ipv6脱敏注释错误
Merge pull request !1187 from 风澈/v5-dev
2024-03-13 07:19:22 +00:00
Looly d18babc83f add test 2024-03-12 17:59:33 +08:00
Looly 126674a453 修复DateUtil.betweenYear闰年2月问题 2024-03-12 17:32:55 +08:00
Looly f15612cd55 修复CVE-2022-22885,HttpGlobalConfig可选关闭信任host 2024-03-12 10:29:38 +08:00
Looly f2e154f5b5 add test 2024-03-12 10:03:05 +08:00
Looly 65ec4cf3aa FileUtil和PathUtil增加Resource重载 2024-03-11 23:39:36 +08:00
Looly 21bf415eab FileUtil和PathUtil增加Resource重载 2024-03-11 23:10:57 +08:00