1413 Commits

Author SHA1 Message Date
Looly
c459a0f613 FileUtil.getTotalLines()支持CR换行符 2024-08-29 09:50:07 +08:00
Looly
227a6efe63 add test 2024-08-24 13:02:11 +08:00
Looly
9be0fef520 修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题 2024-08-22 12:05:24 +08:00
Looly
e1aa3f6ff5 add test 2024-08-21 18:51:27 +08:00
huangxin
a662326849 增加函数式构建树的方法(无需继承特定Tree类) 2024-08-11 11:54:36 +08:00
Looly
ef90358c51 prepare 5.8.31 2024-08-09 19:21:32 +08:00
Looly
c7e0bc5d9f 单元测试由Junit4变更为Junit5 2024-08-09 14:32:30 +08:00
Looly
82e16b52b8 fix test 2024-08-09 12:37:16 +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
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
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
e859bc869d add test 2024-07-30 09:04:49 +08:00
mochouZero555
3bc4743ac3 fix 优化排序benchmark 2024-07-25 09:18:35 +08:00
mochouZero555
b330e57671 add benchMark 2024-07-24 20:53:58 +08:00
mochouZero555
f8cd37acd9 优化 IndexedComparator性能,底层实现由array变为hashMap,避免循环equals 2024-07-22 10:26:47 +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
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
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
5c86d4eced fix test 2024-07-04 21:37:23 +08:00
Looly
7e7575c512 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题 2024-07-04 12:27:15 +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
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
wenlianggong
1d48ead94c 修改 ThreadUtil.newExecutor 创建线程池返回类 2024-06-27 20:30:01 +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
Mengbo Yang
4863418333 feat(core): 添加 Windows 资源管理器风格字符串比较器 2024-06-16 00:58:18 +08:00
bwcx_jzy
24a4c479c4 🔨 perf(core): 时间格式化工具支持自定义设置单位 2024-06-14 15:55:00 +08:00
Looly
ab941a6e27 优化DateUtil.format(Date date, String format)接口效率 2024-06-14 01:24:35 +08:00
hellozrh
7232706ca6 1.修复忘了timeZone的问题。2.完善单元测试。 2024-06-13 15:16:18 +08:00
hellozrh
29a6cba58d DateUtil.format(Date date, String format)接口效率优化。 2024-06-13 14:44:53 +08:00
Looly
afe34a783d 修复CaseInsensitiveLinkedMap顺序错误问题 2024-06-12 15:30:06 +08:00
Looly
3aa9bdfcfa 修复VersionComparator传入空字符串报错问题 2024-06-12 00:31:25 +08:00
Looly
d93f1d2cb4 add test 2024-06-11 17:51:21 +08:00