Commit Graph

  • da7d6b9d81 增加MapValueProviderRecordConverter并支持Record转换(issue#3985@Github) Looly 2025-07-02 10:41:21 +08:00
  • db7c7f2e34 fix code Looly 2025-07-02 10:22:23 +08:00
  • d5bb6b2adb MathGenerator四则运算方式支持不生成负数结果(pr#1363@Gitee) Looly 2025-07-02 09:39:10 +08:00
  • f632ddccb2 Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev Looly 2025-07-02 09:37:03 +08:00
  • 0c53623e0c !1363 四则运算方式支持不生成负数结果 Merge pull request !1363 from Theo/v5-dev Looly 2025-07-02 01:36:46 +00:00
  • 90e8d3bdac 四则运算方式支持不生成负数结果 Looly 2025-07-02 09:36:15 +08:00
  • f5910f9db4 fix version Looly 2025-07-02 09:35:21 +08:00
  • 673ab988af 四则运算方式支持不生成负数结果 Theo 2025-06-28 12:54:58 +08:00
  • 91b8a50b68 fix doc Looly 2025-06-27 16:56:23 +08:00
  • 50dc76ee76 fix dependency Looly 2025-06-27 16:47:39 +08:00
  • d23b9e1f5d Merge pull request #3982 from yangruoyu-yumeisoft/v5-dev elichow 2025-06-27 16:34:13 +08:00
  • d96dc0cd0a 去掉System.out.println(); 杨若瑜 2025-06-27 15:51:43 +08:00
  • fdc7d4fb3c fix java doc Looly 2025-06-27 11:58:05 +08:00
  • c17c5bb013 fix comment Looly 2025-06-27 11:45:08 +08:00
  • 9cc095463e fix comment Looly 2025-06-27 11:16:37 +08:00
  • 10f6278e46 添加OllamaService的测试代码 杨若瑜 2025-06-26 17:43:57 +08:00
  • c424d76f88 fix test Looly 2025-06-26 17:21:52 +08:00
  • 6f7d4f1402 fix test Looly 2025-06-26 17:21:46 +08:00
  • d9369b1402 fix test Looly 2025-06-26 17:21:35 +08:00
  • 53214b6fa4 添加Ollama客户端支持,使用方法如下: // 创建AI服务 OllamaService aiService = AIServiceFactory.getAIService( new AIConfigBuilder(ModelName.OLLAMA.getValue()) .setApiUrl("http://localhost:11434") .setModel("qwen2.5-coder:32b") .build(), OllamaService.class ); 杨若瑜 2025-06-26 01:05:34 +08:00
  • 2b7adbef08 fix commenty Looly 2025-06-25 18:08:08 +08:00
  • 6fda8f0244 fix comment Looly 2025-06-25 17:44:06 +08:00
  • bb607e30ae fix comment Looly 2025-06-25 17:03:22 +08:00
  • 9d83869d85 fix code Looly 2025-06-25 11:23:36 +08:00
  • efb04f8a03 prepare 5.8.40 Looly 2025-06-25 10:54:17 +08:00
  • 66f448d2fc add test Looly 2025-06-25 10:53:05 +08:00
  • a7c5259d4b fix test Looly 2025-06-24 15:24:43 +08:00
  • 5034b04a14 fix code Looly 2025-06-23 20:17:42 +08:00
  • 6d94eb6ae6 add config Looly 2025-06-23 20:13:47 +08:00
  • a7663b93f7 fix code Looly 2025-06-23 19:58:03 +08:00
  • 52afcdd388 remove SecurityManagerCaller Looly 2025-06-23 19:31:42 +08:00
  • e7546e6c34 fix test Looly 2025-06-23 19:29:25 +08:00
  • 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 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