GitHub user nikhilbhide reopened a pull request:
https://github.com/apache/zookeeper/pull/345
Zookeeper 2814: ignore space after comma in connection string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikhilbhide/zookeeper
ZOOKEEPER-2814-Ignore-space-after-comma-in-connection-string
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/345.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #345
----
commit a533e730e70788046d4ab5869702e0ca4a70c5d8
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-23T18:15:19Z
Create StringUtils.java
Class which provides common String utilities
commit 80063abce26cd9a392ff1b1d6b9b323200241832
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-23T18:20:51Z
ZOOKEEPER-2814: Ignore space after comma in connection string
commit 9a4b65e88f091046f2948219894b419721ad2945
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T06:32:33Z
Added test to check whether connection string with trims is allowed
commit 894d3a8ff295b81f94c14df913938c899bbcff63
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T09:46:57Z
Added code to test split logic implemented in StringUtils.java
commit 6b2de4ca53cce67ecdb1a714ec9ad29a442bfd20
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T09:55:25Z
Added import of java.util.List
commit 93d72875bf5d97ab9bcea710e0d601d2fdeaf970
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:43:07Z
Removed extra space from ConnectStringParser.java
commit 37ec5e92a73358d116c5475e07872fb9c35d1aa2
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:49:21Z
Update StringUtils.java
commit a446b2bceacb96aa7e3d2b9e4639c3919f5d31e5
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:50:34Z
Removed unnecessary usage of toString in StringUtilTest#testStrings
commit 03790ea7d5070b6f8961890b8bc865b8c433d9e9
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:51:15Z
Removed extra space after package declaration in StringUtilTest.java
commit 09dbd3d368ce1c62a3f0d1dcd98623b12bca6f3a
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:53:59Z
Added code to convert java.util.Collections$UnmodifiableRandomAccessList to
string
----
---