496 Commits
Author SHA1 Message Date
koo.taejin 83341d906c 1.6.0 release #2305
1.6.0-SNAPSHOT -> 1.6.0
2016-12-08 15:48:45 +09:00
HyunGil JeongandGitHub 81ebb90849 Add a note on using JAVASSIST instead of ASM 2016-12-06 18:51:13 +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
HyunGil Jeong 48a607cdd3 #2101 Add fallback method tracing 2016-11-01 18:06:54 +09:00
emeroad 89b1324d1c Polish Jboss Plugin
- cleanup readme.md
2016-10-21 22:28:53 +09:00
emeroad 86cfed873d Polish Jboss Plugin
- cleanup readme.md
 - avoid potential risk of JbossUtility API
2016-10-20 21:18:52 +09:00
HyunGil JeongandWoonduk Kang 187c315e11 #2178 Add conditional registration of class transformers
Tomcat plugin checks if the application was launched via Tomcat's Bootstrap, or one of SpringBoot's many launchers.
JBoss plugin checks if the application was launched via JBoss' Main.
Configuration option is added to disable this check entirely.
2016-10-20 18:14:26 +09:00
jaehong-kimandWoonduk Kang 387b127dc7 add ant-style path pattern. 2016-10-20 16:51:44 +09:00
emeroad ca3707ff1f Polish Jboss Plugin
- cleanup config
2016-10-18 20:56:35 +09:00
emeroad 5e1390f8c2 Polish Tomcat Plugin
- fix miss return statement
2016-10-18 18:51:52 +09:00
HyunGil JeongandGitHub 45a18cb92c Fix typo in log message 2016-10-18 17:27:33 +09:00
emeroad b0e2f13b9a Polish Tomcat Plugin
- cleanup config
2016-10-18 17:24:49 +09:00
HyunGil JeongandWoonduk Kang 8bc15f2cd8 #2156 Add config option for bootstrap main classes 2016-10-18 11:30:56 +09:00
emeroad 997142d655 - fix typo
- remove unused import
 - fix unchecked warning (+1 squashed commits)
2016-10-17 19:42:20 +09:00
emeroad 6e0ca8b215 cleansup unused import 2016-10-17 17:05:09 +09:00
emeroad 95a38973f3 Polish JBoss Plugin
- more safe & general type cast
 - complement testcase
2016-10-17 15:22:57 +09:00
jaehong-kim 3a1ac78117 fix bugs: write to static field. 2016-10-17 15:19:24 +09:00
emeroad 2058927051 Polish Tomcat Plugin
- more safe & general type cast
 - complement testcase
2016-10-14 19:29:58 +09:00
HyunGil JeongandWoonduk Kang cd51da314b #2151 Add enable/disable plugin configuration options 2016-10-14 16:38:51 +09:00
emeroad 1ed5ad6b69 #2001 jboss temporary fix
- fix testcase fail
2016-10-14 12:40:00 +09:00
emeroad 7d9d929a20 #2001 jboss temporary fix
- fix testcase fail
2016-10-13 20:03:39 +09:00
jaehong-kimandWoonduk Kang c59f3aa886 add spring beans component-scan 2016-10-12 20:50:36 +09:00
emeroad a9deca0e29 #2001 jboss temporary fix
- avoid transform class collision (Tomcat plugin)
 - add temporary option : profile.jboss.enable=false
2016-10-11 19:15:48 +09:00
emeroad ec123622e1 #2001 jboss plugin
- add .gitignore & clover.license
2016-10-11 14:36:28 +09:00
Suraj RaturiandWoonduk Kang 2e4517a8e1 updated Readme 2016-10-11 14:31:07 +09:00
Suraj RaturiandWoonduk Kang 1fb5b9be0a Fixed Junit Failure 2016-10-11 14:31:07 +09:00
Suraj RaturiandWoonduk Kang 2b0415abf0 Adding readme.md file 2016-10-11 14:31:07 +09:00
Suraj RaturiandWoonduk Kang 67747d6b54 pinpoint jboss plugin 2016-10-11 14:31:07 +09:00
emeroad c67e512766 cleanup ProfilerConfig 2016-10-10 15:08:45 +09:00
emeroad 911433bb33 cleanup ProfilerConfig 2016-10-08 17:53:45 +09:00
HyunGil Jeong 354754c574 #2106 Add support for TProtocolDecorators 2016-09-28 16:41:01 +09:00
koo.taejin d0a444aed4 Change log4j settings. #2086
1. reformatted
2016-09-09 17:57:16 +09:00
minwoo.jung 5dbf2ae594 [#2083] add pugin enable option and control exception for parsing jdbc url 2016-09-09 11:44:02 +09:00
HyunGil Jeong b4d2bba75d #2077 Fix filter being null when excludeurl is not set
Fix incorrect conditional check
2016-09-08 18:46:25 +09:00
HyunGil Jeong 6f90e3cbcd #2077 Fix filter being null when excludeurl is not set 2016-09-08 18:09:24 +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
HyunGil Jeong a2858a9033 #2010 Add RECORD_STATISTICS property 2016-08-25 12:04:19 +09:00
emeroad ac4fdc5b2b fixed FindBugs Warnings
- fix High Priority issue
2016-08-24 15:41:15 +09:00
Kyoungmin Kim 6e70dde2f0 cxf plugin for client 2016-08-19 05:21:07 +09:00
emeroad aa14948afa #1819 trace format v2
- refatoring getTraceXXXX API
2016-08-04 18:40:22 +09:00
jaehong-kim bd994e882b remove old code. 2016-07-05 17:44:04 +09:00
HyunGil Jeong 2188fa8e8a #1825 Remove unnecessary usage of assembly plugin 2016-06-02 17:00:19 +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
HyunGil Jeong 60e3f0c998 Remove ExcludeUrlFilter and simply use ExcludePathFilter 2016-05-24 18:32:17 +09:00
emeroad 3725d82f64 change artifactId
- pom -> pinpoint
2016-05-23 19:48:44 +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