Commit Graph

  • bd42686a65 CombinationArrangement 重构避免数组频繁拷贝,并避免溢出(pr#4144@Github) v5-dev Looly 2025-11-24 16:05:43 +08:00
  • e8eec73125 Merge pull request #4144 from CherryRum/fix-combination Golden Looly 2025-11-24 16:04:03 +08:00
  • 7da2b63991 Enhance Mathematical Correctness and Performance in Combination and Arrangement Modules v7-dev Looly 2025-11-24 16:03:53 +08:00
  • 04314cdd4a fix(Arrangement): improve count and select methods with overflow checks and enhance documentation yulin 2025-11-23 23:37:30 +08:00
  • 0eac9c008b add test Looly 2025-11-23 23:27:49 +08:00
  • 4d04d5daf9 修复TypeUtil.getClass无法识别GenericArrayType问题(pr#4138@Github) Looly 2025-11-23 23:27:45 +08:00
  • 1a7d522dff Merge pull request #4138 from sunshineflymeat/hutool-1120 Golden Looly 2025-11-23 23:23:10 +08:00
  • e4ea0e8b4d add test Looly 2025-11-23 23:22:39 +08:00
  • 81ef1d6ffd 修复FileNameUtil.extName在特殊后缀判断逻辑过于宽松导致误判问题(pr#4142@Github) Looly 2025-11-23 23:17:08 +08:00
  • eec6056876 修复FileNameUtil.extName在特殊后缀判断逻辑过于宽松导致误判问题(pr#4142@Github) Looly 2025-11-23 23:17:01 +08:00
  • c6cbaeabff Merge pull request #4142 from ZhonglinGui/v5-dev Golden Looly 2025-11-23 23:14:42 +08:00
  • 6fb973ff3e fix doc Looly 2025-11-23 23:12:30 +08:00
  • 9dad6fc4d5 Merge pull request #4143 from CherryRum/v5-dev Golden Looly 2025-11-23 23:11:00 +08:00
  • 5e1110426b feat(Combination): add BigInteger-based combination calculation methods and deprecate old count method yulin 2025-11-23 22:41:39 +08:00
  • edb4401e47 fix(LocalPortGenerater): update class documentation and plan for future name correction yulin 2025-11-23 19:26:36 +08:00
  • 7258a5b946 fix(URLUtil): correct spelling of "occurred" in exception messages yulin 2025-11-23 19:12:35 +08:00
  • 17f78f8cd4 修复FileNameUtil.extName 方法对特殊后缀判断逻辑过于宽松导致误判 Will 2025-11-21 14:42:07 +08:00
  • ed27c637b2 feat: 解决TypeUtil.getClass方法传入泛型数组类型时方法返回错误值null问题 zwm 2025-11-20 23:18:42 +08:00
  • ff32ed0872 修复Validator.isBetween在高精度Number类型下存在精度丢失问题(pr#4136@Github) Looly 2025-11-20 10:52:08 +08:00
  • 9f6d3b5430 Merge pull request #4136 from ZhonglinGui/v5-dev Golden Looly 2025-11-20 10:49:03 +08:00
  • 9e87ff60da fix isBwetween Looly 2025-11-20 10:48:49 +08:00
  • f9eb29fa87 修复Validator.isBetween方法在高精度Number类型下存在精度丢失问题 Will 2025-11-20 10:34:06 +08:00
  • fceeafebce fix code Looly 2025-11-19 23:08:35 +08:00
  • 12c86e5bab Merge branch 'v7-dev' of github.com:chinabugotech/hutool into v7-dev Looly 2025-11-19 22:31:42 +08:00
  • f95c3ff165 Merge pull request #4134 from Lettuceleaves/perf/optimize-str-finder Golden Looly 2025-11-19 22:26:30 +08:00
  • 342050aab6 !1386 添加ollama模型名称 Merge pull request !1386 from BUG小卖部/v7-dev Looly 2025-11-19 14:10:25 +00:00
  • 3e83b6004f 添加ollama模型名称 zhuhongyu 2025-11-19 10:46:13 +08:00
  • 7578350baa Merge remote-tracking branch 'upstream/v7-dev' into perf/optimize-str-finder LettuceLeaves 2025-11-19 01:08:30 +08:00
  • dbed4a4d0f test(core):添加Sunday算法测试 LettuceLeaves 2025-11-19 01:05:44 +08:00
  • 3f15fdd44c perf:使用Sunday算法,优化字串查询 LettuceLeaves 2025-11-19 01:03:42 +08:00
  • 1bba40a32f perf:优化isSubEquals方法,去除toString()防止拷贝 LettuceLeaves 2025-11-19 00:20:56 +08:00
  • 7e8fd78377 test(core):添加 StrFinder 测试用例 LettuceLeaves 2025-11-19 00:01:56 +08:00
  • e554eba399 Merge branch 'v7-dev' of github.com:chinabugotech/hutool into v7-dev Looly 2025-11-18 22:38:41 +08:00
  • 2c498ffa0a Merge pull request #4133 from Lettuceleaves/fix/doc-version-typo Golden Looly 2025-11-18 22:38:07 +08:00
  • eb9d50daf6 docs:修改文档中的版本错误信息 LettuceLeaves 2025-11-18 18:56:44 +08:00
  • 8003c4416a 修复VersionUtil.matchEl如果输入的版本范围表达式右边界为空时,会抛出数组越界访问错误的问题(pr#4130@Github) Looly 2025-11-17 22:19:07 +08:00
  • c84ec20f5a Merge pull request #4130 from sunshineflymeat/hutool-1114 Golden Looly 2025-11-17 22:16:19 +08:00
  • db5f36028f fix bug Looly 2025-11-17 21:42:18 +08:00
  • b0c3350ef7 修复ImgUtil.write没有释放BufferedImage可能导致内存泄露(issue#ID6VNJ@Gitee) Looly 2025-11-17 21:31:50 +08:00
  • 44a2afd588 feat:修复VersionUtil.matchEl方法中版本范围表达式右边界为空时数组越界访问错误 zwm 2025-11-14 17:22:01 +08:00
  • 41307a6e3d 修复NumberWithFormat没有实现Comparable接口导致的JSON排序报错问题(issue#ID61QR@Gitee) Looly 2025-11-12 22:22:29 +08:00
  • f9fb33c3f1 add test Looly 2025-11-12 22:14:47 +08:00
  • d8209d1ca0 Merge branch 'v7-dev' of gitee.com:chinabugotech/hutool into v7-dev Looly 2025-11-12 22:14:30 +08:00
  • 9b3414b397 add test and fix comment Looly 2025-11-12 22:09:53 +08:00
  • 49033d0c4a add test Looly 2025-11-12 22:09:42 +08:00
  • 74040066ac add methods Looly 2025-11-07 01:37:42 +08:00
  • b5a511b9da add methods Looly 2025-11-07 01:35:19 +08:00
  • 1204a0033e fix test Looly 2025-11-06 16:55:26 +08:00
  • 50072cd4e7 fix test Looly 2025-11-06 16:53:44 +08:00
  • 1210d57b79 change name Looly 2025-11-06 16:50:42 +08:00
  • 5f48b13b88 修正开闭区间错误 Looly 2025-11-06 16:48:15 +08:00
  • 4e0d106e91 !1385 修正开闭区间错误 Merge pull request !1385 from 身有光名/v7-dev Looly 2025-11-06 07:47:00 +00:00
  • ebba917222 测试 equals 方法与不同引用对象比较失败 zongze.lee 2025-11-06 03:43:41 +08:00
  • 56ffa92e5e 测试不包含起始元素的迭代 zongze.lee 2025-11-06 02:45:40 +08:00
  • c0461c16f6 修正测试相邻区间合并失败 zongze.lee 2025-11-06 02:09:57 +08:00
  • a3a7622419 add ai to bom Looly 2025-11-05 18:05:50 +08:00
  • f60f20243d update dependency Looly 2025-11-04 15:23:26 +08:00
  • 1fac9525ab add test Looly 2025-10-29 23:26:17 +08:00
  • 5b2b2c6ef3 修复FileUtil.listFileNames相对路径index混乱问题(issue#4121@Github) Looly 2025-10-29 23:12:14 +08:00
  • 3b15ae08ae 修复FileUtil.listFileNames相对路径index混乱问题(issue#4121@Github) Looly 2025-10-29 23:12:02 +08:00
  • 62f04b2c0d 修复JsonUtil.toJsonStr对Boolean和Number返回错误问题(issue#4109@Github)。 Looly 2025-10-29 18:50:10 +08:00
  • cbade4e239 fix comment issue#ID428M Looly 2025-10-29 18:41:23 +08:00
  • dfe54d6611 fix comment Looly 2025-10-29 18:40:44 +08:00
  • 4df295ed3f fix code Looly 2025-10-29 10:24:23 +08:00
  • 182103120c add DDLBuilder Looly 2025-10-28 22:11:42 +08:00
  • edeb87c7f4 修复HttpConnection.reflectSetMethod反射在JDK9+权限问题(issue#4109@Github) Looly 2025-10-28 18:23:22 +08:00
  • 0384adcb57 MysqlTableGenerator Looly 2025-10-28 01:39:44 +08:00
  • 8ae9643377 add TomlConfigParser Looly 2025-10-28 01:12:01 +08:00
  • 1f5e574974 fix readme Looly 2025-10-27 17:52:01 +08:00
  • 465bf02e5f Merge pull request #4118 from liuyuanyuan090/v7-dev Golden Looly 2025-10-27 17:39:26 +08:00
  • 327fe337f6 修改README.md中的疑似中英文符号错误,将。/hutool.sh安装 修改为 ./hutool.sh安装,即。改为. lyy 2025-10-27 17:27:43 +08:00
  • 05ac1c62ef change link Looly 2025-10-27 15:50:48 +08:00
  • a3e58451fc change link Looly 2025-10-27 15:50:45 +08:00
  • 02988f3714 change link Looly 2025-10-27 15:43:59 +08:00
  • 82af8a9b95 change link Looly 2025-10-27 15:43:53 +08:00
  • 589d5238fe fix code Looly 2025-10-27 02:05:17 +08:00
  • f91f0f21df fix code Looly 2025-10-27 01:47:24 +08:00
  • ac50c13f4f fix code Looly 2025-10-27 00:31:51 +08:00
  • 3cd7435541 add @Serial Looly 2025-10-27 00:05:19 +08:00
  • f3bed1125f fix code Looly 2025-10-25 02:12:30 +08:00
  • 0cbc36e225 add test Looly 2025-10-24 21:11:42 +08:00
  • 1cbfd1a217 add method Looly 2025-10-24 21:00:34 +08:00
  • cf48a8f621 add test for postgre Looly 2025-10-24 18:50:11 +08:00
  • ce3d69dd35 add test Looly 2025-10-24 18:49:46 +08:00
  • 2140e6fbe8 修复PasswdStrength.checkindexOf逻辑问题(pr#4114@Github)。 Looly 2025-10-24 16:00:45 +08:00
  • 4162c519b7 修复PasswdStrength.checkindexOf逻辑问题(pr#4114@Github)。 Looly 2025-10-24 16:00:20 +08:00
  • b136d81720 Merge pull request #4114 from sunshineflymeat/hutool-1024 Golden Looly 2025-10-24 15:48:06 +08:00
  • 1df82bb44a fix bug Looly 2025-10-24 15:36:05 +08:00
  • 408d3c3873 Merge pull request #4113 from toint-admin/v7-dev Golden Looly 2025-10-24 15:26:19 +08:00
  • 8469fd0c49 feat:修复PasswdStrength.check方法检测密码强度等级逻辑有误问题 zwm 2025-10-24 13:53:22 +08:00
  • 138c243d27 删除意外提交的ScopeValueUtil Toint 2025-10-24 12:40:33 +08:00
  • fd4f3be568 fix #4112 收件人/抄送人/密送人/回复地址(reply-to)任何一个为空会空指针 Toint 2025-10-24 12:37:53 +08:00
  • c804cbd1dc fix #4112 邮件内容丢失 Toint 2025-10-24 12:32:23 +08:00
  • e9c4e65f97 修复Dialect.psForCount未传入Wrapper导致大小写问题(issue#ID39G9@Gitee)。 Looly 2025-10-23 21:51:13 +08:00
  • 8d108e3094 修复Dialect.psForCount未传入Wrapper导致大小写问题(issue#ID39G9@Gitee)。 Looly 2025-10-23 21:51:08 +08:00
  • 8a878dccfa Merge pull request #4110 from refeccd/v7-dev Golden Looly 2025-10-23 21:47:01 +08:00
  • 8b7ed9f09a Fix UUID#toString Refeccd 2025-10-23 19:27:09 +08:00
  • 47acd87e58 add test Looly 2025-10-23 11:16:50 +08:00
  • 4c563da8bd 修复JschSessionPool.remove逻辑错误问题。 Looly 2025-10-23 11:16:12 +08:00
  • c9c4cf5ae3 fix test Looly 2025-10-23 02:53:41 +08:00