Matthew Zhang
|
99313300ad
|
[fix]修改cn.hutool.crypto包下的SignUtil类注释,将"非堆成签名"修改为"非对称签名"
|
2024-04-12 10:08:38 +08:00 |
|
Looly
|
8e91ef2938
|
JSONConfig增加setWriteLongAsString可选是否将Long写出为String类型
|
2024-04-11 21:45:12 +08:00 |
|
Looly
|
5fa835d702
|
增加设置验证码大小和针对alias注释
|
2024-04-11 21:28:45 +08:00 |
|
Golden Looly
|
9ccb57e94e
|
Merge pull request #3533 from gg1229505432/v5-dev
fix: add introduction for setOnlyAlias
|
2024-04-11 21:25:04 +08:00 |
|
Looly
|
68530d9e5b
|
修复FileMagicNumber.getMagicNumber空指针问题
|
2024-04-11 21:01:52 +08:00 |
|
Looly
|
9a6ac21798
|
修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题
|
2024-04-08 17:31:25 +08:00 |
|
Looly
|
983eccf3e6
|
!1201 清除 cn.hutool.core.util.StrUtil.toStringOrEmpty 方法的 @author 信息
Merge pull request !1201 from ahwei/v5-dev
|
2024-04-08 08:17:30 +00:00 |
|
ahwei
|
404f0bd394
|
更新 StrUtil 的 toStringOrEmpty 方法 @author 信息
更新 StrUtil 的 toStringOrEmpty 方法 @author 信息
Signed-off-by: ahwei <ahwei163@qq.com>
|
2024-04-08 07:23:51 +00:00 |
|
xujunwei
|
8f31843817
|
清除 cn.hutool.core.util.StrUtil.toStringOrEmpty 方法的 @author 信息
|
2024-04-07 18:28:03 +08:00 |
|
Looly
|
eb98a473af
|
设置jsch登录认证方式,跳过Kerberos身份验证
|
2024-04-07 15:35:37 +08:00 |
|
Golden Looly
|
c96133f017
|
Merge pull request #3530 from rocsun/v5-dev
设置jsch登录认证方式,跳过Kerberos身份验证
|
2024-04-07 15:33:14 +08:00 |
|
FRANKSTEIN11
|
397bcd7341
|
feature: add captcha font size
|
2024-04-04 23:52:30 +08:00 |
|
FRANKSTEIN11
|
bf7738e6f9
|
fix: add introduction for setOnlyAlias
|
2024-04-03 22:23:17 +08:00 |
|
Looly
|
5317f3539d
|
fix comment
|
2024-04-03 12:49:53 +08:00 |
|
Looly
|
acaf369244
|
!1197 修改返回值注释描述误解
Merge pull request !1197 from feng/v5-dev
|
2024-04-03 04:44:29 +00:00 |
|
Looly
|
28222dd349
|
StrUtil增加toStringOrEmpty方法
|
2024-04-03 12:45:08 +08:00 |
|
Looly
|
562d41386f
|
!1198 [Feat] cn.hutool.core.util.StrUtil增加新方法 toStringOrEmptyStr, 调用对象的toString方法, null会返回空字符串 ""
Merge pull request !1198 from ahwei/v5-dev
|
2024-04-03 04:40:18 +00:00 |
|
Looly
|
d088fd1f7d
|
add test
|
2024-04-03 12:37:28 +08:00 |
|
xujunwei
|
6996723c58
|
[Feat] cn.hutool.core.util.StrUtil增加新方法 toStringOrEmptyStr, 调用对象的toString方法, null会返回空字符串 ""
|
2024-04-02 16:41:12 +08:00 |
|
周洋洋
|
9facd5ca86
|
修改hutool-system包中的SystemUtil类 返回Java虚拟机编译系统相关属性 的注释返回值a 容易造成误解
|
2024-04-01 16:56:33 +08:00 |
|
Looly
|
c694628154
|
修正XmlUtil的omitXmlDeclaration描述注释
|
2024-04-01 16:27:56 +08:00 |
|
Rocsun
|
e41c2425f1
|
设置jsch登录认证方式,跳过Kerberos身份验证
|
2024-04-01 15:26:16 +08:00 |
|
Looly
|
8723aad75d
|
fix comment
|
2024-03-29 15:54:48 +08:00 |
|
Looly
|
dac3684de5
|
prepare 5.8.28
|
2024-03-29 12:30:31 +08:00 |
|
Looly
|
3e716fcf0a
|
🐶release 5.8.27
|
2024-03-29 12:10:14 +08:00 |
|
Golden Looly
|
d773a59da6
|
Merge pull request #3527 from yearliny/v5-dev
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
|
2024-03-29 11:25:24 +08:00 |
|
Looly
|
74226c4f5e
|
修复cron中在小月时使用“L”的计算问题
|
2024-03-29 11:22:56 +08:00 |
|
Looly
|
bdaa89fbd0
|
!1189 尝试修复cron中在小月时使用“L”的计算bug
Merge pull request !1189 from emptypoint/fix-cron-bug
|
2024-03-29 01:12:33 +00:00 |
|
Looly
|
339b8869ad
|
新增RFC2822日期格式解析支持
|
2024-03-28 23:19:17 +08:00 |
|
Looly
|
94b28801a3
|
supoort
|
2024-03-28 23:13:36 +08:00 |
|
Looly
|
eebec03334
|
修复图片操作未调用flush导致资源未释放问题
|
2024-03-28 22:26:32 +08:00 |
|
Looly
|
abfa378ce0
|
新增数据库Wrapper支持反解
|
2024-03-28 15:53:11 +08:00 |
|
Looly
|
c93e28d775
|
!1192 新增 数据库 wrapper 支持反解
Merge pull request !1192 from 蒋小小/v5-dev
|
2024-03-28 07:49:16 +00:00 |
|
yearliny
|
483f7df1dd
|
IdcardUtil 新增对新版外国人永久居留身份证(18位)的支持
政策文件:https://www.nia.gov.cn/20231013/2.pdf
|
2024-03-28 11:50:30 +08:00 |
|
bwcx_jzy
|
e611019659
|
新增 数据库 wrapper 支持反解
|
2024-03-28 10:09:11 +08:00 |
|
Looly
|
1eb6e24124
|
add test
|
2024-03-26 20:06:04 +08:00 |
|
Looly
|
db2b6929ba
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-03-26 19:59:47 +08:00 |
|
Golden Looly
|
db83312320
|
Merge pull request #3526 from co-pine/v5-dev
修改 CharSequenceUtil.ordinalIndexOf 方法的注释
|
2024-03-26 19:58:26 +08:00 |
|
pine
|
4ebf69c81b
|
修改 CharSequenceUtil.ordinalIndexOf 方法的注释
|
2024-03-26 19:49:59 +08:00 |
|
Looly
|
2f7938492e
|
优化ThreadUtil.safeSleep,使用System.nanoTime()
|
2024-03-26 18:13:46 +08:00 |
|
Looly
|
8e26dd001b
|
fix name
|
2024-03-23 09:41:43 +08:00 |
|
Looly
|
6ec135486c
|
fix code
|
2024-03-20 16:41:35 +08:00 |
|
Looly
|
a1f591c099
|
修复ClassUtil.getTypeArgument() 获取泛型存在null问题
|
2024-03-18 11:53:33 +08:00 |
|
Looly
|
bf890d17f1
|
修复ClassUtil.getTypeArgument() 获取泛型存在null问题
|
2024-03-18 09:53:15 +08:00 |
|
emptypoiint
|
ac1246d7d9
|
update 确保线程安全;
|
2024-03-17 14:36:02 +08:00 |
|
emptypoiint
|
b270bc1420
|
修复cron无法生成小月的最后一天的bug;
|
2024-03-17 00:41:12 +08:00 |
|
Looly
|
03a92830a6
|
修复Graphics2D的资源没释放问题
|
2024-03-15 16:37:41 +08:00 |
|
Looly
|
3a70158d96
|
!1188 修正CHANGELOG_5.0-5.7.md 文档内容有误的问题
Merge pull request !1188 from 这个网名不错/v5-dev
|
2024-03-15 08:31:26 +00:00 |
|
lixiaohua
|
ce169230b5
|
修正文档错误
|
2024-03-15 01:06:27 +08:00 |
|
Looly
|
6d9791fd11
|
!1187 修改ipv6脱敏注释错误
Merge pull request !1187 from 风澈/v5-dev
|
2024-03-13 07:19:22 +00:00 |
|