godotg
|
64a9fec7ba
|
chore[version]: update version
|
2023-09-12 23:40:48 +08:00 |
|
godotg
|
5bd66f4254
|
fix[zfoo]: maven compile warning
|
2023-09-09 12:20:05 +08:00 |
|
godotg
|
e5eed6b746
|
test[zfoo]: skip test in net and orm
|
2023-09-09 11:00:27 +08:00 |
|
godotg
|
536f255486
|
ref[event]: package structure
|
2023-09-02 21:29:45 +08:00 |
|
godotg
|
353d40d5fe
|
ref[id]: rename IdUtils to UuidUtils
|
2023-09-02 21:00:52 +08:00 |
|
godotg
|
ff3e06c123
|
ref[move]: move ThreadUtils
|
2023-09-02 20:36:02 +08:00 |
|
godotg
|
13d284184d
|
del[thread]: delete SafeRunnable
|
2023-09-02 20:29:08 +08:00 |
|
godotg
|
9f6f154e76
|
ref[move]: move RandomUtils
|
2023-09-02 19:59:45 +08:00 |
|
godotg
|
b0d242658c
|
ref[thread]: deprecated method in java 17
|
2023-09-02 19:23:07 +08:00 |
|
godotg
|
02ae50ea10
|
ref[move]: move class
|
2023-09-02 16:26:36 +08:00 |
|
godotg
|
06d49e7bd4
|
feat[graalvm]: event graalvm support
|
2023-09-02 09:27:20 +08:00 |
|
sun
|
764ac0b449
|
feat[graalvm]: detect graalvm
|
2023-09-01 18:12:32 +08:00 |
|
sun
|
a6e8d623bf
|
fix[log]: fix logback pattern error in spring 3.x
|
2023-09-01 16:13:35 +08:00 |
|
sun
|
f1384e6779
|
feat[event]: support virtual thread api
|
2023-03-13 19:33:21 +08:00 |
|
godotg
|
e95074463f
|
feat[event]: support virtual thread api
|
2023-03-11 14:57:20 +08:00 |
|
godotg
|
5702650159
|
feat[event]: support virtual thread api
|
2023-03-11 14:12:13 +08:00 |
|
godotg
|
4c98f97684
|
feat[event]: support virtual thread api
|
2023-03-10 14:27:41 +08:00 |
|
godotg
|
da9cb5f608
|
ref[event]: rename IEvent threadId method name to executorHash
|
2023-03-08 12:00:04 +08:00 |
|
godotg
|
a4e28e1014
|
ref[event]: ArrayList replaces LinkedList in event collection
|
2023-03-07 19:40:15 +08:00 |
|
godotg
|
67fd9ad1d2
|
perf[event]: asynchronous events are processed in different thread pools
|
2023-03-07 19:36:30 +08:00 |
|
godotg
|
6658ecaa1a
|
ref[event]: rename submit to post
|
2023-03-07 17:36:07 +08:00 |
|
godotg
|
ba3a074d61
|
del[event]: remove misleading interfaces
|
2023-03-07 17:16:38 +08:00 |
|
aoyu
|
55ea87e3f3
|
perf[event] add field "async" in @EventReceiver
|
2023-02-15 20:02:36 +08:00 |
|
godotg
|
607314a442
|
revert[proxy]: bean should be pojo class
|
2023-01-17 11:18:52 +08:00 |
|
sun
|
06f716feb9
|
fix[proxy]: the annotations of the bean of the parent class cannot be scanned
|
2023-01-16 19:11:19 +08:00 |
|
godotg
|
f1f991c742
|
del[net]: remove unnecessary thread constructor parameters
|
2022-12-22 21:05:08 +08:00 |
|
godotg
|
dd608f60f6
|
chore[event]: event bug document and code comments
|
2022-12-06 12:48:03 +08:00 |
|
godotg
|
469abf647f
|
doc[event]: update code comments
|
2022-12-04 11:27:36 +08:00 |
|
godotg
|
44fffabad1
|
perf[event]: remove unnecessary code and doc
|
2022-12-01 18:21:51 +08:00 |
|
aoyu
|
97fecbaca3
|
feat
|
2022-12-01 16:34:58 +08:00 |
|
godotg
|
cd55de2b37
|
perf[executor]: specified map initial size
|
2022-10-08 11:31:50 +08:00 |
|
godotg
|
1c20b6236a
|
perf[executor]: use CopyOnWriteHashMapLongObject to improve performance of visiting threadMap
|
2022-10-08 11:08:07 +08:00 |
|
godotg
|
675aced66f
|
doc[event]: 更新文档和注释
|
2022-09-17 20:04:57 +08:00 |
|
godotg
|
fed22442e7
|
perf[thread]: 优化当前线程的线程组
|
2022-09-08 10:55:07 +08:00 |
|
jianan
|
a2f7db43bb
|
doc[module]: boot自动装配代码整理
|
2022-08-22 23:21:38 +08:00 |
|
godotg
|
c9958bdfdf
|
perf[event]: 简化随机事件执行选择线程池的逻辑
|
2022-07-28 22:15:49 +08:00 |
|
godotg
|
c4cdf272eb
|
perf[runnable]: 使用Runnable函数式编程接口
|
2022-07-28 21:47:33 +08:00 |
|
godotg
|
a637db260a
|
perf[net]: 减少不必要的字段
|
2022-07-28 18:05:34 +08:00 |
|
godotg
|
004d96a3dd
|
perf[net]: 在task,event,scheduler线程执行的异步请求,请求成功过后依然在相同的线程执行回调任务
|
2022-07-28 15:35:44 +08:00 |
|
jianan
|
92afa4a3ff
|
doc[module]:Event模块注册注释
|
2022-07-09 21:50:57 +08:00 |
|
jianan
|
036ba4885c
|
perf[module]: Event和protocol模块注释
|
2022-07-03 22:50:26 +08:00 |
|
jaysunxiao
|
b39fc50a21
|
perf[zfoo]: 优化注释文档
|
2022-02-10 15:18:35 +08:00 |
|
jaysunxiao
|
e8aab562aa
|
perf[net]: 重构net的task dispatcher
|
2021-10-13 22:02:45 +08:00 |
|
jaysunxiao
|
374cef9a7e
|
fix[zfoo]: 修复启动脚本第一次启动的时候抓取不到info.log的问题
|
2021-09-30 15:05:38 +08:00 |
|
jaysunxiao
|
fb2fac2e4b
|
doc[net]: 优化文档注释
|
2021-09-26 15:30:06 +08:00 |
|
jaysunxiao
|
1377f8b4ce
|
fix[zfoo]: 优雅关闭服务器,避免bean财富回调shutdown方法
|
2021-09-26 12:26:45 +08:00 |
|
jaysunxiao
|
8c9f7887a8
|
perf[orm]: 简化代码
|
2021-09-20 21:00:25 +08:00 |
|
jaysunxiao
|
e79e1f8b74
|
perf[event]: 增加AppStartAfterEvent事件
|
2021-08-20 20:33:41 +08:00 |
|
jaysunxiao
|
2035fbb2ab
|
feat[net]: 新增ClientSession关闭的事件回调
|
2021-08-18 23:12:50 +08:00 |
|
jaysunxiao
|
f303555da0
|
perf[net]: 同步或异步的调用控制器优先使用AtomicReferenceArray增强性能,而不是一直使用ConcurrentHashMap
|
2021-08-07 23:06:16 +08:00 |
|