1721 Commits

Author SHA1 Message Date
Looly
011f68e018 DateUtil.parse支持毫秒时间戳 2023-12-12 13:35:00 +08:00
Looly
2a164a7692 修复StrSplitter.splitByRegex使用空参数导致的OOM问题 2023-12-12 04:29:27 +08:00
Looly
f39d7c5393 add null check 2023-12-12 03:02:06 +08:00
Looly
47847fc7a3 add test 2023-12-12 02:53:02 +08:00
liufuqiang
d7051e1522 增加代码运行时间统计工具 2023-12-11 17:26:57 +08:00
Looly
6f4a115032 修复StampedCache的get方法非原子问题 2023-12-09 01:10:23 +08:00
Looly
c529fa129f fix test 2023-12-06 17:26:51 +08:00
Looly
a9cc50e98e add test 2023-12-06 17:01:11 +08:00
Looly
0697bc1457 修改DFA逻辑,贪婪匹配优先长匹配而舍弃短匹配 2023-12-06 00:49:12 +08:00
Looly
73152c5361 fix bug 2023-12-05 21:41:41 +08:00
Looly
42e3c66af9 add lowerAt and upperAt 2023-12-05 12:27:33 +08:00
topsuder
cf182e7637 feat(CharSequenceUtil): 提供大/小写下标字母 2023-12-05 11:50:04 +08:00
Looly
301968cbbc add DriverIdentifier 2023-12-04 23:27:42 +08:00
Looly
ed1c3e48af add BeanPath 2023-11-15 20:01:18 +08:00
Looly
b9274f5d6e fix code 2023-11-15 17:47:10 +08:00
Looly
1023af3e40 add BeanPath 2023-11-15 00:27:24 +08:00
Looly
4f29f43bcc fix code 2023-11-12 19:36:09 +08:00
Looly
7a4cac2963 修复CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符问题 2023-11-12 16:46:10 +08:00
Looly
6345b1d054 add ResourceFinder 2023-11-09 21:00:16 +08:00
Looly
b6bae921ba add Z85Codec 2023-11-09 17:39:06 +08:00
Looly
b7746fb230 fix code and add test 2023-10-26 22:58:41 +08:00
Looly
3ef6b7ed8f Snowflake增加方法:根据传入时间戳,计算ID起终点 2023-10-25 11:24:50 +08:00
Looly
8aef8b36b9 add test 2023-10-24 23:40:43 +08:00
Looly
25bea0997c add test 2023-10-24 21:58:58 +08:00
Looly
33ca89ce7d add test 2023-10-23 20:09:40 +08:00
Looly
d8f02fe4cf fix code 2023-10-23 00:41:20 +08:00
Looly
db0c9dd497 toCamelCase 转换逻辑修改 2023-10-18 18:25:17 +08:00
Looly
edada89d64 BetweenFormatter显示方式增强 2023-10-18 15:22:46 +08:00
Looly
d5c6a6d217 修复DataSize.parse(size)不支持空格问题 2023-10-18 14:42:16 +08:00
Looly
3ce8b1dc0b Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev 2023-10-18 11:09:07 +08:00
Looly
3f9c9c6252 修复特定情况下BiMap覆盖Value后,仍能通过旧Value查询到Key问题 2023-10-18 08:57:36 +08:00
Looly
f13b09fff6 修复TypeUtil.getClass方法强转报错问题 2023-10-12 21:29:03 +08:00
Looly
bdf71b5e71 ReflectUtil.getFieldsValue增加Filter重载 2023-10-07 08:52:04 +08:00
Looly
0c3f91bad3 🐞修复JSONStrFormatter:format函数对于转义符号处理逻辑错误问题 2023-09-28 16:31:59 +08:00
Looly
997f2af8cd fix code 2023-09-27 10:15:56 +08:00
Looly
7230b074ac fix test file 2023-09-27 00:58:31 +08:00
Looly
a6cb23dd9f fix test file 2023-09-27 00:51:54 +08:00
Looly
8d7b890b3e add cr 2023-09-21 18:08:54 +08:00
Looly
d3f9baf187 fix bug 2023-09-21 11:28:48 +08:00
Looly
8fbdc2139b add test 2023-09-21 09:09:55 +08:00
Looly
f9fb5eb127 add test 2023-09-20 20:52:54 +08:00
Looly
64d4d64ccc add test 2023-09-15 12:31:20 +08:00
Looly
a04775781a 修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题 2023-09-13 20:34:02 +08:00
Looly
1deb32aa29 修复CopyOptions.setIgnoreCase和setIgnoreProperties冲突问题 2023-09-12 18:28:58 +08:00
Looly
ead980e246 修复16进制解析错误的问题 2023-09-12 17:54:30 +08:00
Looly
c8b56ed2b9 fix code 2023-09-08 23:09:23 +08:00
Looly
645ee387d3 fix code 2023-09-01 23:41:00 +08:00
Looly
56abd26590 fix code 2023-09-01 11:30:48 +08:00
Looly
a8b6263acf 修复DateUtil.age年龄计算问题 2023-09-01 09:51:55 +08:00
Looly
e6c6f7e068 修复修复Convert不能转换Optional和Opt问题 2023-08-31 10:52:33 +08:00