commons-text git commit: SANDBOX-483 Incorporate String algorithms from Commons Lang

2014-11-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 71b59af90 -> c0e8c0210 SANDBOX-483 Incorporate String algorithms from Commons Lang Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0e8c021 Tree: h

Re: [VOTE] Release Commons CSV 1.1-RC1

2014-11-19 Thread Thomas Neidhart
On 11/17/2014 01:52 PM, Gary Gregory wrote: > -- Forwarded message -- > From: Gary Gregory > Date: Sun, Nov 16, 2014 at 9:54 PM > Subject: [VOTE] Release Commons Exec 1.1-RC1 > To: Commons Developers List > > > Hello All: > > This is a VOTE to release Commons CSV 1.1-RC1 as 1.1

Re: [site] Adding Github/Git mirrors to source-repository.html

2014-11-19 Thread Benedikt Ritter
Sounds like a good idea to me. 2014-11-19 3:14 GMT+01:00 Bernd Eckenfels : > Hello, > > what do you think, would it be a good idea to add a section about > git.apache.org and its GitHub mirror to the source-repository.html > report? > > I am not sure if it can be easily done as the SCM section wi

Re: [imaging] - Release Date and Production Suitability?

2014-11-19 Thread Gary Gregory
If the API is not binary compatible between 1.0 and the next release, then you must change the package name (imaging -> imaging2) and Maven artifact ID. So choose wisely when to do your API rework ;-) Gary On Wed, Nov 19, 2014 at 3:11 AM, Damjan Jovanovic wrote: > The completeness and correctne

Re: [imaging] - Release Date and Production Suitability?

2014-11-19 Thread Damjan Jovanovic
The completeness and correctness ranges from feature to feature and file format to file format, eg. I wouldn't recommend it for JPEG images (as opposed to their metadata): http://commons.apache.org/proper/commons-imaging/formatsupport.html You can look through the issues to see what is outstanding