Looly
|
981ea9a48d
|
!717 SystemPropsUtil.getBoolean方法应该只有值为true时才返回true,其他情况都应该返回false
Merge pull request !717 from uyong/v5-dev
|
2022-07-21 03:53:24 +00:00 |
|
gonggy
|
69782c0ced
|
SystemPropsUtil.getBoolean方法应该只有值为true时才返回true,其他情况都应该返回false
|
2022-07-20 19:19:46 +08:00 |
|
Looly
|
88c36b8bfa
|
修复UrlBuilder无法配置末尾追加“/”问题
|
2022-07-20 13:13:14 +08:00 |
|
Looly
|
1fcee08263
|
修复Console.log应该把异常信息输出位置错误问题
|
2022-07-20 12:16:59 +08:00 |
|
Looly
|
d09498a1a6
|
!716 Console.log应该把异常信息打印到out而不是err
Merge pull request !716 from uyong/dict-fixed
|
2022-07-20 04:12:56 +00:00 |
|
gonggy
|
35cdf306d8
|
Console.log应该把异常信息打印到out而不是err
|
2022-07-19 19:44:28 +08:00 |
|
Looly
|
e3b296e89d
|
修复Dict缺少putIfAbsent、computeIfAbsent问题
|
2022-07-19 10:57:18 +08:00 |
|
Looly
|
fad4886722
|
!715 添加了通用的注解扫描器 GenericAnnotationScanner ,并在 AnnotationScanner 接口中统一提供了提前配置好的扫描器静态实例
Merge pull request !715 from Createsequence/feat-scanner
|
2022-07-19 02:41:45 +00:00 |
|
Looly
|
d8bf71513c
|
!714 Dict增加覆盖putIfAbsent和computeIfAbsent的方法
Merge pull request !714 from uyong/dict-fixed
|
2022-07-19 02:27:52 +00:00 |
|
huangchengxing
|
13b5b32384
|
添加元素扫描器与通用注解扫描器,在AnnotationScanner中统一提供已经配置好扫描模式的静态扫描器实例
|
2022-07-19 09:56:37 +08:00 |
|
gonggy
|
b83be40567
|
Dict增加覆盖putIfAbsent和computeIfAbsent的方法
|
2022-07-19 09:18:46 +08:00 |
|
Looly
|
40fab305dd
|
!711 修复元注解扫描器在注解出现循环引用时无限递归的问题
Merge pull request !711 from Createsequence/v5-dev
|
2022-07-18 01:56:52 +00:00 |
|
huangchengxing
|
e02813b65b
|
fix comment
|
2022-07-17 23:46:36 +08:00 |
|
huangchengxing
|
4a3b8d843a
|
修复元注解扫描器在注解出现循环引用时无限递归的问题
|
2022-07-17 23:46:26 +08:00 |
|
Looly
|
dfb12eb22c
|
fix doc
|
2022-07-17 22:17:34 +08:00 |
|
Looly
|
ca10c8e7b9
|
fix doc
|
2022-07-17 22:13:55 +08:00 |
|
Looly
|
89dfeb5a76
|
合成注解相关功能重构,增加@Link及其子注解
|
2022-07-17 22:04:54 +08:00 |
|
Looly
|
97fdc33d47
|
!702 合成注解相关功能重构,添加支持通过@Link及其子注解,实现注解中属性的互为镜像、可选覆盖以及强制覆盖三种模式的别名机制的新特性
Merge pull request !702 from Createsequence/feat-link-annotation-clean
|
2022-07-17 13:59:18 +00:00 |
|
Looly
|
5ba2ba9e2a
|
PemUtil.readPemPrivateKey支持pkcs#1格式,增加OpensslKeyUtil
|
2022-07-17 21:26:09 +08:00 |
|
Golden Looly
|
b6a4be4aab
|
Merge pull request #2456 from changhr2013/v5-dev
V5 dev
|
2022-07-17 20:08:00 +08:00 |
|
Looly
|
10fd5d9f9b
|
修复CombinationAnnotationElement造成递归循环
|
2022-07-17 18:19:13 +08:00 |
|
Looly
|
5c6e7cf507
|
修复CombinationAnnotationElement造成递归循环
|
2022-07-17 18:17:32 +08:00 |
|
changhr2013
|
db26085379
|
Merge branch 'v5-master' into v5-dev
|
2022-07-17 15:43:06 +08:00 |
|
changhr2013
|
7c2e0ed887
|
[new] enhance PemUtil#readPemKey method, support more pem format, depend on bcpkix-jdk15on
|
2022-07-17 15:41:26 +08:00 |
|
Looly
|
45c5d11449
|
add version comment
|
2022-07-17 00:34:14 +08:00 |
|
Golden Looly
|
071b1fcae3
|
Merge pull request #2442 from thebe4st/v5-dev
cn.hutool.core.util.PageUtil#totalPage增加totalCount为long类型的重载方法
|
2022-07-17 00:32:10 +08:00 |
|
Looly
|
5d500f8f14
|
ReUtil增加getAllGroups重载
|
2022-07-17 00:30:39 +08:00 |
|
Looly
|
eb9df251d5
|
增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isIn
|
2022-07-17 00:15:14 +08:00 |
|
Looly
|
f2cde9a860
|
增加TemporalAccessorUtil.isIn
|
2022-07-17 00:11:21 +08:00 |
|
Looly
|
8a9025ac55
|
修复bmp文件判断问题
|
2022-07-17 00:08:41 +08:00 |
|
huangchengxing
|
4e5cc6c5d0
|
add methods and comment
|
2022-07-16 18:37:33 +08:00 |
|
huangchengxing
|
c27c74f192
|
合成聚合注解支持处理多个根注解,并且可选择是否扫描根注解的元注解
|
2022-07-16 18:02:02 +08:00 |
|
huangchengxing
|
d873b6e9da
|
提取获取注解属性值相关逻辑至注解属性值提取器
|
2022-07-16 16:19:54 +08:00 |
|
huangchengxing
|
931965301b
|
提取注解合成相关逻辑至注解合成器
|
2022-07-16 13:18:55 +08:00 |
|
Looly
|
6580f1fe99
|
fix comment
|
2022-07-16 12:33:34 +08:00 |
|
Looly
|
ab79193c7e
|
fix code
|
2022-07-16 12:18:21 +08:00 |
|
Golden Looly
|
22366f38f1
|
Merge pull request #2441 from fanthos/patch-1
处理 Partition<T> 的问题
|
2022-07-16 11:43:36 +08:00 |
|
Looly
|
a8db37ce9f
|
修复时间戳为Integer时 时间转换有误问题
|
2022-07-16 11:30:44 +08:00 |
|
Golden Looly
|
8b43bcc1dc
|
Merge pull request #2449 from duhanmin/2447
bug修复 2447 JSONUtil.toBean 当时间戳为Integer时 时间转换有误
|
2022-07-16 11:28:03 +08:00 |
|
Looly
|
9676a663c3
|
增加比较两个LocalDateTime是否为同一天
|
2022-07-16 09:03:12 +08:00 |
|
Looly
|
7dd7a35edf
|
!693 比较两个 LocalDateTime 是否为同一天
Merge pull request !693 from HsinDumas/v5-dev
|
2022-07-16 00:59:02 +00:00 |
|
Looly
|
41f0b2114d
|
修复Dict#containsKey方法没区分大小写问题
|
2022-07-16 08:58:50 +08:00 |
|
Looly
|
cc6a9c02c9
|
!697 Dict 重写containsKey
Merge pull request !697 from handy/handy-12
|
2022-07-16 00:48:10 +00:00 |
|
Looly
|
3bd48d4a16
|
优化HttpUtil.isHttp判断,避免NPE
|
2022-07-16 08:47:01 +08:00 |
|
Looly
|
e1ba2e79e7
|
ForestMap添加getNodeValue方法
|
2022-07-16 08:41:20 +08:00 |
|
Looly
|
c2ebdb4476
|
!699 ForestMap添加getNodeValue方法
Merge pull request !699 from Createsequence/feat-node-value
|
2022-07-16 00:39:30 +00:00 |
|
huangchengxing
|
cf08a92f34
|
添加层级对象接口
|
2022-07-14 16:16:14 +08:00 |
|
duhanmin
|
9a69b37007
|
Issue2447
|
2022-07-14 11:18:09 +08:00 |
|
huangchengxing
|
18f67274b8
|
优化代码,调整类名
|
2022-07-13 22:42:16 +08:00 |
|
huangchengxing
|
cf99ec14ca
|
修复镜像属性会被重复包装的问题
|
2022-07-13 22:40:33 +08:00 |
|