Commit Graph

4038 Commits

Author SHA1 Message Date
Looly
c17c5bb013 fix comment 2025-06-27 11:45:08 +08:00
Looly
9cc095463e fix comment 2025-06-27 11:16:37 +08:00
Looly
2b7adbef08 fix commenty 2025-06-25 18:08:08 +08:00
Looly
6fda8f0244 fix comment 2025-06-25 17:44:06 +08:00
Looly
9d83869d85 fix code 2025-06-25 11:23:36 +08:00
Looly
a7c5259d4b fix test 2025-06-24 15:24:43 +08:00
Looly
5034b04a14 fix code 2025-06-23 20:17:42 +08:00
Looly
a7663b93f7 fix code 2025-06-23 19:58:03 +08:00
Looly
52afcdd388 remove SecurityManagerCaller 2025-06-23 19:31:42 +08:00
Looly
e7546e6c34 fix test 2025-06-23 19:29:25 +08:00
Looly
e0275c56ac fix test 2025-06-23 19:22:19 +08:00
Looly
9d9d326aa8 fix comment 2025-06-23 19:15:22 +08:00
Looly
73635fd1b2 remove module-info 2025-06-23 18:46:57 +08:00
Looly
0655b26b73 RetryableTask: 避免最后一次任务执行时的线程睡眠 2025-06-20 18:00:15 +08:00
Looly
3e56130847 增加可召回批处理线程池执行器RecyclableBatchThreadPoolExecutor(pr#1343@Gitee) 2025-06-20 17:54:47 +08:00
Looly
68bcc8f5de 修复AbstractCacheputWithoutLock方法可能导致的外部资源泄露问题(pr#3958@Github) 2025-06-20 17:34:37 +08:00
Looly
39f51ee899 修复Money类的setAmount方法没有获取当前币种的小数位数而是使用的默认小数位和在遇到非2小数位的币种(如日元使用 0 位)会导致金额设置错误问题(pr#3970@Github) 2025-06-20 11:05:57 +08:00
Looly
aaa6932ae1 修复ZipUtil中zlib和unZlib调用后资源未释放问题(issue#3976@Github) 2025-06-20 10:43:20 +08:00
Looly
5a3acc6b80 fix comment 2025-06-14 19:04:05 +08:00
Looly
580c34bbfa 修复TEL_400_800正则规则太窄问题(issue#3967@Github) 2025-06-14 18:40:35 +08:00
Looly
28d1a8cdff 文本及富文本支持自定义规则脱敏 2025-06-09 17:21:42 +08:00
Looly
8b7d621cd7 修复ThreadUtil中中断异常处理丢失中断信息的问题,解决ConcurrencyTester资源未释放的问题(pr#1358@Gitee) 2025-06-09 16:57:14 +08:00
Looly
4942367ab4 修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee) 2025-06-09 11:32:30 +08:00
Looly
3d3cadd1bc 优化XXXToMapCopier的部分性能(pr#1345@Gitee) 2025-05-23 21:54:13 +08:00
Looly
596cdc2984 优化XXXToMapCopier的部分性能(pr#1345@Gitee) 2025-05-23 21:47:29 +08:00
Looly
a51da7369d 修复Money中金额分配的问题bug(issue#IC9Y35@Gitee) 2025-05-23 21:41:30 +08:00
Looly
5f61312587 fix comment 2025-05-23 16:26:17 +08:00
Looly
a0ca35101e 修复UUIDequals的问题,改为final类 2025-05-23 15:48:05 +08:00
Looly
c7ba1a5a3c fix name 2025-05-15 16:46:52 +08:00
Looly
1a102f9359 分流收集器收集方式从固定Collection改为自定义收集器,可以自定义如何收集元素 2025-04-26 13:38:51 +08:00
Looly
51b9bfd8bb fix resource 2025-04-26 13:15:37 +08:00
Looly
f8bf24aa0c fix resource 2025-04-26 13:08:44 +08:00
Looly
861b961b6f fix test 2025-04-21 18:22:48 +08:00
choweli
2a90c4b7b5 添加 modul-info.java 暂未完成 2025-04-18 17:22:55 +08:00
Looly
07739d72db 去除JDK8兼容代码 2025-04-18 12:12:34 +08:00
Looly
570f846d4d fix version as slash and update version 2025-04-17 17:22:58 +08:00
Looly
d58d5ea032 fix code 2025-04-17 16:05:06 +08:00
choweli
038a6ca0c8 7.0.0.M1 2025-04-17 10:55:02 +08:00
choweli
22d487624d 7.0.0.M1 2025-04-15 17:02:41 +08:00
Looly
b0e37e3ef3 增加分段锁实现SegmentLock(pr#1330@Gitee) 2025-04-15 11:27:53 +08:00
Looly
aa13f98934 fix test 2025-04-11 20:26:18 +08:00
Looly
c7c4457deb CharSequenceUtil增加toLoweCase和toUpperCase方法(issue#IC0H2B@Gitee) 2025-04-11 19:15:42 +08:00
Looly
a0eab6fb11 CharSequenceUtil增加toLoweCase和toUpperCase方法(issue#IC0H2B@Gitee) 2025-04-11 19:13:29 +08:00
Looly
581a5dd0fd fix comment 2025-04-08 16:22:12 +08:00
Looly
6fb471f2f9 prepare M22 2025-04-01 18:06:22 +08:00
Looly
784041ed35 add methods 2025-03-31 09:50:49 +08:00
Looly
6245de00a3 优化CombinationAnnotationElement注解数组性能(pr#1323@Gitee) 2025-03-24 12:29:33 +08:00
Looly
4affc832d6 StrUtil.isBlank增加\u200c判断(issue#3903@Github) 2025-03-24 08:51:18 +08:00
Looly
bb4491b48e 修复NumberChineseFormatter.format中自定义单位在0时错误问题(issue#3888@Github) 2025-03-18 19:29:31 +08:00
Looly
d7b4836157 将指定的异常与消息包装为运行时异常 2025-03-18 19:14:42 +08:00