Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-04 Thread Stefan Bodewig
On 2015-03-05, sebb AT ASF wrote: > <<< > git checkout -b release > <<< > I don't understand what "you're on the release branch" means. > Is that what the checkout command does? If so, does it have to be done > in an empty directory? Unlike svn, git doesn't branch into different folders

Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-04 Thread sebb AT ASF
On 3 March 2015 at 17:51, Benedikt Ritter wrote: > Hi, > > 2015-03-01 19:04 GMT+01:00 Benedikt Ritter : > >> Hello, >> >> 2015-01-06 18:55 GMT+01:00 sebb : >> >>> On 6 January 2015 at 17:24, Benedikt Ritter wrote: >>> > Hello Sebb, >>> > >>> > 2015-01-06 18:01 GMT+01:00 sebb : >>> > >>> >> -1 >>>

Re: [ALL] Badges for github README.md

2015-03-04 Thread Gary Gregory
On Wed, Mar 4, 2015 at 9:59 AM, Benedikt Ritter wrote: > 2015-03-03 21:51 GMT+01:00 Andy Seaborne : > > > Sorry to interrupt - this is not a "for" or "against" comment but > > something I want to make sure was considered. > > > > Apache is independent of any commercial entity. > > > > For example

Re: [VOTE] Release BCEL 6.0 based on RC3

2015-03-04 Thread Ian McAllister
quick follow up on this... were you by chance able to create an alpha release yet? very much looking forward to having the code in maven!! ian On Mon, Mar 2, 2015 at 3:11 PM, ianmca86 wrote: > yes, that would be perfect! (agreed it would have to go to maven) > > thanks so much for taking the su

Re: [ALL] Badges for github README.md

2015-03-04 Thread Benedikt Ritter
2015-03-03 21:51 GMT+01:00 Andy Seaborne : > Sorry to interrupt - this is not a "for" or "against" comment but > something I want to make sure was considered. > > Apache is independent of any commercial entity. > > For example, there was a discussion about the "github/forkme" stripe in > project h

Re: [VOTE][LAZY] Migrate Apache Commons Lang to git

2015-03-04 Thread Emmanuel Bourg
+1 commons-lang gets frequent pull requests from GitHub users, the migration to Git will make it easier to merge the contributions. Emmanuel Bourg Le 03/01/2015 13:28, Benedikt Ritter a écrit : > Hi all, > > since we made first (good?) experiences with Commons Math using git as > primary VCS,

Jenkins build became unstable: commons-jcs #90

2015-03-04 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build became unstable: commons-jcs » Apache Commons JCS :: Core #90

2015-03-04 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

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

2015-03-04 Thread beradrian
GitHub user beradrian opened a pull request: https://github.com/apache/commons-lang/pull/47 swap and shift for arrays I implemented swap and shift operations for arrays. The operations works for the entire array or for just regions of them. You can merge this pull request into a