Re: Looking for normal to reverse domain name conversion

2015-06-28 Thread James Carman
StringUtils.join(ArrayUtils.reverse(domain.split('.')), '.') On Sat, Jun 27, 2015 at 5:33 PM Gary Gregory wrote: > Hi all, > > Do we have in Commons a util method that converts a domain name ( > foo.example.com) into its reverse (com.example.foo)? > > TY, > GG > > -- > E-Mail: garydgreg...@gmail

[Math] MATH-1244

2015-06-28 Thread Gilles
Hi. Any objection to my adding the function proposed in https://issues.apache.org/jira/browse/MATH-1244 ? Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...

[Math] MATH-1243

2015-06-28 Thread Gilles
Hi. Please have a look at https://issues.apache.org/jira/browse/MATH-1243 Any objections to committing the code and deprecating the existing "MicrosphereInterpolator" and "MicrosphereInterpolatingFunction" classes? Regards, Gilles -

Re: [SCXML] Mirror or move to git?

2015-06-28 Thread Benedikt Ritter
Hello Woosan, 2015-06-24 15:05 GMT+02:00 Woonsan Ko : > Sorry for late response. > I personally prefer moving from svn to git rather than just mirroring. I > assume we can take advantage of the full features of git (e.g, easier > branching and merging) better with that approach. > What do others

Re: [1/2] [lang] Javadoc: Fix typo but working is still awkward.

2015-06-28 Thread Benedikt Ritter
Hello Gary, it is not clear to me, what happened here. The diff looks like ArrayUtils has been removed completely in this commit. What were you trying to do? Benedikt 2015-06-27 23:44 GMT+02:00 : > Repository: commons-lang > Updated Branches: > refs/heads/master 38e829fb3 -> 3ff366c3d > > > >

Re: RandomStringUtils with variable lengths

2015-06-28 Thread Caleb Cushing
https://github.com/apache/commons-lang/pull/101 created a new pull request after doing some branch rewrites. On Mon, Jun 22, 2015 at 1:02 PM Benedikt Ritter wrote: > Yes, please go ahead! > > > 2015-06-20 2:44 GMT+02:00 Caleb Cushing : > >> so should I spend the time working this into a more fin

Re: Looking for normal to reverse domain name conversion

2015-06-28 Thread Benedikt Ritter
Hi Gary, none that I'm aware of. Would fit into either [net] or [lang] IMHO. For example: ClassUtils.domainToPackageName(String) ?! Benedikt 2015-06-27 23:33 GMT+02:00 Gary Gregory : > Hi all, > > Do we have in Commons a util method that converts a domain name ( > foo.example.com) into its reve