293 Commits
Author SHA1 Message Date
emeroad 36b1d437e0 [#noissue] cleanup charset 2017-04-25 13:18:52 +09:00
emeroad ec9405ce1c [##2823] Cleanup deprecated APIs
- Remove deprecated Buffer APIs
2017-04-17 17:31:02 +09:00
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 1a31996aeb [#2815] Enhancement StringUtils
- Add isNotEmpty()
 - Move from bootstrap-core module to commons module
   - Deprecate StringUtils of bootstrap-core module
 - Change splitAndTrim() API
 - splitAndTrim() -> tokenizeToStringList()
    - Copy from spring framework
2017-04-14 19:38:57 +09:00
emeroad eda1607d5b [#2800] Optimizing ArrayUtils 2017-04-14 14:27:37 +09:00
emeroad 0d80875cd4 [#2800] apply ArrayUtils.isEmpty() 2017-04-13 20:27:27 +09:00
emeroad 5450e1633a [#2800] Add isEmpty() API to ArrayUtils
- copy & modify apache commons lang3
2017-04-13 20:27:27 +09:00
emeroad 657c23f1bc [#noissue] Remove unnecessary fields 2017-04-13 17:12:51 +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 fd4f686a02 [#2524] Rewrite ClassInjector for DebugTransformer
- Reduce javassist dependency
2017-03-10 15:18:12 +09:00
emeroad 7ea9e270e6 [#noissue] cleanup testcase log level 2017-02-21 14:53:26 +09:00
emeroad 7f349222ad reduce memory usage
- remove Autoboxing & Unboxing
2017-01-19 20:16:57 +09:00
koo.taejin f5f1965367 [no issue] update service-type 2017-01-10 18:43:19 +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 aaf7f497d1 #2317 Duplicate ArrayUtils cleanup
- Move to commons module
 - Deprecate dropToString() api
2016-12-09 15:37:55 +09:00
emeroad e9d093522e #2310 Add CollectionUtils to common module 2016-12-08 18:24:24 +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
emeroad 6e0ca8b215 cleansup unused import 2016-10-17 17:05:09 +09:00
emeroad 8b2b8f8b2c Fix compiler warning 2016-10-06 16:35:59 +09:00
emeroad 0e317bc145 #2117 support JBoss CL
- cleanup JSR166 package
2016-10-05 18:08:48 +09:00
emeroadandJaehong Kim 9a79560326 #2117 support JBoss CL 2016-10-05 15:01:36 +09:00
koo.taejin d0a444aed4 Change log4j settings. #2086
1. reformatted
2016-09-09 17:57:16 +09:00
Woonduk KangandGitHub d949add74e Merge pull request #2051 from emeroad/#2026_remove_JDK_logger_dependency
#2026 remove JDK logger dependency
2016-09-05 14:51:28 +09:00
jiaqifengandHyunGil Jeong 3935cc5d49 Dev hystrix plugin (#1594)
* initial plugin files that support hystrix command.

* Add HystrixCommand asynchronous call IT test. Intercep HystixCommand.queue instead of execute for cover acynchronous call.

* remove useless code: HystrixCommandConstructorInterceptor is not needed, also scope is not needed too.

* support hystrix-core 1.4.20 and 1.5.2, some log should be removed.

* Add hystrix.subclass annotation to show the real hystrix command class name in transaction info.

* add integration test for hystrix plugin

* add support for hystric-core 1.5.3
2016-09-05 14:48:14 +09:00
emeroad 5b1369748f #2026 remove JDK logger dependency
- modified log format
2016-09-05 14:38:45 +09:00
emeroad 6947ea3868 #2026 remove JDK logger dependency 2016-08-31 18:16:08 +09:00
emeroad 697ad683a5 #2018 Support Annotation base API metadata 2016-08-29 15:38:26 +09:00
emeroad ec17699dd5 #142_apache_cxf
- added ServiceType and AnnotationKey comment
2016-08-22 17:38:14 +09:00
HyunGil Jeong 5b7718ece3 #1533 Change agent stat storage format to version 2 2016-08-17 18:36:37 +09:00
emeroad 230392890a #1819 trace format v2
- refactoring
  - remove duplicated class : com.navercorp.pinpoint.web.vo.TransactionId
2016-08-02 16:06:05 +09:00
emeroad 6db7cd1a97 #1819 trace format v2
- refactoring
2016-07-27 16:45:35 +09:00
emeroad 85dbf11a53 #1819 trace format v2
- add version detection code
2016-07-20 18:30:30 +09:00
koo.taejin 65624d36ef added to insert a number of agent into rdb periodically. #1883 2016-07-08 10:39:31 +09:00
Minwoo JungandHyunGil Jeong 7315c8138d [#1867] add interface for data filtering (#1868)
* [#1867] add interface for data filtering
2016-06-23 14:31:15 +09:00
emeroad b35eb8c38b - multiplier 4 -> multiplier 2 2016-06-22 19:18:42 +09:00
emeroad 00d208fdea #1819 extract deserializer
- reduce array copy
2016-06-22 18:29:11 +09:00