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 |
|
HyunGil Jeong
|
d26c88f278
|
Fix simple inspection warnings
Mainly license template fixes
|
2017-01-02 19:45:05 +09:00 |
|
 jaehong-kimandWoonduk Kang
|
387b127dc7
|
add ant-style path pattern.
|
2016-10-20 16:51:44 +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 |
|
jaehong-kim
|
3a1ac78117
|
fix bugs: write to static field.
|
2016-10-17 15:19:24 +09:00 |
|
 jaehong-kimandWoonduk Kang
|
c59f3aa886
|
add spring beans component-scan
|
2016-10-12 20:50:36 +09:00 |
|
Woonduk Kang
|
98cfa49b0a
|
code cleanup
- remove unused import
- remove unnecessary final
|
2016-03-16 19:05:43 +09:00 |
|
Woonduk Kang
|
c3cbe91f83
|
code cleanup
- remove unused import
- remove static inner enum
- remove old code
|
2016-03-16 17:49:22 +09:00 |
|
Woonduk Kang
|
ade4ce15f5
|
add recordApiId(int apiId) to SpanXXXRecorder
- Reduce memory usage of spring-bean interceptor
|
2016-03-16 15:26:22 +09:00 |
|
Jaehong Kim
|
ee6f4f28ed
|
add profiler.spring.beans option.
|
2016-02-22 17:57:54 +09:00 |
|
Jaehong Kim
|
b2cceca39a
|
add filters for spring beans plugin.
|
2016-02-17 14:19:58 +09:00 |
|
Woonduk Kang
|
376fdfccbb
|
cleanup copyright
|
2016-02-01 14:42:10 +09:00 |
|
emeroad
|
6250060d4f
|
remove System.out
|
2015-12-14 18:32:13 +09:00 |
|
emeroad
|
4d9ac72b69
|
NPE check
|
2015-12-07 17:58:11 +09:00 |
|
koo.taejin
|
c491c1c14b
|
Improve spring plugins performacne. #1292
Method caching to improve performance.
|
2015-12-02 16:49:24 +09:00 |
|
emeroad
|
906e5edaf2
|
#1262 added ErrorMarking option for spring bean profile
|
2015-11-26 19:23:18 +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 |
|
emeroad
|
3f1d393fe7
|
code cleanup
- change PLogger api : [] -> ...(Variable Argument)
|
2015-11-18 16:18:15 +09:00 |
|
emeroad
|
a911107051
|
fix findbug
- static inner class, static final
|
2015-11-17 18:27: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
|
5b732d0b3a
|
refactoring
- ObjectRecipe-> ObjectFactory
|
2015-11-10 13:17:15 +09:00 |
|
emeroad
|
9b39340293
|
refactoring
- added TransformTemplate
|
2015-11-08 20:48:50 +09:00 |
|
emeroad
|
545f247352
|
refactoring
- extract interface
Instrumentor, InstrumentContext
|
2015-11-07 00:23:33 +09:00 |
|
emeroad
|
60806f420f
|
refactoring
- extract interface from ProfilerConfig
|
2015-11-05 16:37:58 +09:00 |
|
emeroad
|
98a4dc31e6
|
refactoring plugin api
- redefine Interceptor type
|
2015-11-03 19:59:44 +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 |
|
Jongho Moon
|
6cc114ed9f
|
Add ApiIdAwareAroundInterceptor for spring beans profiling
|
2015-10-14 10:34:37 +09:00 |
|
Woonduk Kang
|
0bb7342c01
|
code clean up
- Spring Interceptor
|
2015-10-13 11:43:26 +09:00 |
|
Woonduk Kang
|
dc7968e88a
|
change method signature
- fix testcase fail
|
2015-10-12 18:37:29 +09:00 |
|
Woonduk Kang
|
4c7988a8e9
|
change method signature
- fix testcase fail
|
2015-10-12 17:48:55 +09:00 |
|
Jongho Moon
|
cebc649b31
|
Rollback spring beans plugin
|
2015-10-08 13:01:25 +09:00 |
|
Jongho Moon
|
6396793a39
|
BeanMethodInterceptor records complete method descriptors
|
2015-10-08 11:36:47 +09:00 |
|
Jongho Moon
|
dc6bededcc
|
Spring bean methods share an interceptor
|
2015-10-07 18:09:49 +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 |
|
Jongho Moon
|
8822ee1385
|
Refactor interceptor types
|
2015-09-18 15:52:01 +09:00 |
|
Jongho Moon
|
61c79016ac
|
Remove modifier and old plugin api
|
2015-09-17 17:50:24 +09:00 |
|
Jongho Moon
|
8f8602c81a
|
Moved spring mvc servlet profiling feature to spring plugin
|
2015-09-09 17:20:54 +09:00 |
|
Jongho Moon
|
920f5d0e80
|
Renamed spring-beans plugin to spring plugin
|
2015-09-09 17:20:51 +09:00 |
|