Commit Graph
60 Commits
Author SHA1 Message Date
HyunGil Jeong daee41d13b Extract mybatis plugin 2015-08-26 15:08:29 +09:00
HyunGil Jeong d15fba6a23 Extract ibatis plugin 2015-08-25 16:01:42 +09:00
Jongho Moon b67d1f88ab Added configuration profiler.plugin.disable 2015-08-24 15:27:49 +09:00
Jongho Moon d15dcef770 Modified jdk-http plugin to use redesigned plugin api 2015-08-21 17:34:30 +09:00
Jongho Moon 4d5a9edb86 Modified httpclient4 plugin to use new plugin api.
Assigned service types to http client plugins
2015-08-20 17:55:47 +09:00
Jongho Moon a6b71174bf Fixed test failure 2015-08-20 10:18:39 +09:00
Jongho Moon e8ed05c46e Extracted spring beans plugin 2015-08-19 18:07:08 +09:00
Jongho Moon fe36d5caae Extracted spring beans plugin 2015-08-19 18:07:07 +09:00
Jaehong Kim 429bbd0ba4 add connect(open or connect) & execute 2015-08-10 19:01:22 +09:00
Jongho Moon d0e025615b Redesigned profiler plugin apis 2015-07-31 15:47:39 +09:00
Jongho Moon 7a75daf8d4 Test InterceptorInvoker 2015-07-31 15:47:36 +09:00
HyunGil Jeong ba54f0468a [#329] add integration tests for asynchronous client calls 2015-07-14 16:41:48 +09:00
Jongho Moon 60b86f2324 Fixed test failures 2015-07-14 15:17:08 +09:00
Jongho Moon 38165f49ee Removed span event waiting list 2015-07-14 10:43:23 +09:00
Woonduk Kang d99efd6495 Merge pull request #682 from emeroad/master
#667 added jdk HttpURLConnection option
2015-06-29 15:31:26 +09:00
Woonduk Kang 1cf4215d8c #667 added jdk HttpURLConnection option 2015-06-29 15:30:22 +09:00
Jongho Moon ec3ffdd1c0 [#670] Enhanced plugin test apis 2015-06-25 18:10:11 +09:00
Jongho Moon 1fa0bd9a56 Added test case 2015-06-23 11:24:55 +09:00
HyunGil Jeong cbb722be31 #329 seperated client/server verification due to potential timing issues
* Span/SpanEvent order for client/server traces cannot be guaranteed
with the current implementation of OrderedSpanRecorder. Client/server
trace verification tests are therefore seperated.
* Async call tests are disabled as well as the current implementation of
OrderedSpanRecorder does not adequately support async client SpanEvents.
A modification should be in place soon, and these tests will be added to
the suite when that happens.
2015-06-19 18:14:47 +09:00
Jongho Moon 8b284b7826 Trace ObjectReader and ObjectWriter too 2015-06-19 15:33:33 +09:00
Jongho Moon db20a1f0c3 Reduced test target verions to remove meaningless tests 2015-06-18 10:59:16 +09:00
HyunGil Jeong 9a97774838 #623 removed commons-lang3 dependency 2015-06-17 11:05:07 +09:00
Jongho Moon 1b3141d22b Fixed test failures 2015-06-05 18:16:45 +09:00
Jongho Moon a65c368831 Added support to Jackson 1.x 2015-06-05 18:16:43 +09:00
SkkeemandJongho Moon af7383a1b5 fixed jackson plugin errors
this includes integration test, objectmapper execution policies, readvalue interceptors
2015-06-05 18:16:42 +09:00
SkkeemandJongho Moon e55f00bf1e add jackson plugin 2015-06-05 18:16:41 +09:00
Jongho Moon aebeef15de Refined gson plugin 2015-06-01 17:56:53 +09:00
Jongho Moon 4d910a42b4 Refined gson plugin 2015-06-01 17:56:52 +09:00
Jongho Moon 534747db17 Refined json-lib plugin
- seperate interceptor
- refined test cases
- renamed package json.lib to json_lib
- intercept overloaded methods too
2015-06-01 15:47:14 +09:00
HyunGil Jeong dc3545b433 #329 added hostname modification to Annotation checks 2015-06-01 15:29:22 +09:00
HyunGil Jeong c499fcd994 #329 modify ITs to retrieve hostnames from InetSocketAddress 2015-06-01 14:50:51 +09:00
leesangyoon 56b0d597e8 add json length check interceptor to toString && fromObject in JSONArray,JSONObject && toJSON in type String and add test json length check in agent/test 2015-06-01 11:55:49 +09:00
leesangyoon e334432f03 fix error in json-lib/JsonLibPlugin, agent/JsonLibJSONArrayIT 2015-05-31 17:53:42 +09:00
leesangyoon 4fad85b263 Merge https://github.com/naver/pinpoint into json-lib-plugin 2015-05-30 01:11:21 +09:00
HyunGil Jeong 633f903c0d #329 add integration tests for Thrift plugin 2015-05-29 19:32:58 +09:00
leesangyoon 7baadf9a52 fix tab & space & .swap 2015-05-27 15:25:18 +09:00
leesangyoon 9ba016eff9 fix tab & space 2015-05-27 15:24:25 +09:00
leesangyoon ea0e0504ef add JSONObject toString method interceptor & test and JSONArray toString, toCollection toList method & test to plugins/json-lib & agent/test 2015-05-27 15:20:51 +09:00
Jongho Moon f51e9eb439 Modified json-lib ITs to cover more versions 2015-05-25 15:42:44 +09:00
Jongho Moon cc2e3f84c1 Merge pull request #461 from pinetree408/json-lib-plugin
add json-lib-plugin to plugins/json-lib & agent/test
2015-05-25 14:05:20 +09:00
leesangyoon d40f092f00 fix package name & delete dependency profiler & fix tab to space 2015-05-25 13:49:36 +09:00
Jongho Moon 918b1a3c97 Modified test to cover more Gson versions 2015-05-25 13:31:20 +09:00
Jongho Moon 173214d880 Assinged service type and annotation key id 2015-05-25 12:45:42 +09:00
ChaYoung You b1003f5de6 Add Gson plugin
See https://code.google.com/p/google-gson/.
2015-05-24 23:14:05 +09:00
leesangyoon df35146a96 add json-lib-plugin to plugins/json-lib & agent/test 2015-05-24 22:19:27 +09:00
Jongho Moon 267a55600a Removed PluginClassLoaders 2015-05-22 14:23:56 +09:00
Jongho Moon faae98fe3e Refined plugin class loaders to avoid dead lock. 2015-05-15 16:20:49 +09:00
ChaYoung You 13a74d6ae6 Fix typos 2015-05-10 22:37:11 +09:00
Jongho Moon 6005a4e16e [#327] Extract CUBRID JDBC plugin 2015-04-17 18:32:45 +09:00
Jongho Moon 4eea7e4474 Use 'Block' instead of 'Span' 2015-04-07 15:23:39 +09:00