iwangjie
cdeae3010f
add mockito dependencey. ( #1183 )
...
* mockito_dep
* add mockito dependency.
2 years ago
chen.ma
8ac99e75ea
DynamicThreadPoolRegisterParameter#threadFactory serialization exception ( #1085 )
2 years ago
chen.ma
2791c41ab4
Optimize web thread pool printing log
2 years ago
yanrongzhen
be636bf08a
Fix: WebExecutorProperties npe problem. ( #1162 )
2 years ago
pizihao
fc1bb3f5b9
fix : add ThreadPoolRunStateInfo for jetty ( #1161 )
2 years ago
yanrongzhen
f54d915dec
Implement the ability to notify changes to the web container thread pool under the Config mode. ( #1133 )
...
* Add notification logic after modifying web thread pool parameters.
* Refactor the notification module to enable notification capability for the web container.
* Add application profile enum.
* Revert the bugfix changes and split them into issue #1134 .
* Revert @Order annotation in AbstractWebThreadPoolService.
* fix profile enum name with test environment.
* Fix: remove unused imports.
* Delete ProfileEnum class.
* Modify the way of obtaining the ID of the web thread pool.
* Move the IExecutorProperties class to the common module.
* Narrow the scope of @SuppressWarnings annotation usage.
2 years ago
dependabot[bot]
2286550250
Bump spring-core in /hippo4j-common ( #1136 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.2.22.RELEASE to 5.2.23.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.22.RELEASE...v5.2.23.RELEASE )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
machen
69275d2888
Update docs
2 years ago
Kevin
47ad7f6ad4
test: add BlockingQueueTypeEnumTest ( #1119 )
2 years ago
Kevin
ed16c905da
Issue 1111-核心阻塞队列枚举 BlockingQueueTypeEnum.createBlockingQueue(String blockingQueueName, Integer capacity)抛出NPE问题修复 ( #1117 )
...
* fix the NPE about null Integer convert to int,change temCapacity's type from int to Integer
* refactor BlockingQueueTypeEnum
2 years ago
yanrongzhen
275a8bfb92
Bruceyan/issue#1092 ( #1102 )
...
* refactor: Extension module
* refactor: Update packageNames and classNames, mark ServiceLoader deprecated.
* fix: remove some unused fields.
* method does not override or implement a method from a supertype
* fix: Modify some field names, add scoped target object filtering.
2 years ago
Kevin
72aa732688
refactor BlockingQueueTypeEnum ( #1109 )
2 years ago
machen
fd6b4a3e34
Refactor blocking queue enum
2 years ago
machen
d369391aca
Refactor blocking queue enum
2 years ago
BigXin0109
64a7656dff
Merge pull request #1079 from BigXin0109/kafka
...
feat: kafka support #229 #231 #269
2 years ago
akballal
5e285ba5b4
Replaced {} by %s ( #1098 )
2 years ago
machen
1cc35a13f5
Refactor not supported exception
2 years ago
lianyiwuming
209856a174
refactor of BlockingQueueTypeEnum ( #1032 )
...
Co-authored-by: hongdan.qin <hongdan.qin@dmall.com>
2 years ago
yangsanity
2546f04a98
fix 1072: provides a way to safely set the thread pool size ( #1075 )
2 years ago
yanrongzhen
4cceb1aa4c
refactor: modify web-container thread-pool executor configuration pattern with general mode. ( #1015 ) ( #1084 )
2 years ago
李剑鑫
d9d56d0574
feat: kafka support #229 #231 #269
2 years ago
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