Commit Graph

  • dc0d9591c9 fix 修复反馈不可操纵类型导致后续操纵报错问题 add 新增 filter sorted joining 方法 疯狂的狮子Li 2022-07-05 10:55:25 +00:00
  • 66201839e3 fix comment huangchengxing 2022-07-05 17:00:09 +08:00
  • 749ecb0e7d fix comment huangchengxing 2022-07-05 16:53:58 +08:00
  • c343b51e38 移除不必要的泛型约束 huangchengxing 2022-07-05 16:20:49 +08:00
  • 254e6f5315 将合成注解代理类提取为外部类 huangchengxing 2022-07-05 16:03:11 +08:00
  • d20980096e 将SyntheticAnnotation提取为接口,原实现更名为SyntheticMetaAnnotation huangchengxing 2022-07-05 13:47:11 +08:00
  • 32d0b65744 添加注解属性处理器 huangchengxing 2022-07-05 13:39:56 +08:00
  • 0659440cad 添加注解选择器 huangchengxing 2022-07-05 13:39:07 +08:00
  • 2ecda1d245 添加已合成注解接口 huangchengxing 2022-07-05 13:38:25 +08:00
  • 39869d3c67 fix:修复CollUtil里面关于可变参数传null造成的crash问题 刘超 2022-07-04 22:23:03 +08:00
  • 56abab1127 完善测试用例 huangchengxing 2022-07-04 18:34:01 +08:00
  • 0ca143b0d0 添加forEachChild方法,putAllNode允许忽略key为null的值 huangchengxing 2022-07-04 18:32:32 +08:00
  • 04b6c3bcdc fix bug huangchengxing 2022-07-04 18:31:44 +08:00
  • 81cbb0d8a0 fix code huangchengxing 2022-07-04 15:55:07 +08:00
  • 59b5a17ee6 添加支持对森林结构进行处理的集合 huangchengxing 2022-07-04 15:35:20 +08:00
  • 26cf1ba18f 新增CollectorUtil.reduceListMap(),用于聚合集合中的 每一个map 为一个大map Collection<Map<K,V>> => Map<K,List<V>> achao 2022-07-03 19:05:57 +08:00
  • fec797aa86 Merge remote-tracking branch 'origin/v6-dev' into v6-dev VampireAchao 2022-07-03 17:38:38 +08:00
  • 9538041ac5 处理Collectors遇到null的情况 achao 2022-07-03 17:35:54 +08:00
  • 7f13b38a7f 中文大写数字金额转换为数字,返回结果以元为单位的BigDecimal类型数字 解决问题 https://gitee.com/dromara/hutool/issues/I5EYB3 zhangrenhua 2022-07-01 14:53:47 +08:00
  • adf23e1cf7 fix code Looly 2022-06-30 18:40:08 +08:00
  • 768c4a392d add isIn Looly 2022-06-30 18:35:59 +08:00
  • 6f24b9d403 add methdos Looly 2022-06-30 18:31:18 +08:00
  • 9b19403960 !671 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能 Merge pull request !671 from Createsequence/refactor-annotation Looly 2022-06-30 10:09:12 +00:00
  • 9a6acc8329 add isIn Looly 2022-06-30 17:54:44 +08:00
  • 3c7513a2bb !669 检查值是否在指定范围内 Merge pull request !669 from GuoZG/v5-dev Looly 2022-06-30 09:51:56 +00:00
  • 7646683785 add testr Looly 2022-06-30 17:47:23 +08:00
  • 10f3abfeb8 fix code huangchengxing 2022-06-30 15:38:11 +08:00
  • 8cf3015075 fix comment huangchengxing 2022-06-30 15:34:16 +08:00
  • 7cc0994942 AnnotationUtil添加scanMetaAnnotation、scanClass与scanMethod方法 huangchengxing 2022-06-30 15:31:38 +08:00
  • 0b60b24950 test: 注解扫描器的完善测试用例; huangchengxing 2022-06-30 15:30:41 +08:00
  • 062ec707f2 AnnotationScanner添加scan方法,MethodAnnotationScanner扫描器添加对父类/父接口方法中具有相同签名方法的扫描支持 huangchengxing 2022-06-30 15:28:36 +08:00
  • d1bba67d3a fix: 修复潜在的空指针问题 huangchengxing 2022-06-30 15:25:24 +08:00
  • 975a6dbe69 检查值是否在指定范围内 修改方法命名 bob.guo 2022-06-30 10:03:12 +08:00
  • 2bcb8f3f79 add methods Looly 2022-06-29 19:09:59 +08:00
  • 40748eaa0d !666 修复:ConcurrencyTester默认线程池太大,导致:测试用例:oom (java.lang.OutOfMemoryError)的问题 Merge pull request !666 from dazer007/v6-dev-concurrencyTester-threadSize-too-big Looly 2022-06-29 10:59:58 +00:00
  • 56bc948d99 add methods Looly 2022-06-29 18:58:53 +08:00
  • c56959fe7a add methods Looly 2022-06-29 18:48:58 +08:00
  • 576860f878 !668 StrUtil.isAllBlank() 支持数支持List Merge pull request !668 from dazer007/v6-dev-StrUtil_isAllBlank-support-list Looly 2022-06-29 10:37:12 +00:00
  • 2716ee0eb2 !670 getTypeOfNull pmd = ps.getParameterMetaData() NPE Optimization 空指针优化, 处理: issues/I5ENJP Merge pull request !670 from dazer007/v6-dev-getParameterMetaData-npe Looly 2022-06-29 10:26:44 +00:00
  • 9f12f3d991 getTypeOfNull pmd = ps.getParameterMetaData() NPE Optimization 空指针优化 duandazhi 2022-06-29 17:02:45 +08:00
  • 9eb9b07b11 检查值是否在指定范围内 bob.guo 2022-06-28 19:50:41 +08:00
  • 2cb7d774c9 isAllBlank 修改: Collection<? extends CharSequence> duandazhi 2022-06-28 19:05:55 +08:00
  • f8238c3212 !667 【6.x】泛型修复 Merge pull request !667 from 阿超/v6-dev Looly 2022-06-28 11:01:24 +00:00
  • e4737f0a5d add more StrUtilTest duandazhi 2022-06-28 17:29:14 +08:00
  • f0707cee77 add isAllBlank(final Collection<String> strs) duandazhi 2022-06-28 17:02:51 +08:00
  • 8af05e0892 Merge remote-tracking branch 'origin/v6-dev' into v6-dev VampireAchao 2022-06-28 16:40:07 +08:00
  • 57cf8264c9 导入扁平化 VampireAchao 2022-06-28 16:40:02 +08:00
  • 6382851216 Merge remote-tracking branch 'origin/v6-dev' into v6-dev VampireAchao 2022-06-28 16:36:53 +08:00
  • 7c5ec4160a CharSequence修正为泛型 VampireAchao 2022-06-28 16:36:48 +08:00
  • 2a34337952 CharSequence修正为泛型 VampireAchao 2022-06-28 16:34:59 +08:00
  • e327458eb6 fix ConcurrencyTester thread size too large, 可能会 java.lang.OutOfMemoryError duandazhi 2022-06-28 14:56:35 +08:00
  • 1f5f0b1f58 prepare 5.8.5 Looly 2022-06-27 22:05:52 +08:00
  • a9310c2d30 fix changelog Looly 2022-06-27 21:54:28 +08:00
  • fc091b01a2 fix test Looly 2022-06-27 21:47:38 +08:00
  • 6d8509155a fix comment Looly 2022-06-27 21:42:11 +08:00
  • d8047b00c4 🐔release 5.8.4 Looly 2022-06-27 21:35:46 +08:00
  • ac11df0889 fix bug Looly 2022-06-27 21:29:25 +08:00
  • d6ac2ef4bc fix bug Looly 2022-06-27 21:26:16 +08:00
  • a6d4e96a41 新增注解扫描器和合成注解 Looly 2022-06-27 20:25:14 +08:00
  • 44503270bf !654 新增注解扫描器和合成注解 Merge pull request !654 from Createsequence/feat-synthetic-annotation Looly 2022-06-27 12:08:55 +00:00
  • cbb3592a70 从配置文件加载任务时,自定义ID避免重复从配置文件加载 Looly 2022-06-27 20:06:12 +08:00
  • 09441650de fix code Looly 2022-06-27 20:00:28 +08:00
  • 8032f828fe localAddressList 添加重构方法 Looly 2022-06-26 23:49:26 +08:00
  • 7bd0602219 add method Looly 2022-06-26 23:47:13 +08:00
  • 1be5c84143 !665 localAddressList 添加重构方法 Merge pull request !665 from 不忘初心/v5-dev Looly 2022-06-26 15:38:23 +00:00
  • 55d9bb8602 localAddressList 添加重构方法 bwcx_jzy 2022-06-26 19:50:23 +08:00
  • 3df784b1cf fix code Looly 2022-06-23 18:30:55 +08:00
  • 98590cb895 fix bug Looly 2022-06-23 18:26:58 +08:00
  • e4a5acf52b Merge pull request #2400 from TigerBeanst/patch-1 Golden Looly 2022-06-23 18:24:35 +08:00
  • 7eca54cf08 fix bug Looly 2022-06-23 18:23:21 +08:00
  • 9498287ec7 fix isDouble() TigerBeanst 2022-06-23 17:35:12 +08:00
  • 3085d29f51 add test Looly 2022-06-23 12:11:07 +08:00
  • 4417e5cd00 fix code Looly 2022-06-23 11:41:55 +08:00
  • 26079dbb29 fix comment Looly 2022-06-23 10:46:50 +08:00
  • 28ce133e4b fix converter Looly 2022-06-23 10:38:23 +08:00
  • 245c76f4c7 fix code Looly 2022-06-23 00:54:52 +08:00
  • a8ca13d8d6 fix code Looly 2022-06-23 00:27:09 +08:00
  • 8ee7124797 fix code Looly 2022-06-22 22:43:23 +08:00
  • a4f0f46ab1 fix code Looly 2022-06-22 22:18:24 +08:00
  • 21bfa0ebff add test Looly 2022-06-22 19:30:46 +08:00
  • 62fbbfaefd fix code Looly 2022-06-22 19:03:35 +08:00
  • 7986acb5e6 !663 【6.x】维护Opt Merge pull request !663 from 阿超/v6-dev Looly 2022-06-22 10:54:58 +00:00
  • 42b0820129 改为CharSequence VampireAchao 2022-06-22 18:47:10 +08:00
  • 693afd3328 fix bug Looly 2022-06-22 18:39:46 +08:00
  • 173211eaef 使用equals避免int值比较错误 achao 2022-06-22 17:17:37 +08:00
  • d6118fe057 Opt修改 * ofBlankAble入参和泛型改为String * ofEmptyAble额外判断集合内元素全部为null的情况 * peek直接调用ifPresent * peeks改为可爱的写法 - 移除名字太长的ifPresentOrElse - 移除没有必要的orElseThrow(Function,String) + 新增orElseRun,对应一些不满足条件时调用的简单而又无返回值操作 VampireAchao 2022-06-22 12:29:29 +08:00
  • beb3dd248d fix code Looly 2022-06-21 20:08:58 +08:00
  • bddb24711e fix code Looly 2022-06-21 19:53:26 +08:00
  • 481281f700 fix code Looly 2022-06-21 19:52:56 +08:00
  • 1ee014bdae fix code Looly 2022-06-21 18:42:52 +08:00
  • 8080a1cd83 fix comment Looly 2022-06-21 18:19:49 +08:00
  • 891e36d888 add test Looly 2022-06-21 18:18:21 +08:00
  • e74b99a558 fix test Looly 2022-06-20 21:20:54 +08:00
  • 4351dbc470 fix code Looly 2022-06-20 21:02:38 +08:00
  • 9dbb4cf85c fix code Looly 2022-06-20 21:00:56 +08:00
  • 33e95b23c1 BeanPath在空元素时默认加入map,修改根据下标类型赋值List or map Looly 2022-06-20 19:49:07 +08:00
  • d32e513191 fix Looly 2022-06-20 18:54:37 +08:00
  • 7e2eda7614 Merge pull request #2396 from tlei995/util Golden Looly 2022-06-20 18:52:28 +08:00
  • 270bec0f37 fix code Looly 2022-06-20 18:52:19 +08:00
  • 7f9fbeed20 一个代码规范检测的小问题 leitao 2022-06-20 15:49:34 +08:00