[GitHub] commons-text pull request #62: TEXT-101: Moved RandomStringUtils to Commons-...

2017-09-29 Thread ameyjadiye
Github user ameyjadiye closed the pull request at: https://github.com/apache/commons-text/pull/62 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-text pull request #62: TEXT-101: Moved RandomStringUtils to Commons-...

2017-09-25 Thread ameyjadiye
Github user ameyjadiye commented on a diff in the pull request: https://github.com/apache/commons-text/pull/62#discussion_r140843601 --- Diff: src/main/java/org/apache/commons/text/RandomStringGenerator.java --- @@ -324,6 +324,40 @@ public Builder withinRange(final int minimumCodeP

[GitHub] commons-text pull request #62: TEXT-101: Moved RandomStringUtils to Commons-...

2017-09-25 Thread chtompki
Github user chtompki commented on a diff in the pull request: https://github.com/apache/commons-text/pull/62#discussion_r140835603 --- Diff: src/main/java/org/apache/commons/text/RandomStringGenerator.java --- @@ -324,6 +324,40 @@ public Builder withinRange(final int minimumCodePoi

[GitHub] commons-text pull request #62: TEXT-101: Moved RandomStringUtils to Commons-...

2017-09-06 Thread ameyjadiye
GitHub user ameyjadiye opened a pull request: https://github.com/apache/commons-text/pull/62 TEXT-101: Moved RandomStringUtils to Commons-text Moved **RandomStringUtils** from lang to text along with changed core logic which is using **RandomStringGenerator** internally, Test cases