135 Commits
Author SHA1 Message Date
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
koo.taejin ce5b4109da [#2781] pinpoint 1.6.1 release
version change (1.6.1 -> 1.7.0-SNAPSHOT)
2017-04-12 16:09:20 +09:00
koo.taejin 2f2ace3a9d [#2781] pinpoint 1.6.1 release
version change (1.6.1-SNAPSHOT -> 1.6.1)
2017-04-12 15:18:56 +09:00
koo.taejin 086ad4dff1 [#2767] 1.6.1-RC2 release
(1.6.1-RC2 -> 1.6.1-SNAPSHOT)
2017-04-04 15:23:05 +09:00
koo.taejin ecace411bd [#2767] 1.6.1-RC2 release
(1.6.1-SNAPSHOT -> 1.6.1-RC2)
2017-04-04 11:37:54 +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
koo.taejin 44fd7c69a9 [#2708] 1.6.1-RC1 release
(1.6.1-RC1 -> 1.6.1-SNAPSHOT)
2017-03-16 16:16:28 +09:00
koo.taejin ec5ac8936a [#2708] 1.6.1-RC1 release
(1.6.1-SNAPSHOT -> 1.6.1-RC1)
(cherry picked from commit fee31af)
2017-03-16 15:29:13 +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
emeroad 45bf12a678 #2354 extract profiler-test 2017-01-02 16:44:23 +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
koo.taejin 3f71bd1b23 1.6.0 release (1.6.0 -> 1.6.1-SNAPSHOT) #2305 2016-12-08 16:41:22 +09:00
koo.taejin 83341d906c 1.6.0 release #2305
1.6.0-SNAPSHOT -> 1.6.0
2016-12-08 15:48:45 +09:00
koo.taejin 2609a1cb01 #2268 1.6.0-RC2 -> 1.6.0-SNAPSHOT 2016-11-21 16:45:59 +09:00
koo.taejin 2e2966dcb8 1.6.0-RC2 2016-11-21 16:35:09 +09:00
koo.taejin d88208e2a7 #2250 1.6.0-RC1 -> 1.6.0-SNAPSHOT 2016-11-14 17:59:26 +09:00
koo.taejin e180edf870 1.6.0-RC1 2016-11-14 16:20:14 +09:00
HyunGil JeongandWoonduk 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 JeongandWoonduk 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 JeongandWoonduk 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 3725d82f64 change artifactId
- pom -> pinpoint
2016-05-23 19:48:44 +09:00
emeroad f355251f5f #1761 Add ${test.jdk.home} for jdk 1.6 compatibility of plugin 2016-05-11 18:57:52 +09:00
emeroad ff26dde619 #1734 Extract Seralization in XxxBo
fix testcase fail
2016-05-03 10:48:30 +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
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
HyunGil Jeong 44804c09df #1621 Trigger agent info send event more often due to timing issues 2016-03-22 15:39:37 +09:00
Woonduk Kang 10ad72b0a2 #1511 extract commons-server module 2016-02-02 18:24:33 +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 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