253 Commits
Author SHA1 Message Date
emeroad e86b083f38 [#2725] thrift version up
- 0.9.2 -> 0.10.0
2017-04-17 18:14:16 +09:00
koo.taejin ce5b4109da [#2781] pinpoint 1.6.1 release
version change (1.6.1 -> 1.7.0-SNAPSHOT)
2017-04-12 16:09:20 +09:00
koo.taejin 2f2ace3a9d [#2781] pinpoint 1.6.1 release
version change (1.6.1-SNAPSHOT -> 1.6.1)
2017-04-12 15:18:56 +09:00
koo.taejin 086ad4dff1 [#2767] 1.6.1-RC2 release
(1.6.1-RC2 -> 1.6.1-SNAPSHOT)
2017-04-04 15:23:05 +09:00
koo.taejin ecace411bd [#2767] 1.6.1-RC2 release
(1.6.1-SNAPSHOT -> 1.6.1-RC2)
2017-04-04 11:37:54 +09:00
koo.taejin 44fd7c69a9 [#2708] 1.6.1-RC1 release
(1.6.1-RC1 -> 1.6.1-SNAPSHOT)
2017-03-16 16:16:28 +09:00
koo.taejin ec5ac8936a [#2708] 1.6.1-RC1 release
(1.6.1-SNAPSHOT -> 1.6.1-RC1)
(cherry picked from commit fee31af)
2017-03-16 15:29:13 +09:00
emeroad 1b0454366e #2524 fix testcase fail
- fix cycle dependency (temporary fix)
 - missing InterceptorRegistry unbind in testcase
   - add debug information for InterceptorRegistry
2017-02-15 19:15:39 +09:00
emeroad d7643a30bc #2612 remove thirdparty google guava module 2017-02-14 23:22:08 +09:00
koo.taejin 33a03d39f3 [#2496] Add datasource metric collection
Apply dbcp plugin to collect datasource metrics
2017-02-07 15:45:09 +09:00
emeroad 6b93841d5d #2477 Added annotation for stability & visibility
- @InterfaceStability, @InterfaceAudience, @VisibleForTesting
2017-01-13 11:45:45 +09:00
jaehong-kim 4ab9333f3b add vertx plugin. 2017-01-09 11:38:54 +09:00
emeroad 45bf12a678 #2354 extract profiler-test 2017-01-02 16:44:23 +09:00
emeroad d8277cc49e #2321 Update library
- jackson : 2.6.6->2.6.7 (main pom)
 - jackson : 2.6.6->2.8.5 (web, collector)
2016-12-14 15:29:49 +09:00
emeroad 41c0fb562c #2321 Update library
- jackson : 2.6.6->2.8.5
2016-12-13 20:24:39 +09:00
emeroad 7e3f2036d0 #2321 Update library
- hbase-client : 1.2.0-cdh5.7.3 -> hbase-shaded-client : 1.2.4
   (Avoid servlet classLoading problem)
2016-12-13 16:10:43 +09:00
emeroad 6d42e5ebae #2321 Update library
- hbase-client : 1.2.0-cdh5.7.3 -> hbase-shaded-client : 1.2.0-cdh5.7.5
2016-12-12 19:07:11 +09:00
emeroad bf1f5119f2 #2321 Update library
- commons-io : 1.4 -> 2.5
 - commons-lang3 : 3.4 -> 3.5
2016-12-09 17:14:10 +09:00
koo.taejin 3f71bd1b23 1.6.0 release (1.6.0 -> 1.6.1-SNAPSHOT) #2305 2016-12-08 16:41:22 +09:00
koo.taejin 83341d906c 1.6.0 release #2305
1.6.0-SNAPSHOT -> 1.6.0
2016-12-08 15:48:45 +09:00
koo.taejin 2609a1cb01 #2268 1.6.0-RC2 -> 1.6.0-SNAPSHOT 2016-11-21 16:45:59 +09:00
koo.taejin 2e2966dcb8 1.6.0-RC2 2016-11-21 16:35:09 +09:00
koo.taejin d88208e2a7 #2250 1.6.0-RC1 -> 1.6.0-SNAPSHOT 2016-11-14 17:59:26 +09:00
koo.taejin e180edf870 1.6.0-RC1 2016-11-14 16:20:14 +09:00
emeroad 43b1d97f9d #1807 Javassist bug fix
- Incorrect StackMap Frame fix
 - javassist version up
   - 3.20.0-GA -> 3.21.0-GA
2016-10-31 20:49:25 +09:00
Suraj RaturiandWoonduk Kang 67747d6b54 pinpoint jboss plugin 2016-10-11 14:31:07 +09:00
koo.taejinandWoonduk Kang dd657e88ee added executor made of disruptor. #1804
There is no performance improvement in test results.
So delete all of the code that is related to disruptor.
2016-10-06 13:38:11 +09:00
emeroad 0e317bc145 #2117 support JBoss CL
- cleanup JSR166 package
2016-10-05 18:08:48 +09:00
Woonduk KangandGitHub d7b78f562b #1749 remove json-simple dependency (#2091) 2016-09-12 17:25:40 +09:00
emeroad 5809ec6fc1 #1749 lib version upgrade
cleanup guava version
2016-09-07 16:21:19 +09:00
emeroad 7e19aad3a8 modify coverage option 2016-09-07 11:35:38 +09:00
jiaqifengandHyunGil Jeong 3935cc5d49 Dev hystrix plugin (#1594)
* initial plugin files that support hystrix command.

* Add HystrixCommand asynchronous call IT test. Intercep HystixCommand.queue instead of execute for cover acynchronous call.

* remove useless code: HystrixCommandConstructorInterceptor is not needed, also scope is not needed too.

* support hystrix-core 1.4.20 and 1.5.2, some log should be removed.

* Add hystrix.subclass annotation to show the real hystrix command class name in transaction info.

* add integration test for hystrix plugin

* add support for hystric-core 1.5.3
2016-09-05 14:48:14 +09:00
emeroad 7fffa16af4 #2038 repackaging guava
- remove JDKlogger dependency
2016-09-02 16:21:51 +09:00
koo.taejin b205f6d9a4 JDK logger conflict in JBoss #2026
1. upgrage netty (3.6.6.Final -> 3.10.6.Final) to avoid JDK logger conflict with JBOSS.
2016-09-02 11:33:31 +09:00
HyunGil Jeong 1be76c3798 #2027 Create module for bootstrap-core classes that require JDK7+ to compile 2016-08-31 19:07:38 +09:00
Kyoungmin Kim 6e70dde2f0 cxf plugin for client 2016-08-19 05:21:07 +09:00
Minwoo Jung 2b4916f336 [#1959] add websocket data filter interface 2016-08-04 15:10:16 +09:00
HyunGil JeongandGitHub 7128702ba8 Bump animal-sniffer-maven-plugin version to 1.15
Was throwing IllegalArgumentException when checking against java 8 signatures
2016-06-10 14:18:46 +09:00
999fgandHyunGil Jeong 5b670e8ae2 Animal Sniffer Plugin for compatibility test of Java version is applied. Now the plugin tests whether apis used for pinpoint are compatible for java 1.6.(pinpoint-web is tested if it is compatible with java 1.7.) This test automatically runs during project build. (#1833)
Animal Sniffer Plugin applied for Java compatibility test
2016-06-10 10:44:50 +09:00
HyunGil Jeong ed785fea62 #1821 Separate optional modules by jdk versions
Splits into 3 modules - jdk6, 7, and 8 so that each module is compiled against their specific jdk versions.
Also moves test codes in the java8-test module into their respective optional packages.
2016-06-02 16:26:12 +09:00
koo.taejin 709501c38d Add maven profile to separate local mode (development) and release mode. #1822
All configuration will be changed that is much lighter than current configuration.

local mode (development mode)
The local mode is relatively makes many log.

release mode
The release mode is relatively makes small log
2016-06-01 17:29:58 +09:00
emeroad 825831ede7 #1811 add bytecodedump option 2016-05-27 11:49:05 +09:00
koo.taejin b8b1ad898f added executor made of disruptor. #1804 2016-05-26 16:46:25 +09:00
emeroad 14bdc203b9 change artifactId of main pom.xml
- pom -> pinpoint
2016-05-23 18:20:01 +09:00
koo.taejin f58f92e676 extract tools module #1774
extract tools mudule.
2016-05-17 14:18:29 +09:00
HyunGil Jeong f801faabed #1709 Add trace support for ActiveMQ Java client 2016-05-13 18:49:18 +09:00
emeroad f355251f5f #1761 Add ${test.jdk.home} for jdk 1.6 compatibility of plugin 2016-05-11 18:57:52 +09:00
koo.taejin 8ff3ae6370 clover maven plugin version upgrade #1757
(3.1.6 -> 4.0.6)
2016-05-11 18:44:14 +09:00
koo.taejin 25cd5667d2 clover maven plugin version upgrade #1757
(3.1.6 -> 4.0.6)
2016-05-11 17:15:22 +09:00
koo-taejin 80702fb381 Merge pull request #1752 from koo-taejin/#1751
Disable default execution for jshint-maven-plugin. #1751
2016-05-10 15:31:38 +09:00