koo.taejin
41a65bd507
#2463 add hikaricp plugin
2017-01-10 18:38:23 +09:00
HyunGil Jeong
d26c88f278
Fix simple inspection warnings
...
Mainly license template fixes
2017-01-02 19:45:05 +09:00
minwoo.jung
378ed62e04
[ #2362 ]Jetty config key is spelled wrong
2016-12-19 16:37:13 +09:00
emeroad
f3de4c4283
#2312 Deprecated StringUtils.drop() api
...
- drop() -> abbreviate()
- Similar to apache-common-lang StringUtils.abbreviate()
2016-12-08 19:49:59 +09:00
HyunGil Jeong and Woonduk 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
HyunGil Jeong and Woonduk Kang
8bc15f2cd8
#2156 Add config option for bootstrap main classes
2016-10-18 11:30:56 +09:00
emeroad
6e0ca8b215
cleansup unused import
2016-10-17 17:05:09 +09:00
HyunGil Jeong and Woonduk 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
911433bb33
cleanup ProfilerConfig
2016-10-08 17:53:45 +09:00
jaehong-kim
bd994e882b
remove old code.
2016-07-05 17:44:04 +09:00
Woonduk Kang
98cfa49b0a
code cleanup
...
- remove unused import
- remove unnecessary final
2016-03-16 19:05:43 +09:00
Minwoo Jung
6bca6490dc
[ #1530 ] add comment
2016-02-12 16:20:42 +09:00
Minwoo Jung
5d698da903
[ #1530 ] prevent occuring exception while recording entity
2016-02-12 16:13:36 +09:00
Jaehong Kim
c36c1df766
change accessor class name of httpclient4 plugin.
2015-12-07 18:55:50 +09:00
Jaehong Kim
9d814d60f4
Null check HttpClient3 ~ 4 plugn.
2015-12-02 18:25:12 +09:00
emeroad
7c01e33d19
#1276 Tighten up type checking of Interceptor
...
- type or null checking
2015-12-01 10:46:01 +09:00
emeroad
c8235c00c6
fix find bug
...
- remove unused local variable
- synchronization warning JLM_JSR166_UTILCONCURRENT_MONITORENTER
- fix NPE
2015-11-18 18:56:45 +09:00
Jaehong Kim
ec624f9268
Merge pull request #1212 from jaehong-kim/http-param
...
Http param
2015-11-18 10:31:31 +09:00
Jaehong Kim
9072584bd4
refactoring.
2015-11-17 18:39:29 +09:00
Jaehong Kim
d3cf5be89d
add http.param option.
2015-11-17 15:23:49 +09:00
emeroad
ac690f6e56
code cleanup
...
- remove unused import
2015-11-17 14:52:55 +09:00
Jaehong Kim
02e1b66ed0
add param option of httpclient4.
2015-11-17 11:53:32 +09:00
emeroad
917419f01b
code cleanup
2015-11-16 14:39:13 +09:00
emeroad
f402f09a5e
code clean up
2015-11-13 21:45:09 +09:00
emeroad
db140ffc67
api change
...
InterceptorGroup->InterceptorScope
2015-11-13 21:08:28 +09:00
emeroad
75898d1c23
refactoring
...
- remove unused parameter
2015-11-09 14:49:25 +09:00
emeroad
9b39340293
refactoring
...
- added TransformTemplate
2015-11-08 20:48:50 +09:00
Jake Yoon
ee57621e9d
just fixing typos in Comments and Log messages
2015-10-29 01:34:39 +09:00
Woonduk Kang
12e7ec1a31
change transform api
...
class : PinpointClassFileTransformer -> TransformCallback
2015-10-22 19:49:55 +09:00
Woonduk Kang
53485cc0e8
class type change
...
ServiceType : class-> interface
2015-10-19 15:04:31 +09:00
Woonduk Kang
e0c63eaa14
code clean up
...
- AttachmentFactory
2015-10-12 19:46:36 +09:00
Woonduk Kang
fc4a1cece3
change method signature
2015-10-12 14:06:14 +09:00
emeroad
737561ee43
Merge branch 'master' of https://github.com/naver/pinpoint into #117_refactoring_plugin_api
...
Conflicts:
plugins/ibatis/src/main/java/com/navercorp/pinpoint/plugin/ibatis/IBatisPlugin.java
plugins/spring/src/main/java/com/navercorp/pinpoint/plugin/spring/web/SpringWebMvcPlugin.java
2015-10-05 21:21:15 +09:00
emeroad
d65b68ee4d
replace varargs type api -> Object[]
2015-10-05 21:15:55 +09:00
Jaehong Kim
640b6a285c
Merge pull request #1024 from jaehong-kim/httpclient4-connect-host-patch
...
Httpclient4 connect host patch
2015-10-02 18:39:02 +09:00
Jaehong Kim
6fac82c342
refactoring duplicated code & avoid port value is minus number.
2015-10-02 16:45:49 +09:00
Jaehong Kim
3190ec06a6
avoid port value is minus number.
2015-10-02 16:26:08 +09:00
Jaehong Kim
b8568d0018
avoid port value is -1.
2015-10-02 16:25:10 +09:00
Jaehong Kim
0c5670497a
refactoring duplicated code.
2015-10-02 16:23:15 +09:00
Woonduk Kang
a964421ca2
refactoring ServiceType
2015-10-01 18:49:45 +09:00
Woonduk Kang
6d8fe454db
remove interface constants
2015-09-25 13:48:40 +09:00
Jongho Moon
8822ee1385
Refactor interceptor types
2015-09-18 15:52:01 +09:00
HyunGil Jeong
f9dd481297
#968 Append port number to "Pinpoint-Host" header when making http calls
2015-09-17 18:29:46 +09:00
Jongho Moon
61c79016ac
Remove modifier and old plugin api
2015-09-17 17:50:24 +09:00
Jongho Moon
d289796dea
Remove modifier and old plugin api
2015-09-17 17:50:22 +09:00
Jongho Moon
3928fb2e10
Remove modifier api
2015-09-17 11:51:11 +09:00
Jongho Moon
aef9c76571
Add AnnotationKeyMatchers
2015-09-10 16:54:07 +09:00
Jongho Moon
b67d1f88ab
Added configuration profiler.plugin.disable
2015-08-24 15:27:49 +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