144 Commits
Author SHA1 Message Date
emeroad 36b1d437e0 [#noissue] cleanup charset 2017-04-25 13:18:52 +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
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
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 95a3ae3839 [#2524] Reduce TraceContext dependency 2017-03-03 15:00:14 +09:00
emeroad 603dccac1a [#2524] extract interface from PinpointCilent 2017-03-03 15:00:14 +09:00
emeroad 7ea9e270e6 [#noissue] cleanup testcase log level 2017-02-21 14:53:26 +09:00
koo.taejin a049d182e1 [no issue] fix findbug 2017-02-03 18:50:00 +09:00
koo.taejin 936147427f [no issue] fix badly formatted copyright 2017-01-03 10:34:33 +09:00
HyunGil Jeong d26c88f278 Fix simple inspection warnings
Mainly license template fixes
2017-01-02 19:45:05 +09:00
koo.taejinandHyunGil Jeong 0fd04e06c8 Change the cluster api management method. #2262
Change the cluster api management method.
2016-12-12 14:24:59 +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
koo.taejin aed90e774e [no issue] added license 2016-11-11 18:16:47 +09:00
koo.taejinandWoonduk Kang 702de7ac6d Fixed send retry policy in TCPDataSender #2198
1. Fixed retry policy in TCPDataSender is not working properly.
2. Changed log level
2016-10-28 16:28:09 +09:00
emeroad 6e0ca8b215 cleansup unused import 2016-10-17 17:05:09 +09:00
koo.taejin d0a444aed4 Change log4j settings. #2086
1. reformatted
2016-09-09 17:57:16 +09:00
emeroad 3725d82f64 change artifactId
- pom -> pinpoint
2016-05-23 19:48:44 +09:00
koo.taejin 33a69ed663 Added UdpDataSender using NIO #1711
added a factory for bytebuffer.
2016-04-25 11:39:14 +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
Woonduk Kang 593810d1dd code cleanup
- remove unused import
2016-03-17 16:26:59 +09:00
koo.taejin 35faf57a14 no issue
add setting excludeFilterFile field for findbugs-maven-plugin.
2016-03-16 15:18:31 +09:00
koo.taejin edbab3ead9 Reduce test execution time. #1452 2016-02-03 18:53:19 +09:00
koo.taejin 0d3b9dac47 [PinpiontWeb] fix a ActiveThread concurrency problem #1482
1. changed to catched Excpetion Type in to throw WebSocketSession . (IOException -> Exception)
2. changed log level.
2016-01-26 11:09:34 +09:00
koo.taejin 4f9e4c95f0 Reduce test execution time. #1452 2016-01-18 15:03:46 +09:00
koo.taejin 3b606d7eaf Reduce test execution time. #1452
rpc (21.249 -> 17.325)
web (47.995 -> 12.750)
2016-01-18 10:58:13 +09:00
koo.taejin 45fe1b6eca Reduce test execution time. #1452
pinpoint rpc test execution times (42.449s -> 21.249s)
2016-01-15 14:55:58 +09:00
Kirill Vlasov 9b4c96077c Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness 2015-12-29 14:40:41 +05:00
koo.taejin c24c8ce2ec no issue
fixed findbug warnings
2015-12-15 11:53:24 +09:00
emeroad 6250060d4f remove System.out 2015-12-14 18:32:13 +09:00
emeroad c4ebcf9d7e Avoid port conflicts of test cases 2015-12-14 17:47:00 +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
HyunGil Jeong cbc4a39a39 Spell check 2015-12-01 15:43:48 +09:00
koo.taejin 62b4d6f313 fixed findbug warnings & edit log 2015-11-30 15:56:03 +09:00
koo.taejin 834130bdfe edit log (message & level) 2015-11-27 15:41:08 +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