Looly
|
812affd972
|
!681 修复返回无法操作的对象导致无法后续操作报错问题
Merge pull request !681 from 疯狂的狮子Li/v5-master
|
2022-07-08 02:38:02 +00:00 |
|
Joy
|
0bd7f9938f
|
fix:社会统一信用代码改为统一社会信用代码
|
2022-07-07 15:29:43 +08:00 |
|
Looly
|
72b9741928
|
fix comment
|
2022-07-05 22:52:14 +08:00 |
|
Looly
|
abe420b3fe
|
fix comment
|
2022-07-05 22:42:54 +08:00 |
|
疯狂的狮子Li
|
bdf538a932
|
针对审查意见修改
|
2022-07-05 14:41:11 +00:00 |
|
Looly
|
bc19e6a924
|
fix comment
|
2022-07-05 22:38:19 +08:00 |
|
Looly
|
6ac537d6c3
|
fix bug
|
2022-07-05 22:26:27 +08:00 |
|
Golden Looly
|
99d83e142f
|
Merge pull request #2428 from SupermanChao/v5-dev
fix:修复CollUtil里面关于可变参数传null造成的crash问题
|
2022-07-05 22:23:57 +08:00 |
|
Looly
|
7f481b3556
|
add ForestMap
|
2022-07-05 22:01:38 +08:00 |
|
Looly
|
2c44d04dfd
|
!677 添加支持对森林结构进行处理的集合
Merge pull request !677 from Createsequence/feat-forest-map
|
2022-07-05 13:56:58 +00:00 |
|
Looly
|
34835939d2
|
add method
|
2022-07-05 21:54:41 +08:00 |
|
Looly
|
fc6a0567b4
|
add method
|
2022-07-05 21:47:47 +08:00 |
|
Looly
|
ea6637a770
|
!674 Convert工具类中,新增中文大写数字金额转换为数字工具方法,解决issues I5EYB3
Merge pull request !674 from hellozrh/v5-dev
|
2022-07-05 13:30:45 +00:00 |
|
Looly
|
4085c97593
|
add methods
|
2022-07-05 21:27:51 +08:00 |
|
疯狂的狮子Li
|
dc0d9591c9
|
fix 修复反馈不可操纵类型导致后续操纵报错问题
add 新增 filter sorted joining 方法
|
2022-07-05 10:55:25 +00:00 |
|
huangchengxing
|
66201839e3
|
fix comment
|
2022-07-05 17:00:09 +08:00 |
|
huangchengxing
|
749ecb0e7d
|
fix comment
|
2022-07-05 16:53:58 +08:00 |
|
huangchengxing
|
c343b51e38
|
移除不必要的泛型约束
|
2022-07-05 16:20:49 +08:00 |
|
huangchengxing
|
254e6f5315
|
将合成注解代理类提取为外部类
|
2022-07-05 16:03:11 +08:00 |
|
huangchengxing
|
d20980096e
|
将SyntheticAnnotation提取为接口,原实现更名为SyntheticMetaAnnotation
|
2022-07-05 13:47:11 +08:00 |
|
huangchengxing
|
32d0b65744
|
添加注解属性处理器
|
2022-07-05 13:39:56 +08:00 |
|
huangchengxing
|
0659440cad
|
添加注解选择器
|
2022-07-05 13:39:07 +08:00 |
|
huangchengxing
|
2ecda1d245
|
添加已合成注解接口
|
2022-07-05 13:38:25 +08:00 |
|
刘超
|
39869d3c67
|
fix:修复CollUtil里面关于可变参数传null造成的crash问题
|
2022-07-04 22:23:03 +08:00 |
|
huangchengxing
|
56abab1127
|
完善测试用例
|
2022-07-04 18:34:01 +08:00 |
|
huangchengxing
|
0ca143b0d0
|
添加forEachChild方法,putAllNode允许忽略key为null的值
|
2022-07-04 18:32:32 +08:00 |
|
huangchengxing
|
04b6c3bcdc
|
fix bug
|
2022-07-04 18:31:44 +08:00 |
|
huangchengxing
|
81cbb0d8a0
|
fix code
|
2022-07-04 15:55:07 +08:00 |
|
huangchengxing
|
59b5a17ee6
|
添加支持对森林结构进行处理的集合
|
2022-07-04 15:35:20 +08:00 |
|
zhangrenhua
|
7f13b38a7f
|
中文大写数字金额转换为数字,返回结果以元为单位的BigDecimal类型数字
解决问题 https://gitee.com/dromara/hutool/issues/I5EYB3
|
2022-07-01 17:22:04 +08:00 |
|
Looly
|
adf23e1cf7
|
fix code
|
2022-06-30 18:40:08 +08:00 |
|
Looly
|
9b19403960
|
!671 修复注解工具类getAnnotations的NPE问题,注解扫描器添新功能
Merge pull request !671 from Createsequence/refactor-annotation
|
2022-06-30 10:09:12 +00:00 |
|
Looly
|
9a6acc8329
|
add isIn
|
2022-06-30 17:54:44 +08:00 |
|
huangchengxing
|
10f3abfeb8
|
fix code
|
2022-06-30 15:38:11 +08:00 |
|
huangchengxing
|
8cf3015075
|
fix comment
|
2022-06-30 15:34:16 +08:00 |
|
huangchengxing
|
7cc0994942
|
AnnotationUtil添加scanMetaAnnotation、scanClass与scanMethod方法
|
2022-06-30 15:31:38 +08:00 |
|
huangchengxing
|
0b60b24950
|
test: 注解扫描器的完善测试用例;
|
2022-06-30 15:30:41 +08:00 |
|
huangchengxing
|
062ec707f2
|
AnnotationScanner添加scan方法,MethodAnnotationScanner扫描器添加对父类/父接口方法中具有相同签名方法的扫描支持
|
2022-06-30 15:28:36 +08:00 |
|
huangchengxing
|
d1bba67d3a
|
fix: 修复潜在的空指针问题
|
2022-06-30 15:25:24 +08:00 |
|
bob.guo
|
975a6dbe69
|
检查值是否在指定范围内 修改方法命名
|
2022-06-30 10:03:12 +08:00 |
|
bob.guo
|
9eb9b07b11
|
检查值是否在指定范围内
|
2022-06-28 19:50:41 +08:00 |
|
Looly
|
1f5f0b1f58
|
prepare 5.8.5
|
2022-06-27 22:05:52 +08:00 |
|
Looly
|
fc091b01a2
|
fix test
|
2022-06-27 21:47:38 +08:00 |
|
Looly
|
6d8509155a
|
fix comment
|
2022-06-27 21:42:11 +08:00 |
|
Looly
|
d8047b00c4
|
🐔release 5.8.4
|
2022-06-27 21:35:46 +08:00 |
|
Looly
|
ac11df0889
|
fix bug
|
2022-06-27 21:29:25 +08:00 |
|
Looly
|
a6d4e96a41
|
新增注解扫描器和合成注解
|
2022-06-27 20:25:14 +08:00 |
|
Looly
|
44503270bf
|
!654 新增注解扫描器和合成注解
Merge pull request !654 from Createsequence/feat-synthetic-annotation
|
2022-06-27 12:08:55 +00:00 |
|
bwcx_jzy
|
55d9bb8602
|
localAddressList 添加重构方法
|
2022-06-26 19:50:23 +08:00 |
|
Looly
|
98590cb895
|
fix bug
|
2022-06-23 18:26:58 +08:00 |
|