baymax55
9bda1436eb
Replace ${project.version} with ${revision} ( #1031 )
2 years ago
BigXin0109
305a2edcf5
fix : #1002 ( #1010 )
...
* fix : #10002
* fix : #10002
* feat: remove debug
* feat: format
* feat: format
2 years ago
马称
c8cb4d8ecd
Refactor configuration mode initialization logic ( #1011 )
...
* Refactor configuration mode initialization logic
* Refactoring configuration mode initialization execution timing
* remove superfluous super
2 years ago
Lijx
89dbafe5c5
Support for Consul Configuration Center to dynamically adjust parameters ( #1007 )
...
* Support for Consul Configuration Center to dynamically adjust parameters
* Optimize(Support for Consul Configuration Center to dynamically adjust parameters )
* Second optimization(Support for Consul Configuration Center to dynamically adjust parameters )
* delete empty rows
2 years ago
chen.ma
b5b959c80b
Code logic update
2 years ago
黄成兴
d7bd99b363
fix: The thread pool that is not managed by spring will also be destroyed ( #990 ) ( #1003 )
...
* fix: The thread pool that is not managed by spring will also be destroyed (#990 )
* optimize code and comments
2 years ago
王杰
00b2a7fa31
support dubboX from demand #624 ( #988 )
...
* support dubboX from demand #624
* dubboX rename to dubbox
* fix version reference
2 years ago
chen.ma
33b08102d7
Registered thread pool defaults to specify expiration time and thread factory ( #976 )
2 years ago
WuLang
cd9a9de5bf
Long polling returns status code ( #971 )
...
* feat:Long polling returns status code
* feat:Long polling returns status code
2 years ago
黄成兴
90220fa454
fix: Adjust log output level and override default method ( #960 )( #959 ) ( #961 )
2 years ago
weihubeats
ed0847759d
add spi test ( #957 )
...
* Simplified DynamicThreadPool usage
* Simplified DynamicThreadPool usage
* init
* add test
* format code
* format code
* update doc
* Simplify the code
2 years ago
马称
333b8b58ce
Add monitoring default configuration ( #951 )
2 years ago
chen.ma
b483b29beb
Stop running status collection when the project is closed gracefully ( #918 )
2 years ago
chen.ma
2f4c8bedbe
Refactor dynamic thread pool registration variable naming
2 years ago
chen.ma
a9cd485502
Task execution timeout time assignment
2 years ago
黄成兴
328bb4a47f
Support automatic registration of plugins and plugin registrars ( #914 )
...
* feat: Support to centralized management of all plugins
* feat: Support automatic registration of plugins and plugin registrars
2 years ago
chen.ma
fe46a08ef6
Refactor notification alerts and jar dependencies
2 years ago
马称 Ma Chen
4757e00c4a
Code optimization and logic refactoring ( #909 )
...
* Code optimization and logic refactoring
* Code optimization and logic refactoring
* Remove useless modules and refactor code
* Remove kafka modules
* Remove kafka code
2 years ago
马称 Ma Chen
517779cf8a
Spring post processor logic refactoring ( #874 ) ( #905 )
2 years ago
WuLang
d02e989c54
Adapt to delayed loading ( #886 )
...
* feat:Adapt to delayed loading
* feat:Field Rename
2 years ago
马称 Ma Chen
b6eda7b93e
Supplementary Methods Notes ( #891 )
...
* Add method and field annotations
* Supplementary Methods Notes
* Change the thread pool running data assignment
2 years ago
马称 Ma Chen
563d509787
Add method and field annotations ( #890 )
2 years ago
马称 Ma Chen
c423ffa448
Client instance registration information code refactoring ( #888 ) ( #889 )
2 years ago
黄成兴
9165200fe2
refactor the function extension logic of DynamicThreadPoolExecutor ( #815 ) ( #854 )
...
* feat: Add a new thread-pool that supports the registration of callback interfaces
* feat: Add plugins to support the default extensions of DynamicThreadPoolExecutor
* refactor: Deprecate AbstractDynamicExecutorSupport and make DynamicThreadPoolExecutor extend ExtensibleThreadPoolExecutor (#815 )
* fix: obtained plugin list may cause thread-safe problems during iteration
* refactor: Make DynamicThreadPoolExecutor support the selection of shutdown mode in destroy
Co-authored-by: 马称 Ma Chen <machen@apache.org>
2 years ago
chen.ma
3f80cf3a1e
After the dynamic thread pool is modified multiple times, the queue prompt information is lost ( #868 )
2 years ago
WuLang
8060e5f239
default subscribe to the remote thread pool configuration. ( #850 )
...
* feat:default subscribe to the remote thread pool configuration.
* feat:default empty list
2 years ago
chen.ma
9371f9e7dc
Code optimization
2 years ago
chen.ma
678ec1dd24
Code optimization
2 years ago
pizihao
8eaf587f6a
organize the toolkit, add references and reference sources ( #835 )
...
* fix : organize the toolkit, add references and reference sources
* fix : add MemoryUtil for get memory info
* fix : code format adjustment
2 years ago
chen.ma
d4fe0986c6
Dynamically registered thread pool queue capacity assignment error ( #824 )
2 years ago
WuLang
1ad8aabe8b
feat:Early method return ( #823 )
2 years ago
chen.ma
76a4f16953
Added container and tripartite framework thread pool monitoring ( #816 )
2 years ago
chen.ma
c587a3c5c2
Query the Web thread pool list to add the framework logo ( #819 )
2 years ago
chen.ma
8238c6555f
Refactored thread pool monitoring ( #816 )
2 years ago
chen.ma
7a996b7041
Mandatory to specify the ip+port registered by the client ( #799 )
2 years ago
chen.ma
2f2f7d4b82
When the number of dynamic thread pools is empty, there is a CPU idling problem ( #803 )
2 years ago
chen.ma
1acfb98498
Http tool code and format optimization
2 years ago
严荣振
b74c2db9cc
FIX ISSUE#766,remove OkHttp3 dependency ( #800 )
...
* 1. remove the okhttp dependency, use own implementation instead.
2. add logtracing util.
* remove unnecessary fields
* fix notes
* fix post bug
* fix url encoding
2 years ago
chen.ma
e2ece1fda0
Code format optimization
2 years ago
BigXin0109
07bb0528df
feat: support spring boot 1.5.x ( #796 )
...
* feat: support spring boot 1.5.x
* fix: fix ^M
* fix: fix ^M
* feat: close debug
* fix: update properties
* feat: add apollo spring-boot 1.5.x example
2 years ago
WuLang
28073f8c3f
feat:register throws error message ( #798 )
2 years ago
pizihao
1f4da093b4
Replace RestTemplate with HttpClientUtil ( #791 )
...
* fix : update RestTemplate to HttpClientUtil
* fix : delete httpclient in dependencies
2 years ago
chen.ma
6a2e3745fe
Refactor sub-Module build-plugins ( #767 )
2 years ago
baymax55
241a8b79fa
feat: Added authentication mode on the server side ( #772 )
2 years ago
weihubeats
f9d8b5f993
Rename ( #765 )
...
* Simplified DynamicThreadPool usage
* Simplified DynamicThreadPool usage
* init
* update method name
2 years ago
pizihao
e03d464053
Globally remove the Hutooltoolkit dependency ( #759 ) ( #762 )
...
* fix : global remove hutool(#725 )
* fix : update use for hutool(#725 )
* fix : Replenish toolkit(#725 )
* fix : merge branch conflicts(#725 )
* fix : modify code format(#725 )
* fix : config BeanUtil merged to common(#725 )
* fix : add IdUtil for generate UUID(#725 )
* fix : replace method for convert bean(#725 )
Co-authored-by: pizihao <hao3073liu@163.com>
2 years ago
Lijx
956bd20d6c
Globally remove the Guava toolkit dependency ( #759 )
...
* Globally remove the Guava toolkit dependency
* update "Globally remove the Guava toolkit dependency"
2 years ago
weihubeats
ad9a8f76ed
add PolarisRefresherHandler ( #754 )
...
* add PolarisRefresherHandler
* format code
2 years ago
pizihao
a7f2bb7521
Adapter 初始化覆盖核心参数 ( #716 )
...
* feat : Unify get the IP and port of the current instance(#609 )
* feat : add enable prop for this(#609 )
* feat : add ThreadPoolInitRefresh for init(#609 )
* feat : adapter thread pool init, including nacos, zookeeper, etcd and apollo(#609 )
2 years ago
jinlingmei
4df0b4ee69
Update DynamicThreadPoolPostProcessor.java ( #694 )
...
modifying constructor methods of ThreadPoolNotifyAlarm
2 years ago