[GitHub] commons-lang pull request: LANG-701 Added new joinWith method to s...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/38 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Adding the new JsonToStringStyle to ToS...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/26 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Adding to StringUtils truncate method a...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/24 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: #LANG-1114 TypeUtils.equals is broken f...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/65 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Annotation @ToStringExclude

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/67 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: swap and shift for arrays

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Lang 740 - Memoizer implementation

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/63 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Add ThreadUtils

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/61 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Update DateUtils.java

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: LANG-1118 Fix StringUtils.repeat(char, ...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/68 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Replace string

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/36 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: Adding unwrap and unwrapFull methods to...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/25 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: [LANG-903] Trunk - ToStringStyle typos ...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: LANG-1119: Add StringUtils.rotate(Strin...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/69 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-lang pull request: LANG-1065 Added new 'merge' method to D...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [lang] Update SCM information after svn to git migration

2015-04-27 Thread Benedikt Ritter
Hi all, svn to git migration has been completed. Please delete your SVN working copies and clone the new git repository location using git clone https://git-wip-us.apache.org/repos/asf/commons-lang.git Note that the github integration has to be setup again. Infra asked me to create a separate is

Re: [lang] https://issues.apache.org/jira/browse/LANG-1099

2015-04-27 Thread Gary Gregory
On Mon, Apr 27, 2015 at 2:43 AM, Benedikt Ritter wrote: > I'm all for the O(1), O(n) solution. If we have a good test coverage, we > can work on the readability of the code. > I can merge the feature after we have finished the svn -> git migration. > +1 Gary > > br, > Benedikt > > 2015-04-27 1

Re: [lang] https://issues.apache.org/jira/browse/LANG-1099

2015-04-27 Thread Benedikt Ritter
I'm all for the O(1), O(n) solution. If we have a good test coverage, we can work on the readability of the code. I can merge the feature after we have finished the svn -> git migration. br, Benedikt 2015-04-27 11:01 GMT+02:00 Adrian Ber : > Hi Bruno, > Yes, I will add comments and I will even p

Re: [lang] https://issues.apache.org/jira/browse/LANG-1099

2015-04-27 Thread Adrian Ber
Hi Bruno, Yes, I will add comments and I will even post on my blog a detailed explanation and proof that the algorithm complexities are indeed as I said. Thanks, Adrian Ber On Monday, 27 April 2015, 11:54, Bruno P. Kinoshita wrote: Hi Adrian, Thanks for bringing the discussio

Re: [lang] https://issues.apache.org/jira/browse/LANG-1099

2015-04-27 Thread Bruno P. Kinoshita
Hi Adrian, Thanks for bringing the discussion to the mailing list. I believe you explained well the existing issue. I had a quick look at the code, but didn't really investigate the algorithm space and time complexities. Assuming we have the scenario you described with O(1) and O(n), my vote i

https://issues.apache.org/jira/browse/LANG-1099

2015-04-27 Thread Adrian Ber
Hi everyone, As per kinow (Bruno P. Kinoshita) recommendation, I'm writing to this mailing list about commons-lang issue https://issues.apache.org/jira/browse/LANG-1099. I created a pull request: https://github.com/apache/commons-lang/pull/47. This generated a discussion between two possible sol