emeroad
43ee420b16
[#noissue] Apply CollectionUtils.isEmpty() & isNotEmpty()
2017-04-17 15:27:54 +09:00
emeroad
4250b89c32
[ #2815 ] Apply StringUtils.isEmpty() & isNotEmpty()
2017-04-14 19:38:57 +09:00
emeroad
10ffbeb331
[#noissue] cleanup testcase
...
- remove only()
2017-04-03 22:13:51 +09:00
emeroad
3d6b9490cb
[#noissue] cleanup testcase
...
- times(1) -> only()
- times(0) -> never()
2017-04-03 19:42:01 +09:00
emeroad
3cfabbcc88
[ #2524 ] Cleanup plugin class
2017-03-13 15:08:26 +09:00
emeroad
fb25422b2b
#2524 fix testcase fail
2017-02-03 00:55:18 +09:00
emeroad
7b2c38052c
#2524 refactoring object wiring codebase
2017-02-02 16:17:28 +09:00
jaehong-kim
4ab9333f3b
add vertx plugin.
2017-01-09 11:38:54 +09:00
HyunGil Jeong
d26c88f278
Fix simple inspection warnings
...
Mainly license template fixes
2017-01-02 19:45:05 +09:00
koo.taejin
bcc8aec7a8
#2396 add commons dbcp2 plugin
...
add commons-dbcp2 plugin
2016-12-27 10:50:52 +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
emeroad
5e1390f8c2
Polish Tomcat Plugin
...
- fix miss return statement
2016-10-18 18:51:52 +09:00
emeroad
b0e2f13b9a
Polish Tomcat Plugin
...
- cleanup config
2016-10-18 17:24:49 +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
2058927051
Polish Tomcat Plugin
...
- more safe & general type cast
- complement testcase
2016-10-14 19:29:58 +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
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
emeroad
aa14948afa
#1819 trace format v2
...
- refatoring getTraceXXXX API
2016-08-04 18:40:22 +09:00
HyunGil Jeong
60e3f0c998
Remove ExcludeUrlFilter and simply use ExcludePathFilter
2016-05-24 18:32:17 +09:00
emeroad
5fd77b6828
#1720 Package name change of the server module
...
- com.navercorp.pinpoint.common -> com.navercorp.pinpoint.common.server
2016-04-27 11:43:35 +09:00
HyunGil Jeong
44804c09df
#1621 Trigger agent info send event more often due to timing issues
2016-03-22 15:39:37 +09:00
Jaehong Kim
a7de97c2c7
change accessor class name of tomcat plugin.
2015-12-07 18:31:02 +09:00
emeroad
7c01e33d19
#1276 Tighten up type checking of Interceptor
...
- type or null checking
2015-12-01 10:46:01 +09:00
emeroad
b52dfb52dd
#1276 Tighten up type checking of Interceptor
2015-11-30 19:21:33 +09:00
emeroad
3f1d393fe7
code cleanup
...
- change PLogger api : [] -> ...(Variable Argument)
2015-11-18 16:18:15 +09:00
HyunGil Jeong
dec60c1572
#1217 Add configuration for tracing request parameters received by Tomcat
2015-11-18 14:29:46 +09:00
emeroad
e178592ec3
code cleanup
...
- empty catch block
- code style
2015-11-17 15:40:08 +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
Jaehong Kim
7ccb18dfea
change AsyncTraceIdAccessor class name.
2015-11-12 15:20:04 +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
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
Jaehong Kim
64cbc6543a
Check NPE condition.
2015-10-13 16:35: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
Woonduk Kang
a964421ca2
refactoring ServiceType
2015-10-01 18:49:45 +09:00
Woonduk Kang
27ef260938
remove interface constants
2015-09-25 14:43:15 +09:00
Woonduk Kang
326f34f9c6
#882 Actual ClientIP (RemoteAddr)
2015-09-23 19:17:53 +09:00
Jongho Moon
8822ee1385
Refactor interceptor types
2015-09-18 15:52:01 +09:00
youtome
a430c9cc5d
Merge remote-tracking branch 'remotes/origin/master' into master_optional_record_parameter
2015-09-18 12:57:12 +09:00
youtome
5fb5ae2240
Merge from naver/pinpoint
2015-09-18 12:56:59 +09:00
youtome
47bab10a72
The tomcat parameter provides an option for the profile.
2015-09-18 11:58:39 +09:00