Xin,Zhang
d02ee0af3e
Replace != with equals ( #5617 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 15:57:11 +08:00
Qiuxia Fan
1f79367417
sync ui: Set current service for topology ( #5622 )
2020-10-02 13:10:57 +08:00
zhang-wei
a36f22f828
add comment ( #5620 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 09:52:00 +08:00
Kdump
d30ca1ab58
fix TypeParameterUnusedInFormals ( #5613 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 07:41:17 +08:00
Daming
6eda8346bb
remove dead code ( #5611 )
2020-10-02 00:11:02 +08:00
Daming
f39c0dd274
fix to release incorrectly lock when it is failed to obtain lock ( #5610 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 22:49:39 +08:00
kezhenxu94
a45f615b6d
Use explicit charset instead of default charset ( #5601 )
...
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
Co-authored-by: zhang-wei <pknfe@outlook.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 21:27:31 +08:00
吴晟 Wu Sheng
2b737e24e4
Embrace the maven cache in the GitHub action. ( #5619 )
...
* Add cache for maven local repo.
* FIx formats.
2020-10-01 19:05:28 +08:00
Xin,Zhang
1cddb60a00
add @SuppressWarnings(NonAtomicVolatileUpdate) ( #5606 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 17:28:18 +08:00
Xin,Zhang
6f99a24c43
add @SuppressWarnings(HidingField) annotation ( #5603 )
2020-10-01 16:05:17 +08:00
zhang-wei
736dc3d3ec
Remove some unused variables ( #5598 )
2020-10-01 14:51:07 +08:00
Xin,Zhang
772f1d2e82
Replace Class.newInstance() with getDeclaredConstructor().newInstance() ( #5600 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 12:56:28 +08:00
Xin,Zhang
7c69ea889e
Fix JdkObsolete issue ( #5599 )
...
* Fix JdkObsolete issue
* Fix code style
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 11:09:51 +08:00
Kdump
8a8df3550e
fix Classcanbestatic ( #5597 )
...
Inner class is non-static but does not reference enclosing class
ref: https://errorprone.info/bugpattern/ClassCanBeStatic
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 08:18:00 +08:00
Kdump
7d5d8b4335
fix MissingCasesInEnumSwitch ( #5595 )
...
Non-exhaustive switch; either add a default or handle the remaining cases: VALUE, UNKNOWN
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 07:09:50 +08:00
Kdump
3bc94cbb68
fix Calling getClass() on an enum may return a subclass of the enum type ( #5594 )
...
ref: https://errorprone.info/bugpattern/GetClassOnEnum
2020-09-30 22:51:05 +08:00
吴晟 Wu Sheng
bc64c6a127
Make the extension header really extendable ( #5590 )
2020-09-30 07:33:23 +08:00
吴晟 Wu Sheng
103cf00672
Support JDK 11 compiling and upgrade dependencies ( #5579 )
...
* Upgrade dependencies and make the JDK11 compiling passed.
* Update license and fix license check file.
* Add CI for JDK11 compiling.
* Update doc.
2020-09-29 10:34:21 +08:00
Yu.Bozhong
5c1714329e
Feat:add go-micro component id ( #5580 )
2020-09-29 09:11:21 +08:00
Ax1an
59e8764088
Optimizing grafana self monitoring dashboard. ( #5574 )
2020-09-28 17:34:57 +08:00
vcjmhg
806666b4cc
add webflux webclient plugin ( #5493 )
2020-09-27 22:38:07 +08:00
吴晟 Wu Sheng
b560bae3f8
Polish comments of the meter at the agent side. ( #5565 )
...
* Polish comments of the meter at the agent side.
* Fix code style.
2020-09-27 07:31:33 +08:00
mrproliu
a68be426a0
Provide metrics APIs for agent plugin ( #5523 )
2020-09-26 21:30:37 +08:00
ai x 3
c56099feb9
Update KafkaFetcherHandlerRegister.java ( #5564 )
2020-09-26 19:20:38 +08:00
Ax1an
1a27452ffc
Fix IDManager.java note. ( #5563 )
2020-09-26 17:18:29 +08:00
kezhenxu94
ea69ae6a58
Update als_setting.md ( #5562 )
2020-09-26 12:30:13 +08:00
何延龙
3696e5f994
Add PHP RabbitMQ ( #5560 )
2020-09-25 21:09:45 +08:00
Thomas M. DuBuisson
d2eabdc35a
Add a muse configuration file ( #5557 )
...
* Add a muse configuration file
A muse configuration and file is necessary to educate the MuseDev CI
system on how to build Skywalking.
* Exclude .muse/* files from license check
2020-09-25 14:58:00 +08:00
zifeihan
84d49c4412
Add kafka config for how long does kafka query server topic will trigger timeout ( #5554 )
2020-09-25 13:03:51 +08:00
zhang-wei
5b5a122b2c
doc fix ( #5548 )
2020-09-23 23:25:30 +08:00
harvies
fa62c637c2
remove minor version test tasks ( #5544 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-23 21:17:54 +08:00
zhang-wei
7135414c3c
Fixed some bugs with browser-recevier ( #5543 )
2020-09-23 18:48:06 +08:00
Xin,Zhang
f3967840c5
Fix the failure of Oracle scenario ( #5540 )
2020-09-23 07:47:55 +08:00
harvies
c33a55cda1
Test for mongo3.x support version ( #5539 )
2020-09-22 22:08:58 +08:00
harvies
1ff25ac4f4
Support mongo driver 4.x version. ( #5512 )
2020-09-22 17:09:24 +08:00
harvies
c3edd3dad0
Better witness class for mongo3.8.x ( #5524 )
...
* modify witness class
* modify witness class & add test case
* replace DB_STATEMENT to DB_BIND_VARIABLES & remove executeMethod prefix
* fix ci
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-22 09:50:44 +08:00
吴晟 Wu Sheng
075cb981a9
Add `MOUNT` config in the agent core. ( #5529 )
2020-09-22 07:14:34 +08:00
hailin0
e200ef1045
Add support for xxl-job ( #5519 )
2020-09-20 10:04:32 +08:00
harvies
266414f261
update agent-test-tools version ( #5522 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-19 20:27:39 +08:00
Daming
fe77465540
Update How-to-enable-kafka-reporter.md ( #5517 )
2020-09-18 21:55:18 +08:00
Lu Jiajing
c65bcf1142
Check bootstrapServers type before casting for kafka-clients >= 2.1 ( #5510 )
2020-09-18 15:18:54 +08:00
xbkaishui
b51dba5c84
Fix null pointer bug, format log message ( #5509 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-18 09:00:53 +08:00
linliaoy
f80d851964
traceId.hashCode() Adding Math#abs ( #5506 )
2020-09-17 16:38:52 +08:00
吴晟 Wu Sheng
2ebb5bdf3a
Remove doc links for releases of v2 protocol ( #5499 )
2020-09-16 21:56:02 +08:00
吴晟 Wu Sheng
54ee2e61ad
Fix typo and add comments. ( #5495 )
...
* Fix typo and add comments.
* Fix comment.
2020-09-16 11:27:38 +08:00
xbkaishui
f397c1bb49
support build individual module ( #5489 )
...
* support build single module
* enforce maven version must greater than 3.6
* update build doc to support maven3.6+
2020-09-16 08:12:42 +08:00
吴晟 Wu Sheng
224af7f625
Correct the module missing check in the ModuleManagerCore ( #5484 )
...
* Correct the module missing check.
* Don't check the docker compose version, as the GitHub installed 3.x in default.
2020-09-15 16:32:41 +08:00
Jared Tan
ca95273a77
close wechat alarm hooks default. ( #5478 )
2020-09-13 16:28:34 +08:00
Gao Hongtao
50d2ff75bc
Parse TLS mode from ALS ( #5454 )
...
* Parse tls mode from als
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Polish code
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2020-09-13 14:52:39 +08:00
xbkaishui
c408cf9678
Alarm support wechat webhook ( #5474 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-12 21:35:42 +08:00