Looly
|
a05fb1a000
|
ExcelWriter.autoSizeColumn增加可选widthRatio参数,可配置中文字符宽度倍数
|
2024-08-08 11:23:32 +08:00 |
|
Looly
|
0aaa9019ad
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-08-08 11:16:48 +08:00 |
|
Looly
|
c2f03ebc2c
|
change date
|
2024-08-08 10:48:56 +08:00 |
|
Golden Looly
|
be4c37741d
|
Merge pull request #3689 from bourne7/v5-dev
feat: Add widthRatio parameter for Excel autoSizeColumn
|
2024-08-08 10:46:10 +08:00 |
|
Looly
|
02a38a4f52
|
zip压缩到本目录时可能造成的死循环问题
|
2024-08-01 23:08:53 +08:00 |
|
Looly
|
469b433b53
|
修复CsvParser中对正文中双引号处理逻辑问题
|
2024-07-31 01:14:32 +08:00 |
|
Looly
|
c6fc880405
|
CompressUtil.createExtractor支持tgz自动识别
|
2024-07-31 00:36:13 +08:00 |
|
Golden Looly
|
1cb0ec327d
|
Merge pull request #3673 from zdu-strong/v5-dev-compress-util
CompressUtil automatically decompress tgz and tar.gz files
|
2024-07-31 00:29:28 +08:00 |
|
Looly
|
e183d53787
|
改进ContentType.get忽略空格
|
2024-07-31 00:23:53 +08:00 |
|
Golden Looly
|
2e51604cb7
|
Merge pull request #3664 from tian-pengfei/v5-master-contentType
增加ContentType#get识别的准确率。
|
2024-07-31 00:18:13 +08:00 |
|
Looly
|
4bb0a445c4
|
修复Convert.digitToChinese(0)输出金额无元整问题
|
2024-07-31 00:15:37 +08:00 |
|
Looly
|
8ae3a87174
|
add test
|
2024-07-31 00:05:58 +08:00 |
|
Looly
|
6e662d7e6d
|
add test
|
2024-07-30 23:28:08 +08:00 |
|
Looly
|
08c8ef1be9
|
fix code
|
2024-07-30 22:50:14 +08:00 |
|
Looly
|
0de4581927
|
修复IdcardUtil.isValidHKCard校验问题
|
2024-07-30 16:00:45 +08:00 |
|
Looly
|
9ce821650f
|
add test
|
2024-07-30 15:32:30 +08:00 |
|
Looly
|
47c2eda038
|
优化IndexedComparator性能
|
2024-07-30 11:20:47 +08:00 |
|
Looly
|
f7fa704d6c
|
!1240 优化 IndexedComparator性能,它在ExcelWriter带别名写入存在性能问题
Merge pull request !1240 from mochouZero555/v5-dev
|
2024-07-30 03:03:00 +00:00 |
|
Looly
|
17d232304f
|
增加GlobalPoiConfig
|
2024-07-30 10:27:30 +08:00 |
|
Looly
|
f5f96b66f5
|
Opt增加ifFail
|
2024-07-30 09:43:43 +08:00 |
|
Looly
|
1e469e6dbf
|
支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密
|
2024-07-30 09:41:41 +08:00 |
|
Golden Looly
|
64ea9b2a87
|
Merge pull request #3675 from xinluke/v5-dev
支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密
|
2024-07-30 09:26:39 +08:00 |
|
Looly
|
e859bc869d
|
add test
|
2024-07-30 09:04:49 +08:00 |
|
Looly
|
fb664be8c5
|
add test
|
2024-07-18 16:23:39 +08:00 |
|
Looly
|
57b566f9c7
|
CharSequenceUtil增加stripAll方法(pr#3659@Github)
|
2024-07-18 11:42:27 +08:00 |
|
Looly
|
0bf794883a
|
CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法
|
2024-07-16 19:17:21 +08:00 |
|
Looly
|
05efb8dd79
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-07-16 18:56:02 +08:00 |
|
Golden Looly
|
cccfba8e69
|
Merge pull request #3655 from lilanlong/v5-dev
CharSequenceUtil增加移除所有前缀和移除所有后缀方法
|
2024-07-16 18:54:08 +08:00 |
|
Looly
|
cfc83563c1
|
增加JakartaMailUtil,支持新包名的mail
|
2024-07-16 16:54:36 +08:00 |
|
Looly
|
dd659efb52
|
UrlQuery增加remove方法
|
2024-07-16 15:21:00 +08:00 |
|
Looly
|
7262c7695f
|
修复FileTypeUtil.getType空指针问题
|
2024-07-15 20:24:10 +08:00 |
|
Looly
|
068ba234da
|
add test
|
2024-07-11 18:20:18 +08:00 |
|
Looly
|
037d984803
|
add test
|
2024-07-11 18:16:55 +08:00 |
|
Looly
|
0219415194
|
add test
|
2024-07-11 18:15:54 +08:00 |
|
Looly
|
c7019cd851
|
Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非nul
|
2024-07-11 12:48:31 +08:00 |
|
Looly
|
b2510cf661
|
Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非nul
|
2024-07-11 12:43:40 +08:00 |
|
Looly
|
2b995a5370
|
add test
|
2024-07-10 20:30:35 +08:00 |
|
Looly
|
30e4695096
|
修复FileUtil.file末尾换行符导致路径判断错误的问题
|
2024-07-10 20:23:39 +08:00 |
|
Looly
|
b335a2e1dc
|
add test
|
2024-07-10 19:44:38 +08:00 |
|
Looly
|
48cc7f5b57
|
修复BeanUtil.copyProperties中mapToMap时key被转为String问题
|
2024-07-06 11:36:22 +08:00 |
|
Looly
|
1a46b2a39e
|
修复FileUtil.cleanEmpty无法正确清空递归空目录问题
|
2024-07-06 10:37:43 +08:00 |
|
Looly
|
46697f0fe9
|
!1233 fix bug:当前目录清除完毕,需要再次判断当前文件夹,空文件夹则删除之
Merge pull request !1233 from Earlman/v5-dev
|
2024-07-06 02:33:23 +00:00 |
|
Looly
|
5c86d4eced
|
fix test
|
2024-07-04 21:37:23 +08:00 |
|
Looly
|
7e7575c512
|
修复因RFC3986理解有误导致的UrlPath处理冒号转义问题
|
2024-07-04 12:27:15 +08:00 |
|
Looly
|
1ef70d5210
|
prepare 5.8.30
|
2024-07-03 18:38:41 +08:00 |
|
Looly
|
95a363cc74
|
🐶release 5.8.29
|
2024-07-03 18:06:42 +08:00 |
|
Looly
|
3aa08feee2
|
修复FastDatePrinter处理YY错误问题
|
2024-07-01 16:37:41 +08:00 |
|
Looly
|
f4d67ede39
|
修复\n#出现在双引号中解析错误问题
|
2024-07-01 15:59:49 +08:00 |
|
Looly
|
db5806f0e8
|
ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor
|
2024-06-30 17:59:16 +08:00 |
|
Looly
|
a8e959c37c
|
!1230 修改 ThreadUtil.newExecutor 创建线程池返回类
Merge pull request !1230 from 温良恭/v5-dev
|
2024-06-30 09:55:32 +00:00 |
|
Looly
|
49dba65152
|
add test
|
2024-06-30 17:51:24 +08:00 |
|
Looly
|
d14c8517cd
|
Week.of支持中文名称
|
2024-06-30 17:46:22 +08:00 |
|
Looly
|
b8db9b1a8d
|
修复getFileNameFromDisposition获取头错误问题
|
2024-06-27 11:58:40 +08:00 |
|
Looly
|
2196433fbb
|
!1229 add test
Merge pull request !1229 from 温良恭/v5-dev
|
2024-06-25 13:31:59 +00:00 |
|
Looly
|
b409d76899
|
add test
|
2024-06-25 14:44:42 +08:00 |
|
Looly
|
313cadbdfa
|
修复Tailer指定初始读取行数的计算错误问题
|
2024-06-21 20:32:29 +08:00 |
|
Looly
|
6c086ff8b6
|
修复Mac下的微信浏览器被识别为移动端问题
|
2024-06-21 11:43:07 +08:00 |
|
Looly
|
d934831676
|
修复PooledConnection可能的数据库驱动未找到问题
|
2024-06-18 19:10:40 +08:00 |
|
Looly
|
1ce17d8c5c
|
fix comment
|
2024-06-18 16:21:43 +08:00 |
|
Looly
|
8bb736b375
|
添加 Windows 资源管理器风格字符串比较器
|
2024-06-18 16:01:40 +08:00 |
|
Golden Looly
|
bd164db9b4
|
Merge pull request #3620 from YMNNs/v5-dev
[新特性] 添加 Windows 资源管理器风格字符串比较器
|
2024-06-18 15:55:21 +08:00 |
|
Looly
|
bcc1d903f2
|
Cache.put变更策略,对于替换的键值对,不清理队列
|
2024-06-18 11:37:32 +08:00 |
|
Looly
|
2d40dd1927
|
Cache.put变更策略,对于替换的键值对,不清理队列
|
2024-06-18 11:34:46 +08:00 |
|
Looly
|
c5e1ba85f8
|
add test
|
2024-06-18 10:21:52 +08:00 |
|
Looly
|
51c1588081
|
BetweenFormatter支持自定义设置单位
|
2024-06-17 15:45:38 +08:00 |
|
Looly
|
d556f5b62f
|
!1228 perf(core): 时间格式化工具支持自定义设置单位
Merge pull request !1228 from 蒋小小/v5-dev
|
2024-06-17 07:38:00 +00:00 |
|
Looly
|
531e467eeb
|
add test
|
2024-06-17 15:17:01 +08:00 |
|
Looly
|
69b3d4565c
|
修复PathMover.moveContent问题
|
2024-06-17 10:05:29 +08:00 |
|
Looly
|
c8a1d67726
|
修复DateUtil.offset空指针问题
|
2024-06-14 01:34:22 +08:00 |
|
Looly
|
682cf265c4
|
CsvWriter.writeBeans增加重载,可选是否写出表头
|
2024-06-14 01:30:09 +08:00 |
|
Looly
|
ab941a6e27
|
优化DateUtil.format(Date date, String format)接口效率
|
2024-06-14 01:24:35 +08:00 |
|
Looly
|
92869ca289
|
!1226 DateUtil.format(Date date, String format)接口效率优化。
Merge pull request !1226 from hellozrh/v5-dev
|
2024-06-13 17:22:33 +00:00 |
|
Looly
|
afe34a783d
|
修复CaseInsensitiveLinkedMap顺序错误问题
|
2024-06-12 15:30:06 +08:00 |
|
Looly
|
3aa9bdfcfa
|
修复VersionComparator传入空字符串报错问题
|
2024-06-12 00:31:25 +08:00 |
|
Golden Looly
|
6ff4309cce
|
Merge pull request #3614 from HsinDumas/v5-dev
[bug修复] 因为Version.of不支持传入空串并且会报错,所以需要处理版本号为空串的场景
|
2024-06-12 00:26:07 +08:00 |
|
Looly
|
d93f1d2cb4
|
add test
|
2024-06-11 17:51:21 +08:00 |
|
Looly
|
60efa224e5
|
fix comment
|
2024-06-11 15:06:09 +08:00 |
|
Looly
|
7a6ab19649
|
修复BeanUtil.isBean判断Dict错误问题
|
2024-06-07 15:22:15 +08:00 |
|
Looly
|
99cf24267f
|
add test
|
2024-06-06 21:42:46 +08:00 |
|
Looly
|
e117489d7a
|
add test
|
2024-06-04 08:56:33 +08:00 |
|
Looly
|
9db9648539
|
CollUtil.subtract增加空判定
|
2024-06-04 08:47:39 +08:00 |
|
Looly
|
2857c0af65
|
add test
|
2024-06-02 11:36:21 +08:00 |
|
Looly
|
ef5447add7
|
修复AnnotationUtil可能的空指针错误
|
2024-06-02 10:40:28 +08:00 |
|
Looly
|
43c417e76c
|
fix comment
|
2024-06-02 10:18:31 +08:00 |
|
Looly
|
3359e740ac
|
ListUtil增加move方法
|
2024-06-02 10:05:41 +08:00 |
|
Looly
|
715a5e239e
|
fix test
|
2024-05-29 22:09:31 +08:00 |
|
Looly
|
40c4313720
|
add test
|
2024-05-29 19:58:50 +08:00 |
|
Looly
|
9038f7dd6d
|
DateUtil增加offsetYear方法
|
2024-05-29 15:06:06 +08:00 |
|
Looly
|
a3ebbf967d
|
prepare 5.8.29
|
2024-05-29 12:15:50 +08:00 |
|
Looly
|
38592915eb
|
🍼release 5.8.28
|
2024-05-29 11:48:00 +08:00 |
|
Looly
|
be39341b81
|
add test
|
2024-05-29 11:39:58 +08:00 |
|
Looly
|
503df65777
|
NumberUtil.pow支持负数
|
2024-05-29 10:37:51 +08:00 |
|
Looly
|
d58b2fcfea
|
add test
|
2024-05-28 17:35:22 +08:00 |
|
Looly
|
dffac9dc86
|
fix code
|
2024-05-24 17:26:17 +08:00 |
|
Looly
|
2f1583a931
|
LocalDateTimeUtil增加beginOfDay和endOfDay重载
|
2024-05-23 16:58:08 +08:00 |
|
Looly
|
1fc4148021
|
CsvWriter增加重载writeBeans方法,支持可选bean字段
|
2024-05-23 15:13:34 +08:00 |
|
Looly
|
cba4a832eb
|
!1222 CsvWriter 重载 writeBeans 方法
Merge pull request !1222 from nickname/v5-master
|
2024-05-23 07:09:14 +00:00 |
|
Looly
|
996bf90db2
|
ignore test
|
2024-05-20 17:23:54 +08:00 |
|
Looly
|
9d4e69d4ed
|
修复FileUtil#getTotalLines在JDK9+结果错误问题
|
2024-05-20 16:40:21 +08:00 |
|
Looly
|
228785b1b2
|
getFileNameFromDisposition更加规范,从多个头的值中获取,且filename*优先级更高
|
2024-05-20 09:27:10 +08:00 |
|