[ 
https://issues.apache.org/jira/browse/TEXT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156017#comment-16156017
 ] 

ASF GitHub Bot commented on TEXT-101:
-------------------------------------

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 are copied from 
commons-lang for making sure its working as it's working in commons-lang.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ameyjadiye/commons-text TEXT-101

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-text/pull/62.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 #62
    
----
commit aebacbabaa3debae909081cbd55475f6f108d141
Author: Amey Jadiye <ameyjad...@gmail.com>
Date:   2017-09-06T20:40:11Z

    copied RandomStringGenerator required code from master

commit e45738f00417ac0dcae1784c7904dc6fc156ae32
Author: Amey Jadiye <ameyjad...@gmail.com>
Date:   2017-09-06T20:41:51Z

    TEXT-101 : Moved RandomStringUtils from lang to text with improved core 
logic

commit 00011e92477ca610a313c40ed749512e5443ffa2
Author: Amey Jadiye <ameyjad...@gmail.com>
Date:   2017-09-06T20:43:33Z

    added Amey's email id

----


> Move RandomStringUtils to Commons-text
> --------------------------------------
>
>                 Key: TEXT-101
>                 URL: https://issues.apache.org/jira/browse/TEXT-101
>             Project: Commons Text
>          Issue Type: Task
>            Reporter: Amey Jadiye
>             Fix For: 1.2
>
>
> This task contains not just moving but ,
> 1. Keep RandomStringUtils deprecated in commons-lang.
> 2. Move RandomStringUtils class to commons-text.
> 3. Remove all existing code from methods of RandomStringUtils and call our
> brand new RandomStringGenerator in them. to return respective values i.e.
> randomNumeric, randomAlphabetic, randomAlphanumeric etc....



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to