emeroad
|
3725d82f64
|
change artifactId
- pom -> pinpoint
|
2016-05-23 19:48:44 +09:00 |
|
emeroad
|
17a464380f
|
#1749 lib version upgrade
spring 4.1.8->4.1.9
guava
12.0.1 -> 16.0.1
17.0.0 18.0.0 -> 19.0.0
jackson 2.3.1 -> 2.6.6
slf4j 1.7.5->1.7.21
commons-lang3 3.3.2->3.4
commons-logging 1.1.2->1.2
org.aspectj.aspectjweaver 1.6.12->1.8.9
remove org.aspectj.aspectjrt
mockito 1.8.4 -> 1.10.19
maven plugin
compiler-plugin 3.0->3.5.1
maven-war-plugin 2.4->2.6
maven-jar-plugin 2.4->2.6
maven-resources-plugin 2.6->2.7
maven-surefire-plugin 2.17->2.19.1
maven-jxr-plugin 2.3->2.5
|
2016-05-10 11:35:07 +09:00 |
|
koo.taejin
|
41a401d495
|
pinpoint minor version change (1.5.x -> 1.6.x) #1673
|
2016-04-08 14:58:23 +09:00 |
|
koo.taejin
|
067b9cab56
|
1.5.2 release #1668
change version (1.5.2 -> 1.5.3-SNAPSHOT)
|
2016-04-08 14:26:18 +09:00 |
|
koo.taejin
|
710de23824
|
1.5.2 release #1668
change version (1.5.2-SNAPSHOT -> 1.5.2)
|
2016-04-07 14:25:43 +09:00 |
|
koo.taejin
|
ad6a467e0e
|
#1595
support for running method level tests in Pinpoint's TestRunner
|
2016-03-22 19:13:51 +09:00 |
|
Woonduk Kang
|
7696e6bdd4
|
code cleanup
- klockwork issue fix
|
2016-03-18 18:51:39 +09:00 |
|
Woonduk Kang
|
593810d1dd
|
code cleanup
- remove unused import
|
2016-03-17 16:26:59 +09:00 |
|
koo.taejin
|
0541fd4a44
|
1.5.1 release #1340
changed version (1.5.1 -> 1.5.2-SNAPSHOT)
|
2015-12-11 16:00:47 +09:00 |
|
koo.taejin
|
cfb4451e4c
|
1.5.1 release #1340
changed version (1.5.1-SNAPSHOT -> 1.5.1)
|
2015-12-11 15:14:11 +09:00 |
|
Jaehong Kim
|
cf311d3666
|
remove TraceType.
|
2015-12-01 16:46:04 +09:00 |
|
koo.taejin
|
a83fc422a8
|
1.5.0 release #1240
changed version (1.5.0 -> 1.5.1-SNAPSHOT)
|
2015-11-23 16:16:35 +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
|
a911107051
|
fix findbug
- static inner class, static final
|
2015-11-17 18:27:32 +09:00 |
|
emeroad
|
0864c2bee0
|
fix findbug
- set default encoding=UTF-8
|
2015-11-17 17:19:40 +09:00 |
|
emeroad
|
e178592ec3
|
code cleanup
- empty catch block
- code style
|
2015-11-17 15:40:08 +09:00 |
|
emeroad
|
60806f420f
|
refactoring
- extract interface from ProfilerConfig
|
2015-11-05 16:37:58 +09:00 |
|
Jongho Moon
|
db102012dc
|
Fix failing test
|
2015-09-18 16:24:52 +09:00 |
|
Jongho Moon
|
61c79016ac
|
Remove modifier and old plugin api
|
2015-09-17 17:50:24 +09:00 |
|
Jongho Moon
|
3928fb2e10
|
Remove modifier api
|
2015-09-17 11:51:11 +09:00 |
|
Jongho Moon
|
c4924b56ac
|
Added interceptor exception handling code
|
2015-08-11 13:03:06 +09:00 |
|
Woonduk Kang
|
72e939ab08
|
#798 improve sql trace performance
|
2015-08-03 15:56:59 +09:00 |
|
Jongho Moon
|
539ab3981d
|
Divide interceptor invoker methods to improve performance
|
2015-07-31 15:47:37 +09:00 |
|
Jongho Moon
|
7a75daf8d4
|
Test InterceptorInvoker
|
2015-07-31 15:47:36 +09:00 |
|
Jongho Moon
|
db7e84f42e
|
Fixed merge mistakes
|
2015-07-31 15:47:35 +09:00 |
|
Woonduk Kang
|
35b1e9f182
|
#751 activeThreadInfo refactoring
- extract class stats class (MetricTraceFactory)
|
2015-07-21 18:22:14 +09:00 |
|
Jaehong Kim
|
b766bc49e1
|
add TraceType [DEFAULT, ASYNC, USER, DISABLE, METRIC, MOCK]
|
2015-07-06 17:41:04 +09:00 |
|
Jongho Moon
|
ec3ffdd1c0
|
[#670] Enhanced plugin test apis
|
2015-06-25 18:10:11 +09:00 |
|
Woonduk Kang
|
9943fafcbc
|
fix static analysis warning
- findbug, klocwork
|
2015-06-09 19:48:19 +09:00 |
|
HyunGil Jeong
|
3b5ed69db5
|
resolved static analysis warnings
|
2015-06-02 16:38:38 +09:00 |
|
Jongho Moon
|
009e0d658d
|
Fixed plugin test tool bugs
- Cannot find jvm executable when @JvmVersion is not specified
- verifyTraceBlock() throws NPE when there is no trace
|
2015-05-29 18:18:49 +09:00 |
|
Jongho Moon
|
b74effbf8e
|
Merge pull request #458 from lioolli/master
[#457] Fixed Dependency not to ignore extension and classifier
|
2015-05-22 18:10:28 +09:00 |
|
Jongho Moon
|
db0a24d0fa
|
[#457] Fixed Dependency not to ignore extension and classifier
|
2015-05-22 18:09:24 +09:00 |
|
Jaehong Kim
|
f85bb3afdb
|
rename Trace.traceRootBlockEnt() to close()
|
2015-05-22 15:17:32 +09:00 |
|
Jaehong Kim
|
db36f04a93
|
Merge branch 'master' of https://github.com/naver/pinpoint into storage-pool
|
2015-05-21 15:52:50 +09:00 |
|
Jongho Moon
|
5598c2089e
|
Throw exception when dependency is not exist
|
2015-05-21 14:52:35 +09:00 |
|
Jaehong Kim
|
a53ff87c5d
|
refactoring
|
2015-05-20 18:09:17 +09:00 |
|
Woonduk Kang
|
f3034d538b
|
#382 hbase version upgrade
- version 1.1.0-SNAPSHOT->1.5.0-SNAPSHOT
|
2015-05-13 10:57:10 +09:00 |
|
ChaYoung You
|
13a74d6ae6
|
Fix typos
|
2015-05-10 22:37:11 +09:00 |
|
Jongho Moon
|
b1969b153b
|
Created com.navercorp.pinpoint.common.trace package.
Renamed TypeProvider to TraceMetadataProvider.
|
2015-04-22 22:25:12 +09:00 |
|
Jongho Moon
|
6005a4e16e
|
[#327] Extract CUBRID JDBC plugin
|
2015-04-17 18:32:45 +09:00 |
|
Jaehong Kim
|
12ee80b9f8
|
add async trace
|
2015-04-01 16:18:34 +09:00 |
|
Jaehong Kim
|
0caedcdfc7
|
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
Conflicts:
plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatPlugin.java
|
2015-03-25 14:42:55 +09:00 |
|
Woonduk Kang
|
20ed01923f
|
Merge branch 'master' of https://github.com/naver/pinpoint into #88_multiple_classLoader_support
|
2015-03-24 18:27:21 +09:00 |
|
Woonduk Kang
|
2609f153ae
|
#88 support multiple classLoader
|
2015-03-24 18:26:54 +09:00 |
|
Jongho Moon
|
0384cc1103
|
Fixed plugin test library
|
2015-03-24 16:58:47 +09:00 |
|
Jongho Moon
|
1ffd0c6a6e
|
[#117] Implemented JDK-HTTP plugin
- added attributes to Trace
- added trace block attachment to Trace
- changed ClassEditorBuilder.condition() to conditional()
|
2015-03-23 15:54:52 +09:00 |
|
Jongho Moon
|
b09d8c0e11
|
Some tests require JDK8, but for now JDK8 is not mandatory to build
Pinpoint. So skip test if it cannot find required java installation.
|
2015-03-23 15:50:53 +09:00 |
|
Jongho Moon
|
d75cd02d22
|
[#235] intercept not only connect() but also getInputStream() and
getOUtputStream()
- ConnectMethodInterceptor will check 'connected' before setting request
headers.
|
2015-03-23 15:50:53 +09:00 |
|
Jaehong Kim
|
0cbfae3a81
|
Merge branch 'master' of https://github.com/naver/pinpoint into servlet-async2
|
2015-03-13 11:05:45 +09:00 |
|