2817 Commits

Author SHA1 Message Date
Looly
dbf87f452f add testr 2022-09-21 18:23:49 +08:00
duandazhi
724728987d 1、重命名:setFieldModify-->removeFinalModify
2、移除: ReflectUtil.setFieldValue自动进行:removeFinalModify
2022-09-21 16:45:10 +08:00
duandazhi
f19d94dc8d setFieldModify增加详细注释 2022-09-21 14:51:27 +08:00
duandazhi
a8b89e48e3 JdbcDialects改成内部类 2022-09-21 14:37:48 +08:00
duandazhi
c9fe271244 setFieldModify增加非空校验,增加位与、位非 运算符说明 2022-09-21 14:29:14 +08:00
duandazhi
bcfbd28c12 ReflectUtilTest增加:测试方法,验证对 final属性的修改 2022-09-21 14:04:01 +08:00
duandazhi
fae97d0d3e ReflectUtil新增setFieldModify方法,设置:final字段可以被修改 2022-09-21 14:03:14 +08:00
Looly
5f68c73938 修复PunyCode处理域名的问题 2022-09-20 22:54:58 +08:00
Looly
1d3cf0d1a7 add method 2022-09-20 18:58:30 +08:00
Looly
11f52ffc4f 修复murmur3_32实现错误 2022-09-20 17:03:42 +08:00
Golden Looly
0c6ea1b3e8
Merge pull request #2616 from morn-0/v5-dev
修复 murmur3 32 实现错误
2022-09-20 16:14:25 +08:00
Golden Looly
41af0e6c50
Merge pull request #2617 from remember-5/v5-dev
增加.wgt格式的MimeType
2022-09-20 15:09:12 +08:00
Looly
ce1e5d3827 add test 2022-09-20 15:00:33 +08:00
wangjiahao
a91168951c 增加.wgt格式的MimeType 2022-09-20 14:47:09 +08:00
morn-0
1854755fb6 修复 murmur3 32 错误 2022-09-19 15:52:53 +08:00
Looly
1af96de3ae StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化 2022-09-19 09:52:40 +08:00
Looly
f897da013f
!807 StreamUtil.of方法新增对 Iterator 支持;StreamUtil.of(Iterable) 方法优化
Merge pull request !807 from 这是一个腊鸡/v5-dev
2022-09-19 01:29:14 +00:00
Looly
e0bb2da87b 修复FileNameUtil.cleanInvalid无法去除换行符问题 2022-09-17 22:27:51 +08:00
青韵
05e14f0fb6 StreamUtil.of(Iterable)方法优化 2022-09-17 11:14:05 +08:00
青韵
46daf6c1c0 StreamUtil.of方法新增对 Iterator 支持 2022-09-17 10:52:09 +08:00
Looly
351f5305d9 prepare 5.8.8 2022-09-15 23:57:43 +08:00
Looly
e4c2478c6f release 5.8.7 2022-09-15 23:47:10 +08:00
Looly
773d483337 fix test 2022-09-15 23:26:31 +08:00
Looly
53204e5e5b 修复Convert.chineseMoneyToNumber角分丢失问题 2022-09-15 23:17:31 +08:00
Looly
874e33458e 修复DateUtil.parseUTC时对-的处理问题 2022-09-15 17:12:30 +08:00
Looly
06fec1045c 增加SafeConcurrentHashMap 2022-09-15 09:50:54 +08:00
Looly
920fe44e50 修复ConcurrentHashMap.computeIfAbsent缺陷导致的问题 2022-09-15 01:35:34 +08:00
Looly
d1472f2bfe ImgUtil中颜色相关方法剥离到ColorUtil中 2022-09-15 01:05:28 +08:00
Golden Looly
746c18fdf7
Merge pull request #2513 from hiqiuyi/v5-dev
指定压缩后图片的背景色
2022-09-15 00:40:05 +08:00
Looly
bce8d93ba7 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil 2022-09-15 00:07:02 +08:00
Looly
15f0b6be54
!778 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper,优化QrCodeUtil
Merge pull request !778 from Tom Xin/v5-dev-qrcode-svg
2022-09-14 14:57:18 +00:00
Looly
c7bb17138e IdcardUtil增加convert18To15方法 2022-09-14 21:49:22 +08:00
Looly
d8b4aa5ec3 gts 2022-09-14 00:28:13 +08:00
Looly
182023042b fix comment 2022-09-13 23:49:11 +08:00
Looly
5bd118c636 修复ObjectUtil.defaultIfXXX中NPE问题 2022-09-13 23:04:32 +08:00
Golden Looly
a4a0633ed9
Merge pull request #2603 from youtiaoguagua/v5-dev
fix(bug): change ObjectUtil.defaultIfXXX param type Supplier to Function
2022-09-13 23:01:22 +08:00
Looly
344c27ae17 add test 2022-09-13 19:23:13 +08:00
Looly
b2c90d7d88 BooleanUtil的andOfWrap和orOfWrap()忽略null 2022-09-13 11:17:13 +08:00
youtiaoguagua
df98df70bb fix(bug): change ObjectUtil.defaultIfXXX param type Supplier to Function 2022-09-11 00:16:46 +08:00
youzipi
96499b96b5 refactor(core:MapUtil): simplify code 2022-09-06 18:44:22 +08:00
Looly
097370550e prepare 5.8.7 2022-09-05 18:24:23 +08:00
Looly
3fa9181bed 🐷release 5.8.6 2022-09-05 18:07:31 +08:00
Looly
8165bf9c82 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式 2022-09-05 17:18:00 +08:00
Looly
366a0e5c93
!793 修复图片分割方法ImgUtil.sliceByRowsAndCols()导致分割后图片失真问题
Merge pull request !793 from 小白仙人/v5-master
2022-09-05 09:14:53 +00:00
cnwenjun
5de2894520 优化图片分割失真问题 2022-09-05 14:12:37 +08:00
Looly
5b2d2050d2 fix bug 2022-09-05 12:20:34 +08:00
Looly
054f3fbf61 fix code 2022-09-05 02:37:04 +08:00
Looly
84b4609d43
!792 【轻量级pr】优化 getProcessorCount 潜在的获取不到的问题 - V5
Merge pull request !792 from dazer007/v5-dev-cpunum-fix
2022-09-04 16:39:25 +00:00
Looly
11724c8761 修复JSON反序列化时,引用字段类型的自定义JsonDeserializer无效 2022-09-04 23:18:42 +08:00
Looly
508c139b22 MapUtil增加根据entry分组 2022-09-04 22:09:01 +08:00