Commit Graph

  • ac5abab4ea fix test Looly 2025-06-23 19:26:51 +08:00
  • e0275c56ac fix test Looly 2025-06-23 19:22:19 +08:00
  • 9d9d326aa8 fix comment Looly 2025-06-23 19:15:22 +08:00
  • 73635fd1b2 remove module-info Looly 2025-06-23 18:46:57 +08:00
  • caf0ca658e update spring to 3.x Looly 2025-06-23 17:24:25 +08:00
  • 826665618c 🐢prepare5.8.40 bugo 2025-06-23 13:45:56 +08:00
  • 6469e7bea6 🐢prepare bugo 2025-06-23 12:38:46 +08:00
  • f6ba182f52 🚀release5.8.39 v5-master bugo 2025-06-23 10:47:39 +08:00
  • b05f45a76f prepare M23 Looly 2025-06-22 18:02:30 +08:00
  • fbf1b6cd1f update central-publishing-maven-plugin Looly 2025-06-20 18:40:20 +08:00
  • cd40a65195 update central-publishing-maven-plugin Looly 2025-06-20 18:40:13 +08:00
  • 9fbf8d85d1 update central-publishing-maven-plugin Looly 2025-06-20 18:40:04 +08:00
  • 0655b26b73 RetryableTask: 避免最后一次任务执行时的线程睡眠 Looly 2025-06-20 18:00:15 +08:00
  • 667915d05c Merge pull request #3943 from toint-admin/v6-dev Golden Looly 2025-06-20 18:00:04 +08:00
  • 3e56130847 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee) Looly 2025-06-20 17:54:47 +08:00
  • c738c2b42b 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee) Looly 2025-06-20 17:54:40 +08:00
  • 0c19f0b9a4 !1343 可召回批处理线程池执行器,主线程、线程池混合执行批处理任务,主线程空闲时会尝试召回线程池队列中的任务执行 Merge pull request !1343 from lk/v5-dev Looly 2025-06-20 09:50:11 +00:00
  • 68bcc8f5de 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github) Looly 2025-06-20 17:34:37 +08:00
  • 6574dd010b 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github) Looly 2025-06-20 17:34:29 +08:00
  • a504fa860c 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github) Looly 2025-06-20 17:34:24 +08:00
  • a60c70ca86 Merge pull request #3958 from IcoreE/yanzhongxin-v5-dev Golden Looly 2025-06-20 17:28:14 +08:00
  • 2493b8da8b Db添加FetchSize的全局设置(pr#3978@Github) Looly 2025-06-20 11:43:19 +08:00
  • a10181dab2 Merge pull request #3978 from yry0304/v5-dev Golden Looly 2025-06-20 11:41:22 +08:00
  • 698443860f add setFetchSize and FetchDirection Looly 2025-06-20 11:40:49 +08:00
  • d296b94a9b add setFetchSize and FetchDirection Looly 2025-06-20 11:37:22 +08:00
  • 28b21d7617 Merge pull request #3970 from asukavuuyn/v5-dev Golden Looly 2025-06-20 11:06:37 +08:00
  • 39f51ee899 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github) Looly 2025-06-20 11:05:57 +08:00
  • 90b83d16a5 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github) Looly 2025-06-20 11:05:49 +08:00
  • 8deed41367 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github) Looly 2025-06-20 11:05:41 +08:00
  • 3b759bfae1 !1362 test(ReflectUtilTest): ReflectUtil#getFieldMap 如果子类与父类中存在同名字段,则后者覆盖前者。 Merge pull request !1362 from tanpenggood/v5-master Looly 2025-06-20 03:01:21 +00:00
  • 0c9c6ce655 add comment Looly 2025-06-20 10:46:57 +08:00
  • aaa6932ae1 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github) Looly 2025-06-20 10:43:20 +08:00
  • 8aff7bfb66 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github) Looly 2025-06-20 10:43:14 +08:00
  • 5919837386 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github) Looly 2025-06-20 10:43:09 +08:00
  • 46249c257f add test Looly 2025-06-20 10:33:52 +08:00
  • a368ab544d Db添加FetchSize的全局设置,用户可以根据内存性能自主调节JDBC每次结果集获取的记录数量,海量数据加载时可提高性能 杨若瑜 2025-06-20 00:47:21 +08:00
  • 6a58bfe9b2 fix(Money): currency scaling bug asukavuuyn 2025-06-16 23:42:17 +08:00
  • 5a3acc6b80 fix comment Looly 2025-06-14 19:04:05 +08:00
  • d2d5e3092f fix comment Looly 2025-06-14 19:02:40 +08:00
  • 41141cd824 gts Looly 2025-06-14 19:02:25 +08:00
  • 580c34bbfa 修复TEL_400_800正则规则太窄问题(issue#3967@Github) Looly 2025-06-14 18:40:35 +08:00
  • bf7777cdc9 修复TEL_400_800正则规则太窄问题(issue#3967@Github) Looly 2025-06-14 18:40:30 +08:00
  • 2a602d0bd4 修复TEL_400_800正则规则太窄问题(issue#3967@Github) Looly 2025-06-14 18:40:25 +08:00
  • 6c8fc623f0 test(ReflectUtilTest): ReflectUtil#getFieldMap 如果子类与父类中存在同名字段,则后者覆盖前者。 tanpenggood 2025-06-12 01:50:00 +08:00
  • 28d1a8cdff 文本及富文本支持自定义规则脱敏 Looly 2025-06-09 17:21:42 +08:00
  • c64e48e037 文本及富文本支持自定义规则脱敏 Looly 2025-06-09 17:21:35 +08:00
  • 04a0b342e4 !1348 feat: 【新特性】文本及富文本支持自定义规则脱敏 Merge pull request !1348 from ject_sg/ht-jf Looly 2025-06-09 08:57:56 +00:00
  • 8b7d621cd7 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee) Looly 2025-06-09 16:57:14 +08:00
  • 484cdb9e4f 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee) Looly 2025-06-09 16:57:05 +08:00
  • 62be1b0fe0 !1358 fix:解决threadutil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题 Merge pull request !1358 from konggang/fix-threadutil Looly 2025-06-09 08:56:06 +00:00
  • 7c2746c76a fix connection pool bug Looly 2025-06-09 16:41:45 +08:00
  • 8be799e685 fix connection pool bug Looly 2025-06-09 16:41:39 +08:00
  • b68e180ad5 fix comment Looly 2025-06-09 12:24:31 +08:00
  • ea09b76332 Merge pull request #3954 from toint-admin/validation Golden Looly 2025-06-09 12:23:04 +08:00
  • d015404248 Assert新增断言给定集合为空的方法以及单元测试用例(pr#3952@Github) Looly 2025-06-09 12:22:21 +08:00
  • d786c8e62d Merge pull request #3952 from baofeidyz/v5-dev Golden Looly 2025-06-09 12:20:53 +08:00
  • e1d68e61df Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev Looly 2025-06-09 12:10:38 +08:00
  • 2c8070f324 HttpConfig增加参数setIgnoreContentLength可选忽略读取响应contentLength头(issue#ICB1B8@Gitee) Looly 2025-06-09 12:01:29 +08:00
  • abae998de5 !1360 同步CHANGELOG信息 Merge pull request !1360 from eli_chow/v5-dev eli_chow 2025-06-09 03:44:28 +00:00
  • 86e5f19197 同步CHANGELOG信息 choweli 2025-06-09 11:42:58 +08:00
  • 4942367ab4 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee) Looly 2025-06-09 11:32:30 +08:00
  • fe597605cf 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee) Looly 2025-06-09 11:32:19 +08:00
  • 5931264706 修复ReentrantCache的clear存在的外部资源泄露问题 yanzhongxin 2025-06-06 15:05:55 +08:00
  • 9f4a7b7d9e update docs/apidocs/index.html. 更新百度统计 chinabugotech 2025-06-05 07:15:46 +00:00
  • 37fb3afce7 更新百度统计代码 chinabugotech 2025-06-05 06:56:47 +00:00
  • 4cf41c444f fix:解决threadutil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题 孔纲 2025-06-05 10:20:18 +08:00
  • 7739f8b015 修复putWithoutLock存在的外部资源泄露问题 yanzhongxin 2025-06-04 15:03:11 +08:00
  • d960f5b353 !1357 hutool-ai新增SSE流式响应,增加Hutool-AI平台服务,增加超时时间配置 Merge pull request !1357 from eli_chow/v7-dev eli_chow 2025-06-04 06:48:09 +00:00
  • faf9897097 hutool-ai新增SSE流式响应,增加Hutool-AI平台服务,增加超时时间配置 choweli 2025-06-04 14:47:15 +08:00
  • 8595c0a988 !1356 hutool-ai新增SSE流式响应,增加Hutool-AI平台服务,增加超时时间配置 Merge pull request !1356 from eli_chow/v6-dev eli_chow 2025-06-04 06:16:24 +00:00
  • b0b44e2ec6 hutool-ai新增SSE流式响应,增加Hutool-AI平台服务,增加超时时间配置 choweli 2025-06-04 14:11:41 +08:00
  • 6d851488de !1355 增加超时时间和读取超时时间设置 Merge pull request !1355 from eli_chow/v5-dev eli_chow 2025-06-04 02:59:17 +00:00
  • 82399a185e 增加超时时间和读取超时时间设置 choweli 2025-06-04 10:58:13 +08:00
  • 3be0111884 !1354 Hutool-AI接口地址修改 Merge pull request !1354 from eli_chow/v5-dev eli_chow 2025-06-03 02:33:28 +00:00
  • 017a7b5c98 Hutool-AI接口地址修改 choweli 2025-06-03 10:31:16 +08:00
  • cdfdf6f5bd 完善 ValidationUtil 校验嵌套对象使用注释 Toint 2025-05-31 07:22:36 +08:00
  • d98cded437 Merge branch 'chinabugotech:v6-dev' into v6-dev Toint 2025-05-31 06:54:52 +08:00
  • 04f9784d08 !1352 新增Hutool-AI服务 Merge pull request !1352 from eli_chow/v5-dev eli_chow 2025-05-30 06:50:37 +00:00
  • 008b9fd662 新增Hutool-AI服务 choweli 2025-05-30 14:42:24 +08:00
  • 322c079abf 新增Hutool-AI服务 choweli 2025-05-30 14:36:48 +08:00
  • 5b10fedfef Assert新增断言给定集合为空的方法以及单元测试用例 baofeidyz 2025-05-29 11:19:01 +08:00
  • 420e54a37d 修复ExcelPicUtil中可能的空指针异常 Looly 2025-05-27 12:20:15 +08:00
  • 7c74c789e1 feat: 【新特性】文本及富文本支持自定义规则脱敏 xjf 2025-05-26 10:53:37 +08:00
  • 7f3be3038a add test Looly 2025-05-26 08:37:49 +08:00
  • 3d3cadd1bc 优化XXXToMapCopier的部分性能(pr#1345@Gitee) Looly 2025-05-23 21:54:13 +08:00
  • a34637f071 优化XXXToMapCopier的部分性能(pr#1345@Gitee) Looly 2025-05-23 21:54:05 +08:00
  • 596cdc2984 优化XXXToMapCopier的部分性能(pr#1345@Gitee) Looly 2025-05-23 21:47:29 +08:00
  • dc54b89b87 优化XXXToMapCopier的部分性能(pr#1345@Gitee) Looly 2025-05-23 21:47:23 +08:00
  • 4e1b468096 !1345 优化XXXToMapCopier的部分性能 Merge pull request !1345 from IzayoiYurin/v5-dev Looly 2025-05-23 13:46:36 +00:00
  • a51da7369d 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee) Looly 2025-05-23 21:41:30 +08:00
  • 115b4b91c4 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee) Looly 2025-05-23 21:41:24 +08:00
  • 5f5ead1129 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee) Looly 2025-05-23 21:41:18 +08:00
  • 95ee9a0cb5 DesensitizedUtil新增护照号码脱敏功能(pr#1347@Gitee) Looly 2025-05-23 21:37:38 +08:00
  • 8f0777eadd !1347 feat: DesensitizedUtil新增护照号码脱敏功能 Merge pull request !1347 from konggang/v5-dev Looly 2025-05-23 13:36:41 +00:00
  • 5f61312587 fix comment Looly 2025-05-23 16:26:17 +08:00
  • e019d98e3e fix comment Looly 2025-05-23 16:26:11 +08:00
  • cb0645dff9 Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev Looly 2025-05-23 16:24:18 +08:00
  • c99616fa56 Merge pull request #3949 from bling-yshs/v5-dev Golden Looly 2025-05-23 16:24:13 +08:00
  • 0426686dcb Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev Looly 2025-05-23 16:24:11 +08:00
  • d8c9f1a06f feat: DesensitizedUtil新增护照号码脱敏功能 feat: DesensitizedUtil新增社会信用代码脱敏功能 孔纲 2025-05-23 16:19:59 +08:00