lianyiwuming
4210e65295
Refactor : generic type custom BlockingQueue support ( #1036 )
...
* generic refactor.
* add customeBlockingQueue generic type support.
---------
Co-authored-by: hongdan.qin <hongdan.qin@dmall.com>
2 years ago
chen.ma
d54c42ef28
Merge branch '1.4.3-upgrade' into develop
...
# Conflicts:
# hippo4j-common/src/main/java/cn/hippo4j/common/toolkit/ReflectUtil.java
# hippo4j-core/src/main/java/cn/hippo4j/core/executor/support/adpter/DynamicThreadPoolAdapterChoose.java
2 years ago
chen.ma
46cdd63bea
Adjusting the code format
2 years ago
凌风
881f01c70b
1.4.3 upgrade ( #1050 )
...
* feature:add zipkin pool adapter
* feature:add zipkin pool adapter
* feature:add thread pool adapter spi ,support customer diy thread pool
---------
Co-authored-by: wangzhuo <wangzhuo@shuwen.com>
2 years ago
马称
d57547c1f4
Merge develop ( #1048 )
...
* Add monitoring default configuration
* feature:support zipkin pool and add a adapter (#1047 )
* feature:add zipkin pool adapter
* feature:add zipkin pool adapter
Co-authored-by: wangzhuo <wangzhuo@shuwen.com>
* Adjusting the code format
Co-authored-by: 凌风 <30565113+lingfengcoder@users.noreply.github.com>
Co-authored-by: wangzhuo <wangzhuo@shuwen.com>
2 years ago
chen.ma
2858b9fd4f
Adjusting the code format
2 years ago
凌风
a461daa371
feature:support zipkin pool and add a adapter ( #1047 )
...
* feature:add zipkin pool adapter
* feature:add zipkin pool adapter
Co-authored-by: wangzhuo <wangzhuo@shuwen.com>
2 years ago
黄成兴
7ab9fc36a5
Fix #1001 ( #1021 )
...
* feat: add none implementation for ThreadPoolCheckAlarm
* fix: Alarm plugin supports dependency injection through the constructor (#1001 )
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
baymax55
bc38a19cb8
AddTestCaseForResults ( #1008 )
...
* AddTestCaseForResults
* add public prefix for UT
2 years ago
atomFix
196238b28f
completed #728 ( #1005 )
...
* unit test: ExecutorFactoryTest 补充测试用例 #728
* unit test #728 : format of normative notes
* unit test #728 : format of normative notes to En; eliminate the impact of common objects on the current test flow in other scenarios.
Co-authored-by: liukairong1 <liukairong1@jd.com>
2 years ago
weihubeats
a59227abc4
Add test ( #998 )
...
* Simplified DynamicThreadPool usage
* Simplified DynamicThreadPool usage
* init
* add AssertTest
2 years ago
chen.ma
0c3c2f6afb
Binding a user to a Tenant ( #792 )
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
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
chen.ma
2f4c8bedbe
Refactor dynamic thread pool registration variable naming
2 years ago
chen.ma
fe46a08ef6
Refactor notification alerts and jar dependencies
2 years ago
马称 Ma Chen
5798a07b7b
Format code ( #907 )
2 years ago
pizihao
b73725f159
Server-side and client-side model of rpc mode call based on netty ( #880 )
...
* fix : add toolkit
* feat : Implement rpc calls through netty, implement server side and client side respectively, the underlying network connection and pipeline context mechanism depend on netty(#812 )
* fix : Modifying the comment Format (#812 )
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
weihubeats
29c5fdf301
Auto alerts ( #872 )
...
* Simplified DynamicThreadPool usage
* Simplified DynamicThreadPool usage
* init
* add Auto Alerts
2 years ago
chen.ma
e0c64c66fa
Update ci.yml
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
WuLang
dda661c26c
feat:Long polling returns the appropriate status code ( #848 )
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
04feb423ce
Fix the CheckStyle code format
2 years ago
chen.ma
7a996b7041
Mandatory to specify the ip+port registered by the client ( #799 )
2 years ago
pizihao
0f358a9b77
fix : supplement unit test for ThreadPoolManager ( #805 )
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
pizihao
1f4da093b4
Replace RestTemplate with HttpClientUtil ( #791 )
...
* fix : update RestTemplate to HttpClientUtil
* fix : delete httpclient in dependencies
2 years ago
严荣振
e5c144d148
FIX ISSUE#760 ( #790 )
...
* FIX ISSUE#760
* dozer强依赖, 改为provided
* 消除无用依赖
* 依赖删除
Co-authored-by: yanrongzhen <bruceyan@didiglobal.com>
2 years ago
chen.ma
6a2e3745fe
Refactor sub-Module build-plugins ( #767 )
2 years ago
pizihao
aec3d98bbf
New feature ( #779 )
...
* feat : supplement StringUtil
* fix : To solve RestTemplate Missing parameter (#775 )
* fix : again appoint MediaType for request post (#770 )
2 years ago
shanjianq
656d508b35
finish thread pool config change verify ( #776 )
...
* init code for verify module
* init code for verify module
* create application for config modify in thread pool manage
* finish rejectModification
* finish rejectModification
* add todo
* finish threadPoolManage accept
* finish threadPoolManage accept
* finish threadPoolManage config verify
* formatting code
* optimize ConfigModifyVerifyService
* finish config modification verify
* finish config modification verify
* finish webConfig modification verify
* finish webConfig modification verify
* finish webConfig modification verify
* finish threadPoolInstanceConfig modification verify
* finish adapterThreadPoolConfig modification verify
* finish adapterThreadPoolConfig modification verify
* finish adapterThreadPoolConfig modification verify
* optmize ConfigVerifyController
* optmize ConfigVerifyController
* optmize ConfigVerifyController
* fix ConfigModifyVerifyReqDTO
* fix bug
* optimize verifyController
* optimize verifyController
* fix request param
* finish modify application query page
* finish modify application query page
* finish modify application query detail
* finish modify application query detail
* finish thread pool config modification verify module
* optimize accept modification logic
* formatting code
* fix bug
* formatting code
* formatting code
* update sql file
* add annotation
* add annotation and formatting code
* add annotation and formatting code
* remove useless code
* fix sql
Co-authored-by: airoger <czzx201101136>
2 years ago
pizihao
737d319c4c
fix : solve ReflectUtil#getMethodByName IllegalException ( #763 ) ( #764 )
...
Co-authored-by: pizihao <hao3073liu@163.com>
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
chen.ma
ceddf9ade1
Remove extra blank lines
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
chen.ma
00440506c2
Fix ci errors
2 years ago
chen.ma
1baf187ece
Fix checkstyle plugin scan bug
2 years ago
weihubeats
ad9a8f76ed
add PolarisRefresherHandler ( #754 )
...
* add PolarisRefresherHandler
* format code
2 years ago
baymax55
f62fcc739c
Add test case for NoArgsConsumer ( #753 )
2 years ago
baymax55
c0f0cbd14a
Add test case for GroupKey.java ( #744 )
2 years ago
tudo
43f3a07815
add MatcherFunctionTest test case ( #743 )
2 years ago
chen.ma
c84d25f732
Supplementary test case
2 years ago