353 Commits
Author SHA1 Message Date
koo-taejin 4b12af367c Merge pull request #1242 from koo-taejin/#1240
1.5.0 release #1240
2015-11-23 13:46:56 +09:00
koo.taejin d8cf8d3eda 1.5.0 release #1240
changed version (1.5.0-SNAPSHOT -> 1.5.0)
2015-11-23 13:44:42 +09:00
emeroad 649a5146eb code cleanup
- indexOf(String) -> indexOf(char)
2015-11-20 20:41:52 +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
HyunGil Jeong dec60c1572 #1217 Add configuration for tracing request parameters received by Tomcat 2015-11-18 14:29:46 +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 92f2ff1280 refactoring. 2015-11-17 19:11:18 +09:00
Jaehong Kim 9072584bd4 refactoring. 2015-11-17 18:39:29 +09:00
emeroad a911107051 fix findbug
- static inner class, static final
2015-11-17 18:27:32 +09:00
HyunGil Jeong c7401ecda3 #1204 Add configuration for tracing SQL bind values 2015-11-17 16:56:12 +09:00
emeroad e178592ec3 code cleanup
- empty catch block
 - code style
2015-11-17 15:40:08 +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 8cc0115b88 add param option of ok http. 2015-11-17 14:36:54 +09:00
Jaehong Kim 66afb63da2 add param option of ning http. 2015-11-17 14:35:24 +09:00
Jaehong Kim 74a96cee47 add param option of jdk http. 2015-11-17 14:35:05 +09:00
Jaehong Kim 02e1b66ed0 add param option of httpclient4. 2015-11-17 11:53:32 +09:00
Jaehong Kim 84cfc40dfc add param option of httpclient3. 2015-11-17 11:24:19 +09:00
emeroad 23a98cef89 refactoring
- Instrumentor.addClassFileTransformer() -> transform()
- modify classFilter
2015-11-16 18:17:14 +09:00
Jaehong Kim 4412e09061 add http.param option. 2015-11-16 18:12:03 +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 f43507d58b avoid -1 of port number 2015-11-13 11:09:41 +09:00
Jaehong Kim 2e470e7364 add RequestBuilderBuilderMethodBackwardCompatibility for 2.0 ~ 2.3 version. 2015-11-12 18:13:30 +09:00
Jaehong Kim 7ccb18dfea change AsyncTraceIdAccessor class name. 2015-11-12 15:20:04 +09:00
emeroad 3b160d19fa #1174 Fixed a side effect of Arcus interceptor
- modify dns lookup api
  InetSocketAddress.getHostName() -> InetAddress.getHostAddress()
#1171 porting
2015-11-11 15:11:15 +09:00
emeroad 5b732d0b3a refactoring
- ObjectRecipe-> ObjectFactory
2015-11-10 13:17:15 +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
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
Woonduk Kang a60d1419b7 Merge branch 'master' of https://github.com/naver/pinpoint into #117_refactoring_plugin_api
Conflicts:
	bootstrap-core/src/main/java/com/navercorp/pinpoint/bootstrap/instrument/InstrumentClass.java
	bootstrap-core/src/main/java/com/navercorp/pinpoint/bootstrap/interceptor/InterceptorInvokerHelper.java
	profiler/src/main/java/com/navercorp/pinpoint/profiler/instrument/JavassistClass.java
2015-11-04 13:24:57 +09:00
emeroad 98a4dc31e6 refactoring plugin api
- redefine Interceptor type
2015-11-03 19:59:44 +09:00
Jaehong Kim 6e1d5702a4 remove initValExp argument of InstrumentClass.addField method. 2015-11-03 17:17:36 +09:00
emeroad e9a4ed104c refactoring plugin api
- modify null check
 - @Deprecated ->InstrumentClass.addField(String accessorTypeName, String initValExp)
2015-10-29 15:28:11 +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 34d60e0e8a class type change
- AnnotationKey : class-> interface
2015-10-21 15:52:52 +09:00
Woonduk Kang 53485cc0e8 class type change
ServiceType : class-> interface
2015-10-19 15:04:31 +09:00
Jaehong Kim af3ff88f00 Merge branch 'master' of https://github.com/naver/pinpoint into klockwork 2015-10-14 15:38:14 +09:00
Woonduk Kang 30127d22d9 Merge branch 'master' of https://github.com/naver/pinpoint into #117_refactoring_plugin_api 2015-10-14 15:07:07 +09:00
Woonduk Kang 6f09c36ca8 refactoring InstrumentClass, InstrumentMethod 2015-10-14 15:06:47 +09:00
Jaehong Kim 65e4534951 Merge branch 'master' of https://github.com/naver/pinpoint into klockwork 2015-10-14 11:02:27 +09:00
Jongho Moon 6cc114ed9f Add ApiIdAwareAroundInterceptor for spring beans profiling 2015-10-14 10:34:37 +09:00
Jaehong Kim 64cbc6543a Check NPE condition. 2015-10-13 16:35:36 +09:00
Jaehong Kim 19664b43a5 Check NPE condition. 2015-10-13 16:35:20 +09:00
Woonduk Kang 0bb7342c01 code clean up
- Spring Interceptor
2015-10-13 11:43:26 +09:00
Woonduk Kang e0c63eaa14 code clean up
- AttachmentFactory
2015-10-12 19:46:36 +09:00