Commit Graph

  • c67adf4387 back Looly 2022-11-17 01:09:14 +08:00
  • 4aba88e828 !869 优化NumberUtil.isPrimes()方法 Merge pull request !869 from emptypoint/update-NumberUtil.isPrime Looly 2022-11-16 17:06:40 +00:00
  • 93c6b7e3e7 fix code Looly 2022-11-17 01:03:42 +08:00
  • 7258e6dd3f 修复Ftp.uploadFileOrDirectory上传目录错误调用错误问题 Looly 2022-11-17 00:53:36 +08:00
  • 97e0243529 fix code Looly 2022-11-16 22:50:26 +08:00
  • 98b00bacab 兼容ZipArchiveInputStream多参数情况 Looly 2022-11-16 22:22:04 +08:00
  • e26366019a fix test Looly 2022-11-16 20:53:09 +08:00
  • ab39b7410f 几个小优化: 1.优化CollUtil.map()方法, 减少流中的无意义操作; 2.优化ArrayUtil.get()方法, 使用合理的逻辑判断 代替 使用异常判断null值; Zjp 2022-11-10 17:27:28 +08:00
  • bb29b97849 优化NumberUtil.isPrime()方法: 1.优化执行过程, 直接排除偶数; 2.修改函数名, 从复数形式变为单数; Zjp 2022-11-14 20:23:55 +08:00
  • 5bd8a298ba 修复字节数组转float 返回的值却是double类型的bug zhangqq 2022-11-14 19:22:54 +08:00
  • 19d9717e49 fix code Looly 2022-11-13 22:11:04 +08:00
  • f8ac46007c !851 添加一个简单的占位符解析器 Merge pull request !851 from Createsequence/v6-placeholder Looly 2022-11-13 14:07:34 +00:00
  • d21c641efd fix code Looly 2022-11-13 22:06:29 +08:00
  • 7e28a55c75 fix code Looly 2022-11-13 19:50:05 +08:00
  • a78619502e fix code Looly 2022-11-12 21:58:51 +08:00
  • 4b1beace0b !866 优化BeanPath.set()方法, 使用循环代替递归 Merge pull request !866 from emptypoint/update-BeanPath.set Looly 2022-11-12 13:58:02 +00:00
  • b4a5bb6a8d fix code Looly 2022-11-12 20:43:13 +08:00
  • 28430e0340 UserAgentUtil增加对钉钉PC端的支持 Looly 2022-11-12 20:37:22 +08:00
  • 8ff1368f30 修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题 Looly 2022-11-12 19:46:57 +08:00
  • 47198cc819 Merge pull request #2684 from lianyiwuming/v5-dev Golden Looly 2022-11-12 19:12:23 +08:00
  • 05b20382c0 fix code Looly 2022-11-12 19:11:39 +08:00
  • f4682c78b2 1.优化BeanPath.set()方法, 使用循环代替递归, 减少填充子对象过程中, 重复获取子对象的损耗; 2.由于set方法修改, 顺带修改了BeanPath.get方法, 减少了方法参数, 优化了处理逻辑, 明确方法职责; Zjp 2022-11-11 11:13:28 +08:00
  • 73ec82249a DateUtil和LocalDateTimeUtil添加区间退化为点,点与区间,点与点之间关系判断。 Looly 2022-11-11 12:01:05 +08:00
  • 654eb0fc71 Merge pull request #2725 from CherryRum/qa Golden Looly 2022-11-11 11:59:13 +08:00
  • ef10457954 fix code Looly 2022-11-11 11:58:29 +08:00
  • 3240406aa9 refactor(DateUtil、LocalDateTimeUtil): 添加区间退化为点,点与区间,点与点之间关系判断。 yulin 2022-11-10 22:10:24 +08:00
  • fa115dffbc 回滚 Looly 2022-11-10 12:11:56 +08:00
  • 10ffd8750b fix code Looly 2022-11-10 12:09:37 +08:00
  • 1eb8acfcba !864 修复BeanUtilTest的变量赋值错误 Merge pull request !864 from emptypoint/fix-BeanUtilTest Looly 2022-11-10 03:55:02 +00:00
  • 87734f0b12 fix comment Looly 2022-11-10 11:51:30 +08:00
  • ff6adb3c68 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题 Looly 2022-11-10 11:19:11 +08:00
  • 7a10881d30 Merge pull request #2723 from kiritoowo/v5-dev Golden Looly 2022-11-10 11:16:53 +08:00
  • 5bd54dcd39 fix code Looly 2022-11-10 11:11:09 +08:00
  • 912c3e116d !865 优化BeanPath.set方法,避免多次重复调用get方法 Merge pull request !865 from emptypoint/update-BeanPath Looly 2022-11-10 02:40:54 +00:00
  • c69d41e72d fix bug Looly 2022-11-10 10:37:54 +08:00
  • ece502c526 修复ChineseDate传入农历日期非闰月时获取公历错误问题 Looly 2022-11-10 09:58:26 +08:00
  • 3b98f64924 优化BeanPath.set方法,避免多次重复调用get方法 Looly 2022-11-10 09:30:32 +08:00
  • e9488f8e65 优化BeanPath.set方法,避免多次重复调用get方法 emptypoint 2022-11-09 19:27:55 +08:00
  • 7152b5b21f 1.修复BUG key为弱引用 value为强引用 会导致key无法被回收 弱引用失效 ljm 2022-11-09 18:45:05 +08:00
  • 20d71d0e49 add @author; Zjp 2022-11-09 15:24:07 +08:00
  • 44ad3e73d4 !2 简单优化PlaceholderParser Merge pull request !2 from emptypoint/v6-placeholder Createsequence 2022-11-09 07:11:14 +00:00
  • 5f9c3424e4 fix BeanUtilTest的变量赋值错误; Zjp 2022-11-09 14:57:21 +08:00
  • 1d25cbdd24 1. 优化了保存结果的StringBuilder的初始化长度; 2. 优化了expression的重置操作; 3. 优化了解析异常时的处理; Zjp 2022-11-09 11:12:46 +08:00
  • dacf9c80bb fix test Looly 2022-11-08 20:27:24 +08:00
  • a293fd5510 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题 Looly 2022-11-08 20:20:50 +08:00
  • 4fdc443a4e Merge pull request #2698 from top-zhang/v5-dev Golden Looly 2022-11-08 20:04:32 +08:00
  • 32ef5b21b5 add test Looly 2022-11-08 19:48:12 +08:00
  • c3b50a23c2 add test Looly 2022-11-08 19:39:20 +08:00
  • d298eb5b73 ClassScanner 增加忽略加载错误类的扫描方法 Looly 2022-11-08 19:20:09 +08:00
  • 39dee801f0 !855 cn.hutool.core.lang.ClassScanner 增加忽略加载错误类的扫描方法 Merge pull request !855 from oofrank/v5-dev Looly 2022-11-08 11:15:22 +00:00
  • 81080431bb 修复时间轮添加任务线程安全问题 Looly 2022-11-08 19:12:33 +08:00
  • 7b31fc5fc3 Merge pull request #2712 from beaufang/v5-dev Golden Looly 2022-11-08 19:11:42 +08:00
  • 3776f5a1ef 修复DefaultTrustManager空指针问题 Looly 2022-11-08 19:10:49 +08:00
  • ecc4cd64eb 去除ClassloaderUtil的Cache Looly 2022-11-08 19:09:46 +08:00
  • b7d91489f4 fix code Looly 2022-11-08 18:50:36 +08:00
  • 0eb1ecb1b7 调整处理器非空校验时机 huangchengxing 2022-11-08 18:09:43 +08:00
  • 3eef8aa6ec add spi Looly 2022-11-08 16:16:49 +08:00
  • 1b7269187a fix code Looly 2022-11-08 10:46:52 +08:00
  • 153fb00e56 fix Object Looly 2022-11-08 10:38:55 +08:00
  • 44ac7294c7 fix code Looly 2022-11-08 10:30:13 +08:00
  • d0083fb953 fix test Looly 2022-11-08 10:19:12 +08:00
  • bccad5f304 fix code Looly 2022-11-08 10:09:55 +08:00
  • 5227f1517a remove cache for ClassLoaderUtil Looly 2022-11-08 10:05:08 +08:00
  • c4c11ffeb6 添加一个占位符解析器 huangchengxing 2022-11-08 09:24:05 +08:00
  • 19d9c955a5 !859 【6.x】添加一个toTree的重载 Merge pull request !859 from 阿超/v6-dev Looly 2022-11-06 13:10:43 +00:00
  • 25e1ee4d62 fix: 时间轮添加任务线程安全问题 BeauFang 2022-11-05 12:37:26 +08:00
  • 3b1a375096 fix code Looly 2022-11-03 23:37:48 +08:00
  • 4b2ec7d7a5 add test Looly 2022-11-03 23:21:48 +08:00
  • 9234846eb7 修复StrUtil.subWithLength负数问题 Looly 2022-11-03 23:17:06 +08:00
  • a48e79b03f 修复TreeBuilder中使用HashMap导致默认乱序问题 Looly 2022-11-03 22:20:57 +08:00
  • ded14796cf :trollface: make final VampireAchao 2022-11-03 16:46:32 +08:00
  • 8f4662456a Merge remote-tracking branch 'origin/v6-dev' into v6-dev VampireAchao 2022-11-03 16:45:14 +08:00
  • 3ebbf25d46 :trollface: 使用CollectorUtil中的重载 VampireAchao 2022-11-03 16:45:04 +08:00
  • 654117d9ba Update hutool-core/src/main/java/cn/hutool/core/stream/TerminableWrappedStream.java light weight modify 阿超 2022-11-03 08:43:55 +00:00
  • 632d4de950 :trollface: 添加一个toTree的重载 VampireAchao 2022-11-03 16:32:34 +08:00
  • b696ad4b08 fix code Looly 2022-11-03 00:10:25 +08:00
  • c42b17a979 add issue Looly 2022-11-03 00:00:50 +08:00
  • f2249f449e 修复拼写错误 Looly 2022-11-02 23:57:52 +08:00
  • 300fe3b6fd DialectFactory增加identifyDriver重载 Looly 2022-11-02 23:54:27 +08:00
  • fd2756d09b remove invalid Looly 2022-11-02 23:41:09 +08:00
  • fc186ddd54 fix: 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题 topgun 2022-10-31 22:24:34 +08:00
  • eb6ad0fe68 Merge branch 'v5-master' of https://gitee.com/oofrank/hutool into v5-dev frank.lee 2022-10-28 12:35:32 +08:00
  • f419507049 [新特性] cn.hutool.core.lang.ClassScanner scan(boolean,boolean) 增加忽略加载错误类的扫描方法,同时收集了错误的类名,使用简单逻辑编写了测试方法进行测试. frank.lee 2022-10-28 12:31:48 +08:00
  • e05e9f13b5 update poi Looly 2022-10-27 20:43:06 +08:00
  • 7b23328d3f 修复IoUtil.copyByNIO方法写出时没有flush的问题 Looly 2022-10-27 18:51:00 +08:00
  • 415a091b5e fix bug Looly 2022-10-27 18:39:08 +08:00
  • e1a2eaafa6 fix code Looly 2022-10-27 13:48:57 +08:00
  • f189c5e027 fix code Looly 2022-10-27 03:30:28 +08:00
  • 35a8f5e281 fix code Looly 2022-10-27 03:21:40 +08:00
  • 11f47e5b0f fix code Looly 2022-10-26 21:48:49 +08:00
  • ad5296866d add test Looly 2022-10-26 21:31:04 +08:00
  • 0d52562180 fix code Looly 2022-10-26 21:20:32 +08:00
  • c2262bc40e fix code Looly 2022-10-26 13:12:39 +08:00
  • d2e66a1ca2 fix code Looly 2022-10-26 12:57:01 +08:00
  • 36e560842d fix code Looly 2022-10-26 12:34:05 +08:00
  • 58f90d6e06 修复bug https://github.com/dromara/hutool/issues/2683 hongdan.qin 2022-10-26 11:21:23 +08:00
  • c79cdc1f6f add method Looly 2022-10-26 10:54:56 +08:00
  • 6064586ef9 fix comment Looly 2022-10-26 00:36:54 +08:00
  • 21aa56a982 fix comment Looly 2022-10-26 00:33:12 +08:00
  • c1fe82d2ce add http engine Looly 2022-10-26 00:11:19 +08:00