Commit Graph

2104 Commits

Author SHA1 Message Date
Looly
c738c2b42b 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee) 2025-06-20 17:54:40 +08:00
Looly
a504fa860c 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github) 2025-06-20 17:34:24 +08:00
Looly
2493b8da8b Db添加FetchSize的全局设置(pr#3978@Github) 2025-06-20 11:43:19 +08:00
Looly
8deed41367 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github) 2025-06-20 11:05:41 +08:00
Looly
5919837386 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github) 2025-06-20 10:43:09 +08:00
Looly
41141cd824 gts 2025-06-14 19:02:25 +08:00
Looly
2a602d0bd4 修复TEL_400_800正则规则太窄问题(issue#3967@Github) 2025-06-14 18:40:25 +08:00
Looly
484cdb9e4f 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee) 2025-06-09 16:57:05 +08:00
Looly
d015404248 Assert新增断言给定集合为空的方法以及单元测试用例(pr#3952@Github) 2025-06-09 12:22:21 +08:00
Looly
e1d68e61df Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev 2025-06-09 12:10:38 +08:00
Looly
2c8070f324 HttpConfig增加参数setIgnoreContentLength可选忽略读取响应contentLength头(issue#ICB1B8@Gitee) 2025-06-09 12:01:29 +08:00
choweli
86e5f19197 同步CHANGELOG信息 2025-06-09 11:42:58 +08:00
Looly
fe597605cf 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee) 2025-06-09 11:32:19 +08:00
Looly
420e54a37d 修复ExcelPicUtil中可能的空指针异常 2025-05-27 12:20:15 +08:00
Looly
dc54b89b87 优化XXXToMapCopier的部分性能(pr#1345@Gitee) 2025-05-23 21:47:23 +08:00
Looly
5f5ead1129 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee) 2025-05-23 21:41:18 +08:00
Looly
95ee9a0cb5 DesensitizedUtil新增护照号码脱敏功能(pr#1347@Gitee) 2025-05-23 21:37:38 +08:00
Looly
cc543bcc5d 修复UUIDequals的问题,改为final类 2025-05-23 15:46:30 +08:00
choweli
d1314d5905 增加SSE流式返回函数参数callback,豆包、grok新增文生图接口,豆包生成视频支持使用model 2025-05-19 12:00:33 +08:00
Looly
a49523ffab 修复CharsequenceUtiltoLowerCase方法拼写错误(issue#3941@Github) 2025-05-15 16:45:23 +08:00
Looly
f0c7b4d8f0 修复NumberUtilisNumber方法以L结尾没有小数点判断问题(issue#3938@Github) 2025-05-13 15:02:32 +08:00
choweli
87b69cf076 新增hutool-ai模块 2025-05-13 11:06:40 +08:00
Looly
6f346fc9a1 Dict的customKey方法访问权限修改为protected(pr#1340@Gitee) 2025-05-12 13:15:23 +08:00
Looly
fc4a71200a 修正SshjSftp在SftpSubsystem服务时报错问题(pr#1338@Gitee) 2025-05-12 12:15:27 +08:00
Looly
a76bfc8338 修复某些数据库的getParameterMetaData会返回NULL,导致空指针的问题。(pr#3936@Github) 2025-05-12 09:17:11 +08:00
Looly
b8e6b1ecc0 添加RecordUtil支持record类(issue#3931@Github) 2025-05-07 10:23:16 +08:00
Looly
87a6bdeaaa 优化PropDesc缓存注解判断,提升性能(pr#1335@Gitee) 2025-04-26 13:20:40 +08:00
Looly
9015c3ea0a AbstractFtp增加rename方法(issue#IC3PMI@Gitee) 2025-04-26 11:52:17 +08:00
Looly
6d8764eb03 TemplateConfig增加setUseCache方法(issue#IC3JRY@Gitee) 2025-04-26 11:31:22 +08:00
Looly
92d3eaeead fix changelog 2025-04-24 09:18:46 +08:00
Looly
fd049cef71 重载subtractToList方法,提供isLinked选项(pr#3923@Github) 2025-04-21 18:22:42 +08:00
Looly
a2cc1e1587 修复SettingautoLoad可能的加载为空的问题(issue#3919@Github) 2025-04-17 17:02:41 +08:00
Looly
8a17fae3b7 增加分段锁实现SegmentLock(pr#1330@Gitee) 2025-04-15 11:27:46 +08:00
Looly
d5d81bdd15 CharSequenceUtil增加toLoweCase和toUpperCase方法(issue#IC0H2B@Gitee) 2025-04-11 19:13:40 +08:00
Looly
a618001723 增加Argon2类,实现Argon2算法(issue#3890@Github) 2025-04-11 10:45:04 +08:00
Looly
5c66079f15 gts 2025-04-11 09:55:52 +08:00
Looly
03fd8665a2 PathUtil#del增加null检查(pr#1331@Gitee) 2025-04-08 09:03:20 +08:00
Looly
590e07a595 prepare 5.8.38 2025-04-02 21:41:51 +08:00
Looly
1b29100fb3 完善季度相关 API(pr#1324@Gitee) 2025-03-31 10:04:32 +08:00
Looly
d254f7670d 优化CombinationAnnotationElement注解数组性能(pr#1323@Gitee) 2025-03-24 12:29:28 +08:00
Looly
d191e279d6 StrUtil.isBlank增加\u200c判断(issue#3903@Github) 2025-03-24 08:51:12 +08:00
Looly
37ab8650c3 改进PropDesc中去除Transient引用避免NoClassDefFoundError 2025-03-24 08:43:18 +08:00
Looly
cfb194a845 修复NumberChineseFormatter.format中自定义单位在0时错误问题(issue#3888@Github) 2025-03-18 19:27:37 +08:00
Looly
88cf61eb7f 改进UrlQuery对无参URL增加判断识别(issue#IBRVE4@Gitee) 2025-03-11 09:25:56 +08:00
Looly
c10c144f64 增加GoldenDB识别(pr#3886@Github) 2025-03-07 10:41:04 +08:00
Looly
8d34a4d26e 修复HttpUtil.normalizeParams规则问题(issue#IBQIYQ@Gitee) 2025-03-07 09:26:44 +08:00
Looly
150f8930d0 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) 2025-03-03 11:26:21 +08:00
Looly
2c810d92bf HttpBase增加重载可选是否返回声调(pr#3883@Github) 2025-03-03 11:09:10 +08:00
Looly
a74b2f8b0f 修复ReentrantCache#getOrRemoveExpired方法丢失onRemove触发问题(pr#1315@Gitee) 2025-03-03 10:48:05 +08:00
Looly
bd94c09e91 IdcardUtil验证10位身份证兼容中英文括号(issue#IBP6T1@Gitee) 2025-02-27 08:34:33 +08:00