Commit Graph

16 Commits

Author SHA1 Message Date
吴晟 Wu Sheng c76fb4053e
Set up the bootstrap instrumentation plugin framework (#3152)
* POC: Intercept successfully.

* Refactor codes

* Build the new core

* Setup the new core.

* Push the javassist version to 3.23.2-GA, as it is the last version supports JDK 1.6 compile, according to https://github.com/jboss-javassist/javassist/blob/rel_3_23_2_ga/pom.xml#L149-L160

* Finish the all codes.

* Document updated for bootstrap instrumentation.

* Add a notice to document.

* Remove unexpected file.

* Set javassist version right. Add judge in core interceptors

* Fixe no log bridge implementation
2019-07-25 22:00:07 +08:00
daming dbe7da4e77 Remove imported classes and add ci scripts for plugin import check. (#2881)
Add CI scripts for plugin import check.
2019-06-16 22:05:37 +08:00
SataQiu 19d9c56f27 Clean up unnecessary times(1) for test verify (#2619)
* clean up unnecessary times(1) for test verify

* format code

* fix checkstyle
2019-05-07 21:56:23 +08:00
Xin,Zhang 1bc5de7af9 Support overwrite tag (#2021)
* Support overwrite tag

* Fix test case
2018-12-09 14:59:15 +08:00
吴晟 Wu Sheng c6ada8c98f
Support new v2 protocol and make concept consistently (#1937)
* Update new protocol

* Support new protocol at agent side.

* Fix test case.

* Make backend supports new trace protocol

* Fix tests.

* Make all new services available in gRPC.

* Fix bugs.

* Finish new document for v2 trace protocol.

* Fix wrong version requirement of zk

* Fix trace query bug.

* Find a client side dictionary bug.

* Fix register bugs.

* Fix break doc links.
2018-11-21 22:33:04 +08:00
吴晟 Wu Sheng e13ff79326 Sync to fix release check (#982)
Fix IPMC checks for releasing.
2018-03-24 17:11:04 +08:00
wu-sheng 400ad41a64 Fix all javadoc issues. 2018-02-26 15:47:19 +08:00
lytscu 3eeacb1ae6 Update comments 2018-02-12 15:23:44 +08:00
lytscu 098251c2e6 Update consumer register 2018-02-12 12:57:50 +08:00
lytscu 61f8d3ee50 Update afterMethod exception status 2018-02-11 15:32:48 +08:00
lytscu 2e95e7fff2 Update exception status 2018-02-11 14:57:42 +08:00
lytscu 5fce5dcd0e Update servicecomb-java-chassis-0.x-plugin 2018-02-05 20:54:07 +08:00
lytscu 48f8fceebe Modify ComponentId =28 2018-01-30 10:38:05 +08:00
lytscu 1a8fb0f181 Modify operationName to invocation.getMicroserviceQualifiedName() 2018-01-29 20:08:29 +08:00
lytscu 5e8bc0090e Modify operationName to invocation.getInvocationQualifiedName 2018-01-26 10:07:16 +08:00
lytscu 94dcf96e1f Modify catalog 2018-01-25 10:17:26 +08:00