Commit Graph

  • 40fab305dd !711 修复元注解扫描器在注解出现循环引用时无限递归的问题 Merge pull request !711 from Createsequence/v5-dev Looly 2022-07-18 01:56:52 +00:00
  • e02813b65b fix comment huangchengxing 2022-07-17 23:46:36 +08:00
  • 4a3b8d843a 修复元注解扫描器在注解出现循环引用时无限递归的问题 huangchengxing 2022-07-17 23:46:26 +08:00
  • dfb12eb22c fix doc Looly 2022-07-17 22:17:34 +08:00
  • ca10c8e7b9 fix doc Looly 2022-07-17 22:13:55 +08:00
  • 89dfeb5a76 合成注解相关功能重构,增加@Link及其子注解 Looly 2022-07-17 22:04:54 +08:00
  • 97fdc33d47 !702 合成注解相关功能重构,添加支持通过@Link及其子注解,实现注解中属性的互为镜像、可选覆盖以及强制覆盖三种模式的别名机制的新特性 Merge pull request !702 from Createsequence/feat-link-annotation-clean Looly 2022-07-17 13:59:18 +00:00
  • faa6eebe52 add methods Looly 2022-07-17 21:52:55 +08:00
  • 700de56daa add methods Looly 2022-07-17 21:39:26 +08:00
  • 5ba2ba9e2a PemUtil.readPemPrivateKey支持pkcs#1格式,增加OpensslKeyUtil Looly 2022-07-17 21:26:09 +08:00
  • b6a4be4aab Merge pull request #2456 from changhr2013/v5-dev Golden Looly 2022-07-17 20:08:00 +08:00
  • 2c0194d86d remove TimeInterval Looly 2022-07-17 19:22:13 +08:00
  • f94da98a20 change jo Looly 2022-07-17 18:45:01 +08:00
  • 94d5889b1c fix bug Looly 2022-07-17 18:43:58 +08:00
  • 10fd5d9f9b 修复CombinationAnnotationElement造成递归循环 Looly 2022-07-17 18:19:13 +08:00
  • 5c6e7cf507 修复CombinationAnnotationElement造成递归循环 Looly 2022-07-17 18:17:32 +08:00
  • db26085379 Merge branch 'v5-master' into v5-dev changhr2013 2022-07-17 15:43:06 +08:00
  • 7c2e0ed887 [new] enhance PemUtil#readPemKey method, support more pem format, depend on bcpkix-jdk15on changhr2013 2022-07-17 15:41:26 +08:00
  • 49e40132ac fix comment Looly 2022-07-17 00:43:06 +08:00
  • 50fe0f4fce add methods Looly 2022-07-17 00:38:22 +08:00
  • 45c5d11449 add version comment Looly 2022-07-17 00:34:14 +08:00
  • 071b1fcae3 Merge pull request #2442 from thebe4st/v5-dev Golden Looly 2022-07-17 00:32:10 +08:00
  • 5d500f8f14 ReUtil增加getAllGroups重载 Looly 2022-07-17 00:30:39 +08:00
  • eb9df251d5 增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isIn Looly 2022-07-17 00:15:14 +08:00
  • f2cde9a860 增加TemporalAccessorUtil.isIn Looly 2022-07-17 00:11:21 +08:00
  • 8a9025ac55 修复bmp文件判断问题 Looly 2022-07-17 00:08:41 +08:00
  • d6fe591abd fix name Looly 2022-07-17 00:05:43 +08:00
  • 26acf5bf24 fix bug Looly 2022-07-16 23:52:15 +08:00
  • df9050026e add isIn Looly 2022-07-16 23:48:45 +08:00
  • ced4e50334 !692 用StreamUtil实现PredicateUtil,补全单测,抑制泛型参数警告 Merge pull request !692 from 阿超/v6-dev Looly 2022-07-16 15:13:13 +00:00
  • a098b1e9d8 fix bug Looly 2022-07-16 23:13:00 +08:00
  • 681535c575 fix code Looly 2022-07-16 22:46:31 +08:00
  • 8e7d09cfc0 fix test Looly 2022-07-16 21:54:34 +08:00
  • 4e5cc6c5d0 add methods and comment huangchengxing 2022-07-16 18:37:33 +08:00
  • c27c74f192 合成聚合注解支持处理多个根注解,并且可选择是否扫描根注解的元注解 huangchengxing 2022-07-16 18:02:02 +08:00
  • d873b6e9da 提取获取注解属性值相关逻辑至注解属性值提取器 huangchengxing 2022-07-16 16:19:54 +08:00
  • 931965301b 提取注解合成相关逻辑至注解合成器 huangchengxing 2022-07-16 13:18:55 +08:00
  • 6580f1fe99 fix comment Looly 2022-07-16 12:33:34 +08:00
  • ab79193c7e fix code Looly 2022-07-16 12:18:21 +08:00
  • 22366f38f1 Merge pull request #2441 from fanthos/patch-1 Golden Looly 2022-07-16 11:43:36 +08:00
  • a8db37ce9f 修复时间戳为Integer时 时间转换有误问题 Looly 2022-07-16 11:30:44 +08:00
  • 8b43bcc1dc Merge pull request #2449 from duhanmin/2447 Golden Looly 2022-07-16 11:28:03 +08:00
  • 9676a663c3 增加比较两个LocalDateTime是否为同一天 Looly 2022-07-16 09:03:12 +08:00
  • 7dd7a35edf !693 比较两个 LocalDateTime 是否为同一天 Merge pull request !693 from HsinDumas/v5-dev Looly 2022-07-16 00:59:02 +00:00
  • 41f0b2114d 修复Dict#containsKey方法没区分大小写问题 Looly 2022-07-16 08:58:50 +08:00
  • cc6a9c02c9 !697 Dict 重写containsKey Merge pull request !697 from handy/handy-12 Looly 2022-07-16 00:48:10 +00:00
  • 3bd48d4a16 优化HttpUtil.isHttp判断,避免NPE Looly 2022-07-16 08:47:01 +08:00
  • e1ba2e79e7 ForestMap添加getNodeValue方法 Looly 2022-07-16 08:41:20 +08:00
  • c2ebdb4476 !699 ForestMap添加getNodeValue方法 Merge pull request !699 from Createsequence/feat-node-value Looly 2022-07-16 00:39:30 +00:00
  • cf08a92f34 添加层级对象接口 huangchengxing 2022-07-14 16:16:14 +08:00
  • 9a69b37007 Issue2447 duhanmin 2022-07-14 11:18:09 +08:00
  • 18f67274b8 优化代码,调整类名 huangchengxing 2022-07-13 22:42:16 +08:00
  • cf99ec14ca 修复镜像属性会被重复包装的问题 huangchengxing 2022-07-13 15:11:24 +08:00
  • da7dbc2ba3 fix code huangchengxing 2022-07-13 22:40:03 +08:00
  • a352783b5c 优化代码,调整变量、方法与类名,完善测试用例 huangchengxing 2022-07-13 22:39:41 +08:00
  • b29b0c3932 将AnnotationUtil获取合成注解的方法统一改为以SynthesizedAnnotation结尾 huangchengxing 2022-07-09 15:23:00 +08:00
  • 18c7a78062 调整方法、变量与类名,完善测试用例 huangchengxing 2022-07-13 22:36:08 +08:00
  • eae76eb275 优化代码,修复不准确的注释,完善测试用例 huangchengxing 2022-07-13 22:34:13 +08:00
  • 17b48024ad 添加@ForceAliasFor注解 huangchengxing 2022-07-08 11:59:44 +08:00
  • 491c53e7dd 添加@MirrorFor和@AliasFor注解 huangchengxing 2022-07-13 22:31:48 +08:00
  • e4a7576d7f 1.添加@Link注解以及对应的关系枚举 2.添加注解属性对象与合成注解后置处理器,用于支持基于@Alias与@Link的枚举字段映射功能 huangchengxing 2022-07-13 20:38:18 +08:00
  • 6ca36ec059 add methods huangchengxing 2022-07-13 09:06:31 +08:00
  • 78d6cea9a2 Dict 重写containsKey 韩帅 2022-07-12 20:01:18 +08:00
  • 312d2800c9 cn.hutool.core.util.PageUtil#totalPage增加totalCount为long类型的重载方法 cenzhongyuan 2022-07-12 17:38:29 +08:00
  • a425ac5fb3 处理 Partition<T> 的问题 Boyi C 2022-07-12 17:09:48 +08:00
  • eefdd7fc4f 扩展IoUtil、BooleanUtil两个工具类 zhangrenhua 2022-07-11 16:15:46 +08:00
  • 94db57ad5e 比较两个 LocalDateTime 是否为同一天 HsinDumas 2022-07-11 10:16:47 +08:00
  • a38e3e52af 修复异常socket没有关闭问题 Looly 2022-07-11 09:15:18 +08:00
  • 93012d7728 !690 socket模块功能优化 Merge pull request !690 from uyong/v5-dev Looly 2022-07-11 01:12:13 +00:00
  • 8a517a7f04 优化PredicateUtil,补全单测,抑制泛型参数警告 achao 2022-07-09 22:40:34 +08:00
  • c2bb34fd7e 1. 日志优化 2. 方法javadoc优化,增加throws 3. NioServer创建失败时自动关闭资源 gonggy 2022-07-09 17:53:52 +08:00
  • e38f9bf9b8 add methods Looly 2022-07-09 14:38:27 +08:00
  • 31e5eead89 fix code Looly 2022-07-09 13:27:36 +08:00
  • 2f5e95dca8 add method Looly 2022-07-09 12:42:25 +08:00
  • 9d487d3f36 Merge pull request #2437 from duhanmin/v5-dev-du Golden Looly 2022-07-09 12:40:22 +08:00
  • 607ddb725e containsAll duhanmin 2022-07-09 11:32:55 +08:00
  • c7db8b2e16 fix code Looly 2022-07-08 10:43:53 +08:00
  • 812affd972 !681 修复返回无法操作的对象导致无法后续操作报错问题 Merge pull request !681 from 疯狂的狮子Li/v5-master Looly 2022-07-08 02:38:02 +00:00
  • 71fb5b2ea1 !684 社会统一信用代码改为统一社会信用代码 Merge pull request !684 from Joy/v5-dev Looly 2022-07-08 00:59:34 +00:00
  • 0bd7f9938f fix:社会统一信用代码改为统一社会信用代码 Joy 2022-07-07 15:29:43 +08:00
  • dc3e87f43b add methods Looly 2022-07-07 09:44:03 +08:00
  • c851b34e4a !683 HttpRequest 新增 thenFunction 方法 Merge pull request !683 from 不忘初心/v5-dev Looly 2022-07-07 01:19:24 +00:00
  • 59672d0812 HttpRequest 新增 thenFunction 方法 bwcx_jzy 2022-07-06 18:43:02 +08:00
  • 73ee346bb6 add methods Looly 2022-07-05 23:23:13 +08:00
  • b35e0981ec add methods Looly 2022-07-05 23:20:36 +08:00
  • 440e3ebc2a add methods Looly 2022-07-05 22:59:49 +08:00
  • 6f97c9ed42 !676 【6.x】新增CollectorUtil.reduceListMap()用于Collection<Map<K,V>> => Map<K,List<V>>,优化groupingBy中对null的处理 Merge pull request !676 from 阿超/v6-dev Looly 2022-07-05 14:57:55 +00:00
  • 72b9741928 fix comment Looly 2022-07-05 22:52:14 +08:00
  • abe420b3fe fix comment Looly 2022-07-05 22:42:54 +08:00
  • bdf538a932 针对审查意见修改 疯狂的狮子Li 2022-07-05 14:41:11 +00:00
  • bc19e6a924 fix comment Looly 2022-07-05 22:38:19 +08:00
  • 6ac537d6c3 fix bug Looly 2022-07-05 22:26:27 +08:00
  • 99d83e142f Merge pull request #2428 from SupermanChao/v5-dev Golden Looly 2022-07-05 22:23:57 +08:00
  • 7f481b3556 add ForestMap Looly 2022-07-05 22:01:38 +08:00
  • 2c44d04dfd !677 添加支持对森林结构进行处理的集合 Merge pull request !677 from Createsequence/feat-forest-map Looly 2022-07-05 13:56:58 +00:00
  • 34835939d2 add method Looly 2022-07-05 21:54:41 +08:00
  • fc6a0567b4 add method Looly 2022-07-05 21:47:47 +08:00
  • ea6637a770 !674 Convert工具类中,新增中文大写数字金额转换为数字工具方法,解决issues I5EYB3 Merge pull request !674 from hellozrh/v5-dev Looly 2022-07-05 13:30:45 +00:00
  • 4085c97593 add methods Looly 2022-07-05 21:27:51 +08:00
  • 8a9073fb6b !678 合成注解SyntheticAnnotation提取为接口,并为实现类添加注解选择器和属性处理器 Merge pull request !678 from Createsequence/refactor-synthetic-annotation Looly 2022-07-05 13:22:18 +00:00