Commit Graph
100 Commits
Author SHA1 Message Date
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
Looly c5f37b062e StrUtil.replace歧义,修改为replaceByCodePoint 2024-03-07 16:12:33 +08:00
Looly 923cf3d265 修复JSONUtil序列化和反序列化预期的结果不一致问题 2024-03-06 17:20:09 +08:00
Looly fa67339509 Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev 2024-03-06 17:10:30 +08:00
Golden Looly a5d1c4f010 Merge pull request #3507 from misakacoder/v5-dev
修复JSONUtil.toBean方法中,实体类对象有字段类型为Class时会报错的问题
2024-03-06 17:09:31 +08:00
Looly 17a9701349 修复PathMover对目标已存在且只读文件报错错误问题 2024-03-05 11:41:53 +08:00
Looly 9ef714ad53 add test 2024-03-01 09:27:49 +08:00
Looly e6dc02b421 add comment 2024-02-29 11:21:13 +08:00
Looly 3f7cb8ab5f add test 2024-02-29 11:20:21 +08:00
Looly 832235f5e8 HexUtil#format方法增加prefix参数 2024-02-26 15:57:05 +08:00
Looly 5dd8d51f7a 增加达梦数据库方言 2024-02-22 12:12:02 +08:00
Looly 90ff9dc344 !1178 增加达梦数据库方言upsert支持
Merge pull request !1178 from 吴博/v5-dev
2024-02-22 04:07:48 +00:00
Looly 547acc040c update dependency 2024-02-22 10:03:21 +08:00
Looly 011cd5458e fix commpent 2024-02-21 16:06:00 +08:00
Looly 9e6c403d2f add test 2024-02-20 11:50:58 +08:00
Looly 067d7dc495 FreemarkerEngine修改默认版本参数 2024-02-19 18:45:38 +08:00
Golden Looly 4f83c48d38 Merge pull request #3485 from MatrixMachine/v5-master
更新ExcelWriter.setColumnWidth 注释为1-255个字符宽度
2024-02-19 11:40:17 +08:00
Looly 66d50a405a prepare 5.8.27 2024-02-10 20:30:37 +08:00
Looly a12740fa4a update dependency 2024-02-10 20:27:24 +08:00
Looly aaac1f510d change version 2024-02-10 20:24:10 +08:00
Looly 5cf57f6a64 prepare 5.8.27 2024-02-10 20:21:38 +08:00
Looly 96b486bb5a 🎆release 5.8.26 2024-02-10 20:06:16 +08:00
Looly 90817a1db6 update dependency 2024-02-10 20:04:25 +08:00
Looly 058c801442 修复VersionComparator违反传递问题 2024-02-10 12:37:19 +08:00
Looly 422aaeb96a 通过添加系统属性hutool.crypto.decodeHex强制关闭hex识别以解决hex和Base64歧义问题 2024-02-10 09:33:18 +08:00
Looly 163f1efd43 通过添加系统属性hutool.crypto.decodeHex强制关闭hex识别以解决hex和Base64歧义问题 2024-02-10 08:37:13 +08:00
Looly 44580782f1 MapUtil增加partition方法 2024-02-07 11:24:44 +08:00
Looly 56e7b1d5c6 !1170 MapUtil添加按固定大小划分Map的方法
Merge pull request !1170 from 晨晨/v5-dev
2024-02-07 03:17:42 +00:00
Looly 016b6ef810 修复当sheetName 不存在时,ExcelUtil.getReader方法不会释放文件问题 2024-02-03 11:36:32 +08:00
Looly d87bf2dfd9 add test 2024-02-03 11:04:53 +08:00
Looly 5baf3983b9 update beetl version 2024-02-03 10:50:35 +08:00
Looly d9e72ddfe0 fix code 2024-01-26 18:16:31 +08:00
Looly cba4231e4c 修复CollUtil.containsAll在coll2长度大于coll1时逻辑歧义问题 2024-01-26 16:03:46 +08:00
Looly e4dffeb4c8 修复HtmlUtil.removeHtmlAttr处理空格问题 2024-01-25 18:01:25 +08:00
Looly fc762d9872 add test 2024-01-25 15:57:21 +08:00
Looly 22081e879a 修复SshjSftpSession关闭导致的问题 2024-01-24 10:09:27 +08:00
Looly 4df7a25cc4 add test 2024-01-23 16:29:42 +08:00
Looly cb093e067d 修复BeanToMapCopier获取类型数组越界问题 2024-01-22 09:20:14 +08:00
Looly 97577d7dd2 RedisDS增加user支持 2024-01-19 17:44:14 +08:00
Looly eeeaf7664a 修复UserAgentUtil对QQ浏览器识别问题 2024-01-18 16:12:28 +08:00
Looly 5bbafaafbc 修复BouncyCastleProvider导致graalvm应用报错UnsupportedFeatureError 2024-01-16 12:12:45 +08:00
Golden Looly 96fd4e8ed1 Merge pull request #3464 from human-user/v5-dev
修复BouncyCastleProvider导致graalvm应用报错UnsupportedFeatureError
2024-01-16 12:09:43 +08:00
Looly ebc7c63bbe prepare 5.8.26 2024-01-11 14:06:18 +08:00
Looly 3a1c7538f3 🐶Release 5.8.25 2024-01-11 12:46:25 +08:00
Looly 83bf2472d3 update dependency 2024-01-11 12:43:21 +08:00
Looly 2a66698ef3 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 12:08:39 +08:00
Looly 9ff7608d97 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 10:42:57 +08:00
Looly 4d6684e9ab 修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080) 2024-01-11 10:42:20 +08:00
Looly 1aae080195 修复UserInfo中用户名加/问题 2024-01-09 21:55:21 +08:00
Golden Looly 5f0db8c8ff Merge pull request #3458 from ghostg00/v5-dev
fix 修复获取当前用户名不应加后面的路径/符号
2024-01-09 21:54:00 +08:00
Looly 6a2b585de0 增加ParseConfig,通过增加maxNestingDepth参数避免StackOverflowError问题,修复CVE-2022-45688漏洞 2024-01-05 12:36:31 +08:00
Looly 17d773181e 验证码生成器增加构造方法,可自定义随机数字符集 2024-01-05 09:09:30 +08:00
Looly 7d8c458d4d !1147 可自定义验证码生成器
Merge pull request !1147 from bingxue314159/v5-dev
2024-01-05 01:06:23 +00:00
Looly 7e81e26a6f 修复金额转换为英文时缺少 trillion 单位问题 2024-01-02 13:34:59 +08:00
Golden Looly 14da4e7151 Merge pull request #3454 from zflovecoding/v5-dev
[bug修复] 修复金额转换为英文时缺少 trillion 单位
2024-01-02 13:33:19 +08:00
Looly f0105a2121 修复Druid连接池无法设置部分属性问题 2024-01-02 13:22:38 +08:00
Looly 3b484fdbf7 修复Druid连接池无法设置部分属性问题 2024-01-02 13:21:56 +08:00
Looly f651a18c1d CopyOptions中增加setAutoTransCamelCase方法 2023-12-30 01:13:42 +08:00
Looly da276f801c 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题 2023-12-29 00:26:53 +08:00
Golden Looly a68d57062f Merge pull request #3450 from holmebin/test-branch
Test branch
2023-12-29 00:25:31 +08:00
Looly c68b9df0df WatchServer新增通过Path获取WatchKey方法 2023-12-29 00:19:48 +08:00
Looly 1ceb0e5df6 !1145 新增 文件监听 WatchServer 新增通过 Path 获取 WatchKey 方法
Merge pull request !1145 from 蒋小小/v5-dev
2023-12-28 16:14:20 +00:00
Looly 674c601f86 修复PostgreSQL、H2使用upsert字段大小写问题 2023-12-28 18:48:07 +08:00
Looly 09ee55cc6f fix comment 2023-12-28 18:39:52 +08:00
Looly ab1b2c5e48 修复StrJoin当append内容后调用length()会出现空指针问题 2023-12-26 00:41:06 +08:00
Looly 99303ef7e0 prepare 5.8.25 2023-12-24 00:15:01 +08:00
Looly 6f9279a313 Merge branch 'v5-master' of gitee.com:dromara/hutool into v5-master 2023-12-24 00:03:05 +08:00