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
|
0034bf4d8b
|
UserAgent增加百度浏览器识别
|
2023-09-25 17:31:25 +08:00 |
|
Looly
|
d27f91c083
|
fix code
|
2023-09-24 19:12:15 +08:00 |
|
Looly
|
6b4c5ede6a
|
fix code
|
2023-09-24 17:58:37 +08:00 |
|
Looly
|
9461336639
|
fix code
|
2023-09-24 17:16:21 +08:00 |
|
Looly
|
ed0b9a16ef
|
fix code
|
2023-09-24 13:24:48 +08:00 |
|
Looly
|
8a0e477f69
|
add session
|
2023-09-21 21:14:00 +08:00 |
|
Looly
|
8d7b890b3e
|
add cr
|
2023-09-21 18:08:54 +08:00 |
|
Looly
|
bf4833b7ac
|
新增ProxySocketFactory
|
2023-09-21 17:19:41 +08:00 |
|
Looly
|
86ba812a93
|
改进TemporalAccessorSerializer支持dayOfMonth和month枚举名
|
2023-09-21 13:06:23 +08:00 |
|
Looly
|
b06885e2cd
|
修复VersionComparator在极端数据排序时候违反了自反性问题
|
2023-09-21 11:33:58 +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
|
8506447419
|
fix bug
|
2023-09-20 21:21:24 +08:00 |
|
Looly
|
f9fb5eb127
|
add test
|
2023-09-20 20:52:54 +08:00 |
|
Looly
|
cd8135a3d2
|
prepare 6.0.0-M7
|
2023-09-18 22:04:42 +08:00 |
|
Looly
|
cf394c857f
|
prepare 6.0.0-M7
|
2023-09-18 22:01:52 +08:00 |
|
Looly
|
b7d02a86ad
|
update dependency
|
2023-09-18 21:25:56 +08:00 |
|
Looly
|
c8fe05740a
|
add test
|
2023-09-18 16:30:39 +08:00 |
|
Looly
|
64d4d64ccc
|
add test
|
2023-09-15 12:31:20 +08:00 |
|
Looly
|
9a088883a1
|
fix bug
|
2023-09-15 11:59:03 +08:00 |
|
Looly
|
a04775781a
|
修复LocalDateTimeUtil.of 某些特殊TemporalAccessor无法返回正确结果的问题
|
2023-09-13 20:34:02 +08:00 |
|
Looly
|
e7d45eb9e0
|
add null check
|
2023-09-12 18:37:58 +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
|
880bd40870
|
fix code
|
2023-09-12 17:52:10 +08:00 |
|
Looly
|
3c19211f04
|
!1072 hutool-extra中的template模块添加pebble引擎: bug修复
Merge pull request !1072 from zooooooooy/v6-dev
|
2023-09-12 09:50:12 +00:00 |
|
yudongbin
|
b238d8a84d
|
fix bug: 去掉PebbleTemplateEngine中的多余引用。防止用户集成时出现不可用的情况。
|
2023-09-11 17:21:32 +08:00 |
|
Looly
|
afafd8ac05
|
修复toJSONString导致CPU使用率高的问题
|
2023-09-08 23:24:49 +08:00 |
|
Looly
|
c8b56ed2b9
|
fix code
|
2023-09-08 23:09:23 +08:00 |
|
Looly
|
21c82805e8
|
fix code
|
2023-09-08 19:11:43 +08:00 |
|
Looly
|
83e94584bf
|
fix code
|
2023-09-08 19:09:40 +08:00 |
|
Looly
|
57bb186f24
|
fix code
|
2023-09-08 18:52:09 +08:00 |
|
Looly
|
b6944fd18d
|
修复JSONUtil.parse()溢出问题
|
2023-09-05 14:32:41 +08:00 |
|
Looly
|
9c51a71e20
|
add test
|
2023-09-05 12:28:00 +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 |
|
Looly
|
cf9cee0b6c
|
add HighMultiReplacerTest
|
2023-08-31 10:30:01 +08:00 |
|
Looly
|
308588c80d
|
!1065 新增基于AC自动机算法实现的高效替换器
Merge pull request !1065 from kyao/v6-dev
|
2023-08-31 02:28:30 +00:00 |
|
Looly
|
27e284896e
|
add test
|
2023-08-30 22:52:15 +08:00 |
|
Looly
|
173e9ff678
|
add testr
|
2023-08-30 22:37:27 +08:00 |
|
Looly
|
ac2ede43b9
|
fix NPE
|
2023-08-30 22:18:01 +08:00 |
|
Looly
|
b0eea9f919
|
fix code
|
2023-08-30 22:09:12 +08:00 |
|
Looly
|
a3efec9c52
|
fix bug
|
2023-08-30 21:57:28 +08:00 |
|
Looly
|
5c2a48fee4
|
fix NPE
|
2023-08-30 21:35:16 +08:00 |
|
kyao
|
a53e994a84
|
feat:基于AC自动机算法实现的高效替换器
|
2023-08-30 18:04:22 +08:00 |
|
Looly
|
07de6aa4f0
|
fix code
|
2023-08-24 23:45:10 +08:00 |
|