[jira] [Commented] (TEXT-93) RandomStringGenerator accepts a list of valid characters

2017-06-23 Thread Wilson MacGyver (JIRA)

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

Wilson MacGyver commented on TEXT-93:
-

thank you guys for such fast turn around and awesome response

> RandomStringGenerator accepts a list of valid characters
> 
>
> Key: TEXT-93
> URL: https://issues.apache.org/jira/browse/TEXT-93
> Project: Commons Text
>  Issue Type: Wish
>Reporter: Wilson MacGyver
>
>  implement a "selectFrom" feature:
>   RandomStringGenerator gen = new RandomStringGenerator.Builder()
> .selectFrom(charArray)
> .build();
> so we can pass a list of valid characters



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


[jira] [Comment Edited] (TEXT-93) RandomStringGenerator accepts a list of valid characters

2017-06-23 Thread Wilson MacGyver (JIRA)

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

Wilson MacGyver edited comment on TEXT-93 at 6/23/17 6:34 PM:
--

never mind. I misunderstood the comment above. my bad, sorry. 


was (Author: wmacgyver):
--the primary argument for selectFromList is 

in https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/

Deprecated. 
as of 3.6, use commons-text RandomStringGenerator instead

having selectFromList  reduce user's pain to switch. Because you know what 
happens when you make it hard to switch, people will just keep using the old 
depreciated one--


never mind. I misunderstood the comment above. my bad, sorry

> RandomStringGenerator accepts a list of valid characters
> 
>
> Key: TEXT-93
> URL: https://issues.apache.org/jira/browse/TEXT-93
> Project: Commons Text
>  Issue Type: Wish
>Reporter: Wilson MacGyver
>
>  implement a "selectFrom" feature:
>   RandomStringGenerator gen = new RandomStringGenerator.Builder()
> .selectFrom(charArray)
> .build();
> so we can pass a list of valid characters



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


[jira] [Comment Edited] (TEXT-93) RandomStringGenerator accepts a list of valid characters

2017-06-23 Thread Wilson MacGyver (JIRA)

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

Wilson MacGyver edited comment on TEXT-93 at 6/23/17 6:33 PM:
--

--the primary argument for selectFromList is 

in https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/

Deprecated. 
as of 3.6, use commons-text RandomStringGenerator instead

having selectFromList  reduce user's pain to switch. Because you know what 
happens when you make it hard to switch, people will just keep using the old 
depreciated one--


never mind. I misunderstood the comment above. my bad, sorry


was (Author: wmacgyver):
the primary argument for selectFromList is 

in https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/

Deprecated. 
as of 3.6, use commons-text RandomStringGenerator instead

having selectFromList  reduce user's pain to switch. Because you know what 
happens when you make it hard to switch, people will just keep using the old 
depreciated one

> RandomStringGenerator accepts a list of valid characters
> 
>
> Key: TEXT-93
> URL: https://issues.apache.org/jira/browse/TEXT-93
> Project: Commons Text
>  Issue Type: Wish
>Reporter: Wilson MacGyver
>
>  implement a "selectFrom" feature:
>   RandomStringGenerator gen = new RandomStringGenerator.Builder()
> .selectFrom(charArray)
> .build();
> so we can pass a list of valid characters



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


[jira] [Commented] (TEXT-93) RandomStringGenerator accepts a list of valid characters

2017-06-23 Thread Wilson MacGyver (JIRA)

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

Wilson MacGyver commented on TEXT-93:
-

the primary argument for selectFromList is 

in https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/

Deprecated. 
as of 3.6, use commons-text RandomStringGenerator instead

having selectFromList  reduce user's pain to switch. Because you know what 
happens when you make it hard to switch, people will just keep using the old 
depreciated one

> RandomStringGenerator accepts a list of valid characters
> 
>
> Key: TEXT-93
> URL: https://issues.apache.org/jira/browse/TEXT-93
> Project: Commons Text
>  Issue Type: Wish
>Reporter: Wilson MacGyver
>
>  implement a "selectFrom" feature:
>   RandomStringGenerator gen = new RandomStringGenerator.Builder()
> .selectFrom(charArray)
> .build();
> so we can pass a list of valid characters



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


[jira] [Created] (TEXT-93) RandomStringGenerator accepts a list of valid characters

2017-06-21 Thread Wilson MacGyver (JIRA)
Wilson MacGyver created TEXT-93:
---

 Summary: RandomStringGenerator accepts a list of valid characters
 Key: TEXT-93
 URL: https://issues.apache.org/jira/browse/TEXT-93
 Project: Commons Text
  Issue Type: Wish
Reporter: Wilson MacGyver


 implement a "selectFrom" feature:
  RandomStringGenerator gen = new RandomStringGenerator.Builder()
.selectFrom(charArray)
.build();


so we can pass a list of valid characters



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