yanrongzhen
908671e887
Implement real-time parameter modification of the Spring bean thread pool instance. ( #1295 )
...
* Add common dependencies and realize basic functions.
* Update example config properties
2 years ago
Xin Chen
5a124e85a9
optimize: fix StyleCheck errors for hippo4j-agent-bootstrap ( #1292 )
...
* optimize: fix StyleCheck errors for hippo4j-agent-bootstrap
* optimize: fix StyleCheck errors for hippo4j-agent-bootstrap
* optimize: fix StyleCheck errors for hippo4j-agent-bootstrap
2 years ago
magestack
a33a376cbb
Public module removes spring dependency ( #1293 )
2 years ago
Dmego
ea19be3cb8
optimize: fix StyleCheck errors for hippo4j ( #1291 )
...
* optimize: fix StyleCheck errors for hippo4j
* ignore TypeName error
2 years ago
Dmego
19d4a85777
optimize: fix StyleCheck errors for hippo4j-threadpool-core ( #1289 )
...
* optimize: fix StyleCheck errors for hippo4j-threadpool-core
* add TaskTimeRecordPlugin#TableSizeFor test method
2 years ago
pc
80fd519a7b
fix H2 database usage error ( #1287 )
2 years ago
Xin Chen
95cd53af35
fix StyleCheck Errors. ( #1288 )
...
* fix checkType errors about module hippo4j-threadpool-adapter-web
* fix checkType errors about module hippo4j-threadpool-spring-boot-starter-adapter-web
* fix checkType errors about module hippo4j-threadpool-rpc.
2 years ago
lucca suen
f80f50c82a
Optimize HttpUtilsTest for different operating systems ( #1286 )
2 years ago
magestack
f7eb468af8
Refactor package directory, abstract infra and kernel layers ( #1285 )
...
* Refactor package directory, abstract infra and kernel layers
* Update pom.xml
2 years ago
BigXin0109
9698d8d7d2
Server mode Docker packaging function migrated to the root directory ( #1273 )
...
* feat: Server mode Docker packaging function migrated to the root directory
* feat: Server mode Docker packaging function migrated to the root directory
* feat: remove comment
* feat: i18n
2 years ago
magestack
0035e970dd
Update .codecov.yml ( #1276 )
2 years ago
Dmego
84bd818718
test: AbstractBuildThreadPoolTemplate add unit test. ( #1275 )
2 years ago
Tung Bui (Leo)
37c44db64d
Changed sleep time in multiThreadTryWriteLockTest ( #1260 )
2 years ago
yanrongzhen
ad496be50c
Modify the output name of the agent. ( #1270 )
2 years ago
马称
2d0040b3bf
Fix front-end console error ( #1268 )
2 years ago
GRL-bxy
0a3924a587
Remove console autofill hippo4j username and password logic ( #1246 ) ( #1266 )
2 years ago
马称
3de6921d31
Optimize the Apollo sample program ( #1265 )
...
* Optimize the Apollo sample program
* Optimize the Apollo sample program
2 years ago
马称
b914c1dfea
Refactor front-end project directory name and location ( #1245 ) ( #1263 )
2 years ago
马称
1011fa4e16
Fix the import error of the rabbitMQ sample program pom package ( #1262 )
2 years ago
马称
a5427ac4e7
Hippo4j all modules refactored ( #1245 ) ( #1261 )
2 years ago
马称
5251896b36
Create new Modules ( #1259 )
2 years ago
马称
f4a2354752
Update dependencies directory ( #1258 )
...
* Split the dev-support directory by functionality
* Update dependencies directory
2 years ago
马称
5db3e9c3bf
Update .codecov.yml ( #1257 )
...
* Split the dev-support directory by functionality
* Update .codecov.yml
2 years ago
马称
7516aede87
Split the dev-support directory by functionality ( #1256 )
2 years ago
马称
d3f964fcdc
Abstract hippo4j-dependencies for module refactoring ( #1245 ) ( #1253 )
2 years ago
yanrongzhen
27138807f0
Update member information. ( #1244 )
2 years ago
Sakuragi27
f993e88a8a
test: add AbstractThreadPoolRuntimeTest ( #1243 )
2 years ago
Xin Chen
f5126e3b68
Fix some module CheckStyle Errors ( #1240 )
...
* fix checkType errors about module hippo4j-spring-boot-starter.
* fix checkType errors about module hippo4j-adapter-dubbo.
* fix checkType errors about module hippo4j-adapter-alibaba-dubbo.
* fix checkType errors about module hippo4j-adapter-hystrix.
* fix checkType errors about module hippo4j-spring-boot-starter.
2 years ago
pizihao
0f3b33fbcc
Modify the file directory prefix ( #1239 )
...
* fix : HttpUtilsTest modify call fixed website(#1236 )
* test : Modify the file directory prefix(#1236 )
* test : check directory(#1236 )
2 years ago
yanrongzhen
ad3d103776
Complete the agent development under SpringBoot2.x version. ( #1241 )
...
* Complete the agent development under SpringBoot2.x version.
* Rename the '@SpringBootPluginConfig' annotation.
2 years ago
yanrongzhen
70295dcd2f
Fix unit test call console password error. ( #1238 )
...
* Fix unit test call console password error.
* Fix test problems.
2 years ago
bobowiki
d63e1ac81a
hippo4j-ui architecture upgrade ( #1235 )
...
* init project
* eslint
* husky
* init
* hippo4j-ui-new router antd
2 years ago
yanrongzhen
fcbc5f702e
Fix the problem that command line startup cannot be enhanced. ( #1234 )
2 years ago
yanrongzhen
bc849c1556
Merge pull request #1227 from gan879065613/develop
...
Delete the license file 'LICENSE-asm.txt' in hippo4j-agent
2 years ago
ganjunhao
445be17df0
Delete the license file 'LICENSE-asm.txt' in hippo4j-agent/dist-material folder.( #1226 )
2 years ago
Xin Chen
706d3b468b
type: Some CheckStyle fix. ( #1224 )
...
* fix all OperatorWrap style error. The OperatorWrap style mandates that operator symbols should begin each new line, hence the need for adjusting the formatting.
* fix all ConstantName style error. Constant names are required to be written in uppercase letters and separated by underscores
* fix an SimplifyBooleanReturn error. Because key.indexOf(filters) > -1' can be replaced with 'key.contains(filters)'
2 years ago
yangsanity
d61260419d
optimize 1220: optimize all import * and unuse import in java ( #1221 )
2 years ago
chen.ma
36d679c892
Introduce Baidu statistics
2 years ago
yanrongzhen
583b798b22
Fix: import without using 'import *' ( #1218 )
2 years ago
pizihao
9a1089f640
Rpc simplify ( #1212 )
...
* fix : Add annotations to classes of rpc module Add version: @since 1.5.1 (#1187 ) (#812 )
* fix : Simplify the rpc module, remove unnecessary classes and methods (#1187 ) (#812 )
* fix : Adjust unit tests against simplified code(#1187 ) (#812 )
* fix : Adjust unit tests against simplified code(#1187 ) (#812 )
* fix : Add new unit tests(#1187 ) (#812 )
2 years ago
yanrongzhen
f1321052c1
Complete the agent of springboot1.x version in config mode. ( #1215 )
2 years ago
yanrongzhen
e188855997
Fix default values using Collections.emptyList causing UnsupportedOperationException during parameter binding. ( #1214 )
2 years ago
Abhishek Pathak
46334f8927
change tomcat to web ( #1210 )
...
* Update hippo4j-config-more.md
* Update hippo4j-config-more.md
2 years ago
yangsanity
34e63e6aee
optimize 1131: set notifyPlatforms default value to empty list ( #1170 )
2 years ago
yanrongzhen
c1bea7a6bf
Complete the configuration analysis of SpringBoot 1.x and 2.x versions with spring-boot agent plugins. ( #1207 )
...
* Remove dependency-reduced-pom.xml from the agent core module.
* Complete the configuration analysis of SpringBoot 1.x and 2.x versions through spring-boot agent plugins.
2 years ago
iwangjie
cc3931d716
Merge pull request #1199 from z-y-hang/develop
...
test:add RejectedProxyInvocationHandlerTest
2 years ago
z-y-hang
086bec27d4
test:update RejectedProxyInvocationHandlerTest
2 years ago
yanrongzhen
7b30ad81c7
Complete the docking of the premain mechanism. ( #1203 )
...
* Complete the docking of the premain mechanism.
Modify .gitignore file.
* Modify hippo4j-agent submodule naming.
2 years ago
Pan_Yujie
35cf3a2791
test: add ThreadPoolRunStateHandler ( #1200 )
...
* test: add ThreadPoolRunStateHandler
* test: add ThreadPoolRunStateHandler
* test: add ThreadPoolRunStateHandler
2 years ago
yanrongzhen
254b587111
Initialize the hippo4j-agent module and complete the construction of the agent-core core module ( #1196 ) ( #1201 )
2 years ago