Commit Graph

  • 590e07a595 prepare 5.8.38 v5-dev Looly 2025-04-02 21:41:51 +0800
  • 8b9392b648 prepare 5.8.37 v5-master bugo 2025-04-02 09:08:52 +0800
  • 6fb471f2f9 prepare M22 v6-dev Looly 2025-04-01 18:06:22 +0800
  • f542b1c653 update plugin version Looly 2025-04-01 17:40:51 +0800
  • 17baf2e388 fix test Looly 2025-04-01 16:57:54 +0800
  • b7c3659f64 update repo Looly 2025-04-01 16:25:26 +0800
  • 64d840a60b update repo Looly 2025-04-01 16:17:44 +0800
  • 4589d5fb84 fix comment Looly 2025-03-31 15:23:08 +0800
  • 1b29100fb3 完善季度相关 API(pr#1324@Gitee) Looly 2025-03-31 10:04:32 +0800
  • 6496cd20cf
    !1324 完善季度相关 API Merge pull request !1324 from zhouxy108/v5-dev Looly 2025-03-31 01:51:32 +0000
  • 784041ed35 add methods Looly 2025-03-31 09:50:49 +0800
  • db13ce1684
    Pre Merge pull request !1324 from zhouxy108/v5-dev zhouxy108 2025-03-31 00:59:51 +0000
  • 328439c783 add comment Looly 2025-03-31 08:59:42 +0800
  • 989927252e
    Pre Merge pull request !1329 from 田金成/v5-dev 田金成 2025-03-26 11:23:47 +0000
  • 8247595c02
    Pre Merge pull request !1328 from 田金成/v5-master 田金成 2025-03-26 11:21:40 +0000
  • 8adbf36a35 智能获取IP范围方法新增常用范围符号~ 192.168.0.1~192.168.0.5 田金成 2025-03-26 19:08:56 +0800
  • 7f4ed213ac 简化获取ip范围代码 田金成 2025-03-26 19:03:41 +0800
  • 3e696bd84c 智能获取IP范围方法新增常用范围符号~ 192.168.0.1~192.168.0.5 田金成 2025-03-26 19:08:56 +0800
  • d1a4617624 简化获取ip范围代码 田金成 2025-03-26 19:03:41 +0800
  • 3b5aa9c4bc
    Merge pull request #3907 from elichow/v6-dev elichow 2025-03-26 17:15:42 +0800
  • e291654d8c 根据规范建议优化 choweli 2025-03-26 16:46:12 +0800
  • 23dfb5c88d remove static Looly 2025-03-26 10:38:04 +0800
  • e0566c17ee fix code Looly 2025-03-26 10:16:20 +0800
  • 5b1476c8c9
    Merge pull request #3899 from elichow/v6-dev elichow 2025-03-26 10:01:49 +0800
  • 545cf2897f readme文件新增ai模块 choweli 2025-03-26 09:54:42 +0800
  • dbaea30ef7 bug修复,ai模块请求超时时间设置 choweli 2025-03-26 09:49:54 +0800
  • c2f531eaf3
    Merge branch 'chinabugotech:v6-dev' into v6-dev elichow 2025-03-26 09:19:17 +0800
  • ad1a8a532d
    Pre Merge pull request !1327 from 蓝假儿/v6-dev 蓝假儿 2025-03-25 10:32:56 +0000
  • 5666cc1d83 布尔枚举新增大写 干凌兰(44001577) 2025-03-25 18:22:03 +0800
  • 23f3fcdfa4
    Pre Merge pull request !1325 from gltqe/v5-dev gltqe 2025-03-25 02:11:49 +0000
  • 52958fee78 增加获取缓存对象方法 gltqe 2025-03-24 15:51:15 +0800
  • 6245de00a3 优化CombinationAnnotationElement注解数组性能(pr#1323@Gitee) Looly 2025-03-24 12:29:33 +0800
  • d254f7670d 优化CombinationAnnotationElement注解数组性能(pr#1323@Gitee) Looly 2025-03-24 12:29:28 +0800
  • 158a0f03ad
    !1323 判断注解数组元素是否相同优化 Merge pull request !1323 from 会飞的行李/v5-dev Looly 2025-03-24 04:23:36 +0000
  • 1bf53b1c18
    Pre Merge pull request !1323 from 会飞的行李/v5-dev 会飞的行李 2025-03-24 00:51:18 +0000
  • 4affc832d6 StrUtil.isBlank增加\u200c判断(issue#3903@Github) Looly 2025-03-24 08:51:18 +0800
  • d191e279d6 StrUtil.isBlank增加\u200c判断(issue#3903@Github) Looly 2025-03-24 08:51:12 +0800
  • 37ab8650c3 改进PropDesc中去除Transient引用避免NoClassDefFoundError Looly 2025-03-24 08:43:18 +0800
  • c60ee19ac0 feat: 完善季度相关 API zhouxy108 2025-03-23 15:57:13 +0800
  • 9d1c268a1a 判断注解数组元素是否相同优化 会飞的行李 2025-03-21 00:14:57 +0800
  • 3fc7937f9a Revert "性能优化--Array.equals()方法会判断注解的顺序,如果子类重写了父类的注解,虽然两者数组内部元素一样的,但是由于顺序不一样,这里会返回false,额外走了else的逻辑。 二者只会存在注解数组元素多或者少或者顺序不一致的情况,不会存在长度相同而元素不一致的情况。因此只用判断二者长度是否相等即可" 会飞的行李 2025-03-21 00:12:02 +0800
  • 72fcae7aac
    Pre Merge pull request !1322 from 会飞的行李/v5-dev 会飞的行李 2025-03-20 15:55:38 +0000
  • 58e2f4b02f 性能优化--Array.equals()方法会判断注解的顺序,如果子类重写了父类的注解,虽然两者数组内部元素一样的,但是由于顺序不一样,这里会返回false,额外走了else的逻辑。 二者只会存在注解数组元素多或者少或者顺序不一致的情况,不会存在长度相同而元素不一致的情况。因此只用判断二者长度是否相等即可 会飞的行李 2025-03-20 23:54:51 +0800
  • ed21cd2170
    Merge branch 'chinabugotech:v6-dev' into v6-dev elichow 2025-03-20 09:01:26 +0800
  • e118864530 新特性:新增hutool-ai模块 choweli 2025-03-19 15:31:36 +0800
  • c1d11a52a5 fix comment Looly 2025-03-19 12:50:37 +0800
  • 099ea19c97 fix comment Looly 2025-03-19 12:50:25 +0800
  • bb4491b48e 修复NumberChineseFormatter.format中自定义单位在0时错误问题(issue#3888@Github) Looly 2025-03-18 19:29:31 +0800
  • cfb194a845 修复NumberChineseFormatter.format中自定义单位在0时错误问题(issue#3888@Github) Looly 2025-03-18 19:27:37 +0800
  • d7b4836157 将指定的异常与消息包装为运行时异常 Looly 2025-03-18 19:14:42 +0800
  • c7c8bc525e
    !1321 将指定的异常与消息包装为运行时异常 Merge pull request !1321 from Toint/exception-util Looly 2025-03-18 11:12:55 +0000
  • 19fa451080
    Pre Merge pull request !1321 from Toint/exception-util Toint 2025-03-17 16:27:01 +0000
  • 7ab40924ed
    Pre Merge pull request !1320 from Toint/create-engine Toint 2025-03-17 16:02:35 +0000
  • 76e7f0ba02 传入引擎类型 class 创建自定义引擎 Toint 2025-03-16 08:30:08 +0800
  • 4c388d63e9
    Pre Merge pull request !1319 from Toint/v6-dev Toint 2025-03-16 00:30:11 +0000
  • cf0c1c1dbe add: 创建自定义引擎方法 Toint 2025-03-16 08:30:08 +0800
  • c7c4600c80 将指定的异常与消息包装为运行时异常 Toint 2025-03-16 02:12:25 +0800
  • 24ee13da86
    Pre Merge pull request !1318 from tltwuyu/v6-dev tltwuyu 2025-03-15 07:21:10 +0000
  • ff672c4077 创建模式匹配类 tanglitao 2025-03-15 15:10:47 +0800
  • 8fa1481c73 改进UrlQuery对无参URL增加判断识别(issue#IBRVE4@Gitee) Looly 2025-03-11 09:26:01 +0800
  • 88cf61eb7f 改进UrlQuery对无参URL增加判断识别(issue#IBRVE4@Gitee) Looly 2025-03-11 09:25:56 +0800
  • 161cb6fc19 增加GoldenDB识别(pr#3886@Github) Looly 2025-03-07 10:56:46 +0800
  • c10c144f64 增加GoldenDB识别(pr#3886@Github) Looly 2025-03-07 10:41:04 +0800
  • 0b072015da
    Merge pull request #3886 from zchazc/v5-dev Golden Looly 2025-03-07 10:39:23 +0800
  • 58c193cb48 修复HttpUtil.normalizeParams规则问题(issue#IBQIYQ@Gitee) Looly 2025-03-07 09:46:44 +0800
  • 8d34a4d26e 修复HttpUtil.normalizeParams规则问题(issue#IBQIYQ@Gitee) Looly 2025-03-07 09:26:44 +0800
  • f11bd02037
    !1317 feat(hutool-db):增加连接池最大空闲数配置 Merge pull request !1317 from 蒋小小/v6-dev Looly 2025-03-07 00:48:30 +0000
  • 9c90b312cf
    Pre Merge pull request !1317 from 蒋小小/v6-dev 蒋小小 2025-03-06 08:23:30 +0000
  • e40d4bbae6 feat(hutool-db):增加连接池最大空闲数配置 bwcx_jzy 2025-03-06 16:22:19 +0800
  • c94e3baa28
    feat: 添加中兴数据库GoldenDB的url识别jdbc-driver逻辑 zchazc 2025-03-05 16:49:40 +0800
  • d771c7f5ff 重试工具新增获取异常原因等相关方法 Looly 2025-03-04 09:10:21 +0800
  • 76bac0e6a4
    !1316 重试工具新增获取异常原因等相关方法 Merge pull request !1316 from Toint/v6-dev Looly 2025-03-04 01:09:06 +0000
  • d9183af445
    Pre Merge pull request !1316 from Toint/v6-dev Toint 2025-03-03 09:44:04 +0000
  • 86a2733f98 修改错误的注释信息 Toint 2025-03-03 17:31:39 +0800
  • a4c358dca3 重试工具新增获取异常方法 Toint 2025-03-03 17:28:58 +0800
  • 0585b3c6b7 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) Looly 2025-03-03 12:32:58 +0800
  • 9b19bf84a8 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) Looly 2025-03-03 12:05:32 +0800
  • 2046809264 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) Looly 2025-03-03 12:05:26 +0800
  • 1c3e8634c8 add version Looly 2025-03-03 11:41:40 +0800
  • bb0eb91087 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) Looly 2025-03-03 11:26:26 +0800
  • 150f8930d0 修复JsonUtil.toBean泛型数组类型丢失问题(pr#3876@Github) Looly 2025-03-03 11:26:21 +0800
  • 5b34544b8f
    Merge pull request #3876 from winlans/v5-dev Golden Looly 2025-03-03 11:22:09 +0800
  • 2c810d92bf HttpBase增加重载可选是否返回声调(pr#3883@Github) Looly 2025-03-03 11:09:10 +0800
  • b2c0d74dd7 Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev Looly 2025-03-03 10:59:30 +0800
  • fcf78229c4
    Merge pull request #3883 from zsdddz/v5-dev Golden Looly 2025-03-03 10:58:45 +0800
  • d3941e5dd7 修复ReentrantCache#getOrRemoveExpired方法丢失onRemove触发问题(pr#1315@Gitee) Looly 2025-03-03 10:49:48 +0800
  • a74b2f8b0f 修复ReentrantCache#getOrRemoveExpired方法丢失onRemove触发问题(pr#1315@Gitee) Looly 2025-03-03 10:48:05 +0800
  • c41612d21d
    !1315 fix: 已过期key,onRemove偶尔触发 Merge pull request !1315 from winlans/v5-dev Looly 2025-03-03 02:46:22 +0000
  • b9425a3b2b feat(hutool-http): 控制请求头是否聚合 zsdddz 2025-03-01 16:37:53 +0800
  • 96a9e443b0
    Pre Merge pull request !1315 from winlans/v5-dev winlans 2025-02-28 04:06:21 +0000
  • bb810d2d64 fix: 已过期key,onRemove偶尔触发 winlans 2025-02-28 12:03:40 +0800
  • 4c6c3b057a [feature] VersionUtil版本比较工具类 winlans 2025-02-27 18:07:07 +0800
  • 520b128f1c
    Merge pull request #3875 from elichow/v5-dev elichow 2025-02-27 11:47:09 +0800
  • 732bea6d0b [bug修复] JsonUtil.toBean泛型数组类型丢失 winlans 2025-02-27 11:45:51 +0800
  • 10f02bb9bc PinyinUtil增加选择是否返回声调 choweli 2025-02-27 10:27:46 +0800
  • f697141cab PinyinUtil增加选择是否返回声调 choweli 2025-02-27 10:18:48 +0800
  • bd94c09e91 IdcardUtil验证10位身份证兼容中英文括号(issue#IBP6T1@Gitee) Looly 2025-02-27 08:34:33 +0800
  • bdf3a0a1f0 IdcardUtil验证10位身份证兼容中英文括号(issue#IBP6T1@Gitee) Looly 2025-02-27 08:34:21 +0800
  • 1e86db21d9 add methods Looly 2025-02-27 08:17:59 +0800
  • 1aec0973f8 Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev Looly 2025-02-26 17:04:59 +0800