Commit Graph

3778 Commits

Author SHA1 Message Date
Looly
0220a1c55e fix comment 2024-07-15 20:03:24 +08:00
Looly
052c45537b fix code 2024-07-15 18:43:31 +08:00
Looly
738f67549a fix code 2024-07-15 11:28:54 +08:00
Looly
dc46dfd9e5 fix code 2024-07-15 10:08:10 +08:00
Looly
0e9a1a700f fix code 2024-07-14 19:38:05 +08:00
Looly
73c715b662 fix code 2024-07-14 19:32:23 +08:00
Looly
42b7815a4c fix code 2024-07-14 19:16:20 +08:00
Looly
4451cebe20 fix code 2024-07-14 18:18:10 +08:00
Looly
7b10238225 fix code 2024-07-13 18:46:26 +08:00
Looly
b9c7b5f4bf add methods 2024-07-13 17:28:39 +08:00
Looly
b30bf90210 fix code 2024-07-13 12:04:43 +08:00
Looly
c4627a339d fix code 2024-07-13 10:40:47 +08:00
Looly
02a1859ab8 fix code 2024-07-13 10:13:30 +08:00
Looly
1ded096baa fix code 2024-07-12 18:40:07 +08:00
Looly
3d70db0041 remove class 2024-07-12 18:29:12 +08:00
Looly
3e20e48f54 add test 2024-07-12 16:57:52 +08:00
Looly
66c7638a87 rename 2024-07-12 11:14:22 +08:00
Looly
1462d8a301 add test 2024-07-11 18:20:23 +08:00
Looly
e9e4a49132 Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非nul 2024-07-11 12:43:27 +08:00
Looly
dc561b12e3 fix code 2024-07-11 10:33:30 +08:00
Looly
b0d443e8e9 add test 2024-07-10 20:30:29 +08:00
Looly
e09ca3c40b 修复FileUtil.file末尾换行符导致路径判断错误的问题 2024-07-10 20:23:44 +08:00
Looly
0698f7a5ff 修复BeanUtil.copyProperties中mapToMap时key被转为String问题 2024-07-06 11:36:59 +08:00
Looly
ca16ad9f1d 修复BeanUtil.copyProperties中mapToMap时key被转为String问题 2024-07-06 11:36:34 +08:00
Looly
84cc08932c add method 2024-07-06 10:43:30 +08:00
Looly
6b60aef692 add test 2024-07-05 18:18:24 +08:00
Looly
b2e5edb990 add test 2024-07-05 18:09:35 +08:00
Looly
298c5ec249 fix code 2024-07-05 13:22:12 +08:00
Looly
47b21b951f fix code 2024-07-05 13:17:54 +08:00
Looly
c054d025dd add test 2024-07-05 09:48:45 +08:00
Looly
8f62647519 add test 2024-07-05 09:26:26 +08:00
Looly
86cc630bc9 rename method 2024-07-05 09:01:46 +08:00
Looly
11c370328a fix code 2024-07-05 00:46:09 +08:00
Looly
62c87b28cd fix code 2024-07-05 00:37:46 +08:00
Looly
660c41b972 fix code 2024-07-04 23:29:57 +08:00
Looly
b02cea146f fix code 2024-07-04 21:36:06 +08:00
Looly
34b322e3fc fix code 2024-07-04 21:26:01 +08:00
Looly
1a1884a04c add test 2024-07-04 19:49:36 +08:00
Looly
0af4f1cf21 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题 2024-07-04 12:27:22 +08:00
Looly
3125c23477 fix code 2024-07-04 12:01:23 +08:00
Looly
05e453b23c fix code 2024-07-04 11:59:43 +08:00
Looly
52d4a68bca prepare M15 2024-07-03 20:23:14 +08:00
Looly
c317097901 fix code 2024-07-03 18:03:27 +08:00
Looly
ae016a4281 fix test 2024-07-03 15:23:36 +08:00
Looly
1682d595e0 fix code 2024-07-03 02:10:42 +08:00
Looly
71a59b645b fix code 2024-07-03 02:00:25 +08:00
Looly
aa8d66b81a fix code 2024-07-02 23:23:25 +08:00
Looly
5c60b626cd fix code 2024-07-02 09:02:42 +08:00
Looly
64e4d9db7b
!1232 修改创建线程池返回类
Merge pull request !1232 from 温良恭/v6-dev
2024-07-02 01:00:17 +00:00
Looly
750f3bc7ae fix code 2024-07-02 08:59:16 +08:00
wenlianggong
5474735197 1.修改创建线程池返回类
2.add Test
2024-07-01 20:38:53 +08:00
Looly
2c4ddba2ab 修复FastDatePrinter处理YY错误问题 2024-07-01 16:37:36 +08:00
Looly
41cf55184a ThreadUtil.newExecutor等方法变更方法签名,返回值变更为ThreadPoolExecutor 2024-06-30 17:59:24 +08:00
Looly
1572a95c3d
!1231 add test
Merge pull request !1231 from 温良恭/v6-dev
2024-06-30 09:55:26 +00:00
Looly
0216c97b33 add test 2024-06-30 17:51:53 +08:00
Looly
593af4e958 Week.of支持中文名称 2024-06-30 17:46:17 +08:00
wenlianggong
b587caca0d add Test 2024-06-29 20:24:56 +08:00
wenlianggong
0910a42e5e 修改 ThreadUtil.newExecutor 创建线程池返回类 2024-06-28 21:46:12 +08:00
Looly
6a5ff924ee fix date 2024-06-28 12:01:31 +08:00
Looly
85fac17eac fix code 2024-06-27 18:36:37 +08:00
Looly
e56e10b75c fix code 2024-06-27 12:04:00 +08:00
Looly
191e757dc9 add test 2024-06-25 14:18:40 +08:00
Looly
75933bf214 修复Tailer指定初始读取行数的计算错误问题 2024-06-21 20:32:34 +08:00
Looly
acb45d2a80 add SetWrapper 2024-06-21 20:20:07 +08:00
Looly
8cdf9ecfd9 add BoundedCollection 2024-06-21 20:02:28 +08:00
Looly
d897fced85 添加 Windows 资源管理器风格字符串比较器 2024-06-18 16:01:49 +08:00
Looly
5a2fe05346 add test 2024-06-18 11:58:58 +08:00
Looly
c2641bf97b $ bin/commit.sh Cache.put变更策略,对于替换的键值对,不清理队列 2024-06-18 11:37:37 +08:00
Looly
be11b05a6f fix #IA5GMH 2024-06-17 18:21:34 +08:00
Looly
d0fdf42dcd 时间格式化工具支持自定义设置单位 2024-06-17 15:46:11 +08:00
Looly
40c2b3ff87 时间格式化工具支持自定义设置单位 2024-06-17 15:39:23 +08:00
Looly
47872765e3 时间格式化工具支持自定义设置单位 2024-06-17 15:37:44 +08:00
Looly
bf19e86f4e
!1227 perf(core): 时间格式化工具支持自定义设置单位
Merge pull request !1227 from 蒋小小/v6-dev
2024-06-17 07:25:23 +00:00
Looly
6e62f6f749 add test 2024-06-17 12:13:09 +08:00
Looly
510e5002f2 修复PathMover.moveContent问题 2024-06-17 10:51:38 +08:00
Looly
afc4e32790 修复PathMover.moveContent问题 2024-06-17 10:46:47 +08:00
bwcx_jzy
30d50c9a7b 🔨 perf(core): 时间格式化工具支持自定义设置单位 2024-06-14 15:41:50 +08:00
Looly
2e81de3ecb 修复DateUtil.offset空指针问题 2024-06-14 01:34:16 +08:00
Looly
c5f92b4dea fix code 2024-06-14 01:18:28 +08:00
Looly
c3aabfcd14 add LineCounter 2024-06-12 16:32:42 +08:00
Looly
8ccdf408f9 fix code 2024-06-12 16:00:16 +08:00
Looly
6b3f5c4397 修复CaseInsensitiveLinkedMap顺序错误问题 2024-06-12 15:30:15 +08:00
Looly
3a78b7d461 修复VersionComparator传入空字符串报错问题 2024-06-12 00:34:16 +08:00
Looly
59dc7dec39 fix code 2024-06-11 20:19:07 +08:00
Looly
c1df666c1a add RegexListDateParser 2024-06-11 19:00:21 +08:00
Looly
21be35c9c3 fix code 2024-06-11 16:13:07 +08:00
Looly
57692b6cbb fix comment 2024-06-11 15:06:02 +08:00
Looly
8a7161c3d6 fix code 2024-06-09 18:10:18 +08:00
Looly
61a7767ca3 add Luhn 2024-06-09 17:36:22 +08:00
Looly
583c49fb39 add methods 2024-06-09 16:27:23 +08:00
Looly
96ba09e9b2 add test 2024-06-07 17:46:19 +08:00
Looly
3c4adf34c5 修复BeanUtil.isBean判断Dict错误问题 2024-06-07 15:22:23 +08:00
Looly
47872b8380 add RegexDateParser 2024-06-06 21:42:12 +08:00
Looly
249e35f057 add test 2024-06-04 08:56:38 +08:00
Looly
feba8fcb42 CollUtil.subtract增加空判定 2024-06-04 08:47:34 +08:00
Looly
35f3383a1c add CellBorderStyle 2024-06-02 14:39:16 +08:00
Looly
424a525c48 fix comment 2024-06-02 10:18:22 +08:00
Looly
27577d198d add move 2024-06-02 10:07:43 +08:00
Looly
0d0727d0f9 DateUtil增加offsetYear方法 2024-05-29 15:06:13 +08:00
Looly
245d8c5e95 prepare M14 2024-05-29 11:57:54 +08:00