ZhouXY108
|
8d9ccdb08e
|
删除意义不大的集合工具。
|
2024-03-06 15:15:48 +08:00 |
ZhouXY108
|
fba176864c
|
重命名注解
|
2024-03-06 15:09:25 +08:00 |
ZhouXY108
|
725283c829
|
新增 Ref
|
2024-03-06 15:09:25 +08:00 |
ZhouXY108
|
96fb846864
|
简化代码。
|
2024-03-06 15:09:25 +08:00 |
ZhouXY108
|
fe190d8f43
|
删除集合转 Map 的工具方法,使用流即可。
|
2024-03-06 15:09:24 +08:00 |
ZhouXY108
|
e5c2ba99c3
|
修改类名。
|
2024-03-06 15:01:51 +08:00 |
ZhouXY108
|
c472050d00
|
删除 SynchronizedTable,使用 guava自带的 Tables#synchronizedTable 即可。
|
2024-03-06 15:01:51 +08:00 |
ZhouXY108
|
1cf0b19ad0
|
允许 message 和 data 参数传 null。
|
2024-03-06 14:59:30 +08:00 |
ZhouXY108
|
5d0af2dad5
|
修改 API,使 TreeBuilder 实例可以复用。
|
2024-03-06 14:59:30 +08:00 |
ZhouXY108
|
5cee71a342
|
调整集合相关工具类。
|
2024-02-07 09:27:42 +08:00 |
ZhouXY108
|
81c5b6972a
|
更新 guava 版本
|
2023-11-19 09:46:39 +08:00 |
ZhouXY108
|
6a66b51b8e
|
修改方法名。
|
2023-11-19 09:38:53 +08:00 |
ZhouXY108
|
cc10f11b37
|
完善 Javadoc。
|
2023-10-30 09:18:27 +08:00 |
ZhouXY108
|
ce62bdcdc6
|
完善文档注释。
|
2023-10-30 09:09:32 +08:00 |
ZhouXY108
|
94d34faffd
|
新增 BaseRuntimeException 作为基础运行时异常,原 BaseException 作为基础检查型异常。
|
2023-10-18 10:54:12 +08:00 |
ZhouXY108
|
eba31a93f3
|
ValidatableStringRecord 实现 Comparable 接口
|
2023-09-26 19:45:39 +08:00 |
ZhouXY108
|
383478d2e3
|
更新 commons-lang3
|
2023-09-09 14:07:58 +08:00 |
ZhouXY108
|
febfa73f8a
|
修复 SafeConcurrentHashMap 的 computeIfAbsent 与 ConcurrentHashMapUtil 的 computeIfAbsent 相互调用造成无限递归的问题
见 issue #6
|
2023-09-09 13:58:26 +08:00 |
ZhouXY108
|
b178be9a6f
|
Fix bug.
|
2023-09-09 13:54:14 +08:00 |
ZhouXY108
|
6c89c4be14
|
引入 Seata 的修改版雪花算法
|
2023-09-09 11:15:30 +08:00 |
ZhouXY108
|
e98a3e6fb6
|
优化代码
|
2023-09-09 11:14:55 +08:00 |
ZhouXY108
|
76b340e87d
|
添加 checkAllNotNull 方法
|
2023-09-09 11:14:30 +08:00 |
ZhouXY108
|
71683c4950
|
使用 ReadWriteLock 包装的 Table
|
2023-09-09 11:13:56 +08:00 |
ZhouXY108
|
8389ada5c7
|
修改 BaseException
|
2023-09-09 11:11:27 +08:00 |
ZhouXY108
|
6697e984bc
|
优化代码
|
2023-09-09 11:11:11 +08:00 |
ZhouXY108
|
efc732fe8d
|
修改 Target 和 Retention。
|
2023-09-09 11:09:06 +08:00 |
ZhouXY108
|
85c6bf012c
|
添加 ReaderMethod 和 WriterMethod 注解,用于标识方法是读是写。
|
2023-09-09 11:08:25 +08:00 |
ZhouXY108
|
fd2190e4f6
|
修改拼写错误的方法名。
|
2023-09-09 11:07:00 +08:00 |
ZhouXY108
|
ef43b4dd87
|
添加 UnifiedResponse 以替代 RestfulResult;重构 RegexUtil。 (#4)
Reviewed-on: plusone/plusone-commons#4
|
2023-08-09 20:23:31 +08:00 |
ZhouXY108
|
f2aba52c4c
|
Merge pull request '修改 SafeConcurrentHashMap 的错误' (#3) from ZhouXY108/plusone-commons:dev into dev
Reviewed-on: plusone/plusone-commons#3
|
2023-08-06 03:48:30 +08:00 |
ZhouXY108
|
4fc72f3d5e
|
修改 SafeConcurrentHashMap 的错误。
|
2023-08-06 03:43:44 +08:00 |
ZhouXY108
|
ad68cf2e3d
|
SimpleJdbcTemplate 独立出去。
|
2023-07-20 01:35:03 +08:00 |
ZhouXY108
|
8ac3e54cab
|
Merge branch 'master' into dev
|
2023-07-20 01:27:10 +08:00 |
ZhouXY108
|
aacfac630c
|
'StringBuilder' can be replaced with 'String'.
|
2023-07-19 18:26:35 +08:00 |
ZhouXY108
|
02febda345
|
移动类位置。
|
2023-07-19 18:05:41 +08:00 |
ZhouXY108
|
be7655981f
|
SimpleJdbcTemplate 独立出去。
|
2023-07-19 18:02:44 +08:00 |
ZhouXY108
|
dd3aa3b8c7
|
移动位置
|
2023-07-19 10:39:08 +08:00 |
ZhouXY108
|
bfad20931f
|
修改方法名。
|
2023-07-19 02:21:41 +08:00 |
ZhouXY108
|
84f53716b7
|
优化 PagingAndSortingQueryParams。
|
2023-07-19 02:16:07 +08:00 |
ZhouXY108
|
3b6adce83b
|
已存在 PagingAndSortingQueryParams。
|
2023-07-19 02:15:17 +08:00 |
ZhouXY108
|
201cf39e0c
|
完善 TreeBuilder。
|
2023-07-19 01:25:21 +08:00 |
ZhouXY108
|
47eb91d015
|
修改 PreconditionsExt,添加注释。
|
2023-07-19 00:44:42 +08:00 |
ZhouXY108
|
2086f22e63
|
Merge branches 'dev' and 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-commons into dev
|
2023-07-19 00:32:13 +08:00 |
ZhouXY108
|
3c4310e603
|
修改断言类,一般使用 Preconditions,需要时使用 PreconditionsExt 即可。
|
2023-07-19 00:32:08 +08:00 |
ZhouXY108
|
b5ec1d4c5d
|
添加 PagingParams 类。
|
2023-07-18 18:25:15 +08:00 |
ZhouXY108
|
87ef8b4612
|
修改锁的对象。
|
2023-07-18 18:02:35 +08:00 |
ZhouXY108
|
7208aa5aae
|
添加随机工具类。
|
2023-07-18 15:29:07 +08:00 |
ZhouXY108
|
7c37d364d4
|
更新 jackson 版本。
|
2023-07-12 11:30:12 +08:00 |
ZhouXY108
|
aa698726db
|
修改 Javadoc。
|
2023-07-06 10:10:15 +08:00 |
ZhouXY108
|
8cc55fbe7e
|
Merge branch 'dev' of http://zhouxy.xyz:3000/ZhouXY108/plusone-commons into dev
|
2023-07-06 10:07:44 +08:00 |