Looly
|
f9f0a5ed1a
|
TemplateUtil的实现类增加getRawEngine方法
|
2022-09-15 00:34:06 +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
|
22a92654b8
|
!804 更新redis中setStr()方法的注释
Merge pull request !804 from 曙天/v5-master
|
2022-09-14 13:50:15 +00:00 |
|
Looly
|
c7bb17138e
|
IdcardUtil增加convert18To15方法
|
2022-09-14 21:49:22 +08:00 |
|
Looly
|
ac3fc026e1
|
修复Ftp中路径问题
|
2022-09-14 21:43:05 +08:00 |
|
曙天
|
8d3cf768b0
|
update hutool-db/src/main/java/cn/hutool/db/nosql/redis/RedisDS.java.
更新注释
Signed-off-by: 曙天 <tugenhao@126.com>
|
2022-09-14 06:13:05 +00: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
|
576d9c28a2
|
修复Hive2驱动无法识别问题
|
2022-09-13 23:13:55 +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
|
65c91c5aef
|
优化JWT自动识别header中的算法,并可自定义header中key的顺序
|
2022-09-13 19:17:57 +08:00 |
|
Looly
|
d14483a698
|
update dependency
|
2022-09-13 11:34:08 +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 |
|
Looly
|
4696576598
|
fix code
|
2022-09-07 09:28:33 +08:00 |
|
Golden Looly
|
4b49e6ccd6
|
Merge pull request #2594 from youzipi/v5-dev
refactor(core:MapUtil): simplify code
|
2022-09-07 09:27:12 +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
|
e1d1e612c7
|
fix changelog
|
2022-09-05 18:23:11 +08:00 |
|
Looly
|
3fa9181bed
|
🐷release 5.8.6
|
2022-09-05 18:07:31 +08:00 |
|
Looly
|
8a8f529514
|
updatedependency
|
2022-09-05 18:06:43 +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
|
d141efea62
|
Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev
|
2022-09-05 10:36:17 +08:00 |
|
Looly
|
ff8b9f47ca
|
fix code
|
2022-09-05 10:33:39 +08:00 |
|
Looly
|
054f3fbf61
|
fix code
|
2022-09-05 02:37:04 +08:00 |
|
Looly
|
d033b1ec0f
|
优化 getProcessorCount 潜在的获取不到的问题
|
2022-09-05 00:44:50 +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 |
|
Golden Looly
|
3965535a2d
|
Merge pull request #2591 from googoo-s/v5-dev
[新特性]MapUtil增加根据entry分组
|
2022-09-04 22:07:09 +08:00 |
|
Looly
|
fd7be4e6d2
|
扩展LocalDateTimeUtil.isIn方法使用场景
|
2022-09-04 22:06:11 +08:00 |
|
Golden Looly
|
c0cf8cf42d
|
Merge pull request #2589 from fengbaoheng/v5-dev
扩展LocalDateTimeUtil.isIn方法使用场景
|
2022-09-04 21:55:56 +08:00 |
|
Looly
|
501315d8ef
|
Ftp方法isDir和exist修复及改进
|
2022-09-04 21:54:25 +08:00 |
|
Golden Looly
|
8b9d7b1486
|
Merge pull request #2574 from yebukong/v5-dev-yebukong
Ftp方法isDir和exist修复及改进
|
2022-09-04 21:53:57 +08:00 |
|
googoo-s
|
5a1826259a
|
MapUtil增加根据entry分组
|
2022-09-04 21:01:21 +08:00 |
|
fengbaoheng
|
7ec9106c7a
|
补充比较当前时间的单元测试
|
2022-09-04 01:16:01 +08:00 |
|
fengbaoheng
|
be9711d5dd
|
合并isBetween、isIn方法
|
2022-09-04 01:07:15 +08:00 |
|
fengbaoheng
|
b906cad408
|
校验时间比较方法的入参合法性
|
2022-09-04 00:20:25 +08:00 |
|
fengbaoheng
|
5d148eb2e3
|
增加比较时间范围的工具方法
|
2022-09-04 00:03:17 +08:00 |
|
duandazhi
|
c5c60984cb
|
修复availableProcessors,潜在的native方法获取CPU个数失败的问题
|
2022-09-02 22:54:22 +08:00 |
|
yebukong
|
f9204dc6de
|
避免字符越界
|
2022-09-02 18:11:07 +08:00 |
|
yebukong
|
e0559ec96c
|
ftp.exist空值检查
|
2022-09-02 17:40:45 +08:00 |
|
Tom Xin
|
b877ae2a77
|
update AnsiColorWrapper.java
Signed-off-by: Tom Xin <766781886@qq.com>
|
2022-09-01 11:44:05 +00:00 |
|
yebukong
|
f279b4a9ac
|
ftp.exist分支优化
|
2022-08-31 14:14:08 +08:00 |
|