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
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
liulinfei121
8ddc528af6
add SingletonTest test case( #642 ) ( #702 )
...
Co-authored-by: liulinfei <qq@qq.com>
2 years ago
lucky 8
6fdb72d06d
Formatting code ( #688 )
...
* Fix the UndertowWeb adaptation
* Fix the UndertowWeb adaptation
* Optimize long polling logic
* Optimizing configuration logic
* Formatting unit tests
* Remove Chinese annotations
* Formatting code
* Formatting code
2 years ago
chen.ma
17426f053d
Fix bug in put method of ResizableCapacityLinkedBlockingQueue ( #685 )
2 years ago
chen.ma
2aa60694f2
Change thread pool dynamic change style
2 years ago
lucky 8
d0ad0a8255
Formatting unit tests ( #681 )
...
* Fix the UndertowWeb adaptation
* Fix the UndertowWeb adaptation
* Optimize long polling logic
* Optimizing configuration logic
* Formatting unit tests
2 years ago
Gdk666
df68a19b16
add ReflectUtilTest test case ( #641 ) ( #679 )
2 years ago
fengjing
5f003fb4e0
complete UserContextTest test case #645 ( #678 )
2 years ago
liulinfei121
172de0d4fd
add Md5UtilTest test case ( #677 )
...
* add FileUtilTest test case
* add Md5UtilTest test case
2 years ago
liulinfei121
2d9191fa5b
add FileUtilTest test case ( #672 )
2 years ago
chen.ma
8ee0e4edee
Code formatting optimization
2 years ago
pizihao
0a6ee0a68e
improve the way to get port and ip ( #663 )
...
* improve the way to get port and ip
* fix : Code format
2 years ago
liutao
9adeb96a91
fix FileUtilTest junit test case run error ( #662 )
...
* add junit test case #644
* fix FileUtilTest junit test case run error
2 years ago
liutao
0ca75f9706
add junit test case #644 ( #661 )
2 years ago
chen.ma
74c868e544
FunctionalInterface method to add annotations
2 years ago
chen.ma
bb1db80d1f
Code formatting
2 years ago
liutao
4c7631999d
Add files via upload ( #652 )
...
add StringUtilTest JUnit test case
2 years ago
liulinfei121
e0bde2605f
Add unit test cases ( #651 )
2 years ago
chen.ma
3377b3d8bb
Delete extra blank lines
2 years ago
chen.ma
0606fab370
Add unit test cases
2 years ago
shanjianq
9c1cef1c3b
create DynamicThreadPool in sever which undefined in server but defined in client when client start ( #637 )
...
* replace fastjson to JSONUtil
* fix issue #558
* fix issue #558
* remove threadPoolNamePrefix and set alarm params
Co-authored-by: airoger <czzx201101136>
2 years ago
chen.ma
89cd0ba420
Optimize code format
2 years ago
黄成兴
41b970a15f
Complete JSONUtilTest test cases ( #628 ) ( #630 )
2 years ago
chen.ma
138b67d454
Add JSONUtilTest
2 years ago
chen.ma
882329ddf7
Delete useless blank lines
2 years ago
bug搬运工
da9e48785d
test: add ut ( #616 )
2 years ago
Alic
4874cdad4d
fix:内存大小单位转换修复 ( #602 )
...
* fix:内存大小单位转换修复
* ByteConvertUtil补充测试用例
2 years ago
chen.ma
527846055c
Fix community test case code
2 years ago
chen.ma
f2367183f5
Code formatting optimization
2 years ago
chen.ma
efaa068dc3
Add isNullOrEmpty
2 years ago
chen.ma
77d5f88a49
Add emptyToNull & nullToEmpty ( #597 )
2 years ago
chen.ma
93bec5411f
Remove unnecessary blank lines
2 years ago
Sean Wu
320b2aa2bd
Complete ConditionUtilTest test cases ( #585 ) ( #594 )
2 years ago
Sean Wu
4223f26ffb
complete FileUtil test case ( #587 ) ( #595 )
2 years ago
BigXin0109
8d1e6c21bb
fix: Reflection missing fields ( #590 )
2 years ago
wangjie
0bcb90e102
feat: BooleanUtilTest 补充测试用例 #581 ( #588 )
2 years ago
chen.ma
babc81bd2f
Submit hippo4j-common tool class unit test
2 years ago
chen.ma
22fc38b1a2
Code formatting optimization
2 years ago
weihubeats
547b1c403e
delete deprecated api ( #535 )
2 years ago
chen.ma
cf6bba0840
Code naming and access refactoring
2 years ago
chen.ma
7f823ea6d0
Refactoring blocking queues and refusing policy-related packet adjustments
2 years ago
chen.ma
1a64fa5731
Optimize thread pool change prompt
2 years ago
chen.ma
8bfa5b4d5b
Change thread pool change copy
2 years ago
chen.ma
78208ed062
Dynamically register logic changes
2 years ago
chen.ma
127b5b326d
hippo-4j add execution time timeout dynamic change ( #527 )
2 years ago
chen.ma
e8f5c719d8
Optimize the dynamic registration thread pool
2 years ago
chen.ma
568fc56fd8
Add condition to update if notification exists
2 years ago
chen.ma
6f90009374
hippo4j server dynamic registration thread pool refactoring
2 years ago
chen.ma
ec12a14554
hippo4j server add dynamic registration notification alarm
2 years ago
chen.ma
a90ac19bb6
Adjust hippo4j-core module properties
2 years ago
小马哥
0bf16ff152
Merge pull request #514 from mabaiwan/develop
...
Style formatting
2 years ago
chen.ma
7d09960bf7
Style formatting
2 years ago
小马哥
58cb6a3ff3
Merge pull request #513 from mabaiwan/develop
...
Remove blocking queue type from thread pool changelog
2 years ago
chen.ma
d0d7a27194
Remove blocking queue type from thread pool changelog
2 years ago
小马哥
f6eaecca75
Merge pull request #512 from mabaiwan/develop
...
Improve the dynamic registration thread pool logic
2 years ago
chen.ma
d0552f2d05
Improve the dynamic registration thread pool logic
2 years ago
chen.ma
840e9bdab4
Improve the dynamic registration thread pool logic
2 years ago
Dmego
c3ab689abc
fix generics type cast exception
2 years ago
chen.ma
a4cdf839bd
Open source protocol header file addition
2 years ago
chen.ma
d320a160b8
Thread pool dynamic registration optimization
2 years ago
chen.ma
e0824f88a1
Change thread pool dynamic registration logic
2 years ago
chen.ma
ef93ab435d
Add thread pool automatic registration function & log printing optimization
2 years ago
chen.ma
64266c5501
Delete useless blank lines from pom file
2 years ago
chen.ma
5626863a56
Dynamic thread pool parameter change Copywriting modification
2 years ago
chen.ma
b9e3d726ec
Log print content optimization
2 years ago
chen.ma
abae0d1daa
hippo4j-core-spring-boot-starter code naming and log optimization
2 years ago
chen.ma
d20cbbd8ba
Add open source protocol headers
2 years ago
chen.ma
1164eaae58
hippo4j-spring-boot-starter code naming and log optimization
2 years ago
dependabot[bot]
259839f2a7
Bump spring-core in /hippo4j-common ( #470 )
...
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.2.19.RELEASE to 5.2.22.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.19.RELEASE...v5.2.22.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
dependabot[bot]
5911cfcb9d
Bump jackson-databind from 2.12.6 to 2.12.6.1 in /hippo4j-common ( #469 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.6 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
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
chen.ma
a3d5d6f173
Murphy Security Bug List Fixes
2 years ago
dependabot[bot]
9493c4e63d
Bump spring-beans in /hippo4j-common ( #467 )
...
Bumps [spring-beans](https://github.com/spring-projects/spring-framework ) from 5.2.20.RELEASE to 5.2.21.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v5.2.21.RELEASE )
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
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
chen.ma
29c2fa29b5
Murphy Security Bug List Fixes ( #463 )
2 years ago
小马哥
2a9f94cd35
Optimize notification and alarm text reading ( #445 )
...
* Spotless add skip condition
* Optimize notification and alarm text reading
* delete meaningless blank lines
2 years ago
小马哥
71c8e8a44c
Merge branch 'develop' into develop
2 years ago
chen.ma
260b80b7e7
Code formatting
2 years ago
小马哥
89fcf99fa9
Optimized alarm notification capabilities ( #435 )
2 years ago
chen.ma
a8a02da6d4
Add a singleton storage container
2 years ago
chen.ma
b79ea62a6a
Configuration change notification & alarm notification reconfiguration ( #360 )
2 years ago
huanglong
fb74980c14
remove commons-codec dependency version
2 years ago