Re: [CSV] Should the Builder API be optional?

2013-04-07 Thread James Ring
+1 this is best. If the CSVParser is stateless then each of its 'with...' methods should return a new CSVParser. On Mar 26, 2013 9:03 AM, "Emmanuel Bourg" wrote: > Le 26/03/2013 16:58, Gary Gregory a écrit : > > > Is it worth providing this shortcut: > > > > Iterable parse = CSVFormat.newBuilder(

Re: [math] next step

2013-04-07 Thread Gary Gregory
I would only go back and bother with creating a branch when it is needed. As for a repackage I would only do that if I knew for certain that I want to break BC. Gary On Apr 7, 2013, at 8:57, Luc Maisonobe wrote: > Hi all, > > The release for 3.2 has been completed. Now it is time to think about

Re: svn commit: r1465317 - /commons/proper/codec/trunk/pom.xml

2013-04-07 Thread Gary Gregory
On Sun, Apr 7, 2013 at 5:07 PM, sebb wrote: > On 7 April 2013 02:43, wrote: > > > Author: ggregory > > Date: Sun Apr 7 01:43:09 2013 > > New Revision: 1465317 > > > > URL: http://svn.apache.org/r1465317 > > Log: > > Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan > the >

Re: svn commit: r1465317 - /commons/proper/codec/trunk/pom.xml

2013-04-07 Thread sebb
On 7 April 2013 02:43, wrote: > Author: ggregory > Date: Sun Apr 7 01:43:09 2013 > New Revision: 1465317 > > URL: http://svn.apache.org/r1465317 > Log: > Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan the > 'target' dir and wants license headers in .properties to be the h

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-07 Thread Emmanuel Bourg
Le 07/04/2013 20:55, sebb a écrit : > Is the Ant build file still needed? Yes, the Debian/Ubuntu package for Commons Math is built from the Ant file. Emmanuel Bourg smime.p7s Description: Signature cryptographique S/MIME

Re: [math] next step

2013-04-07 Thread sebb
On 7 April 2013 13:56, Luc Maisonobe wrote: > Hi all, > > The release for 3.2 has been completed. Now it is time to think about > the next release. > > There are many JIRA issues that target 4.0 as they need to introduce > backward incompatible changes. All these changes would be really welcome.

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-07 Thread sebb
On 6 April 2013 14:04, Emmanuel Bourg wrote: > Hi, > > I just noticed a minor mistake in this release, the version number in > the build.xml file is still 3.1-SNAPSHOT. > > Is there a way to get the build file generated automatically when > preparing a release? > > Is the Ant build file still nee

Re: [math] updating the site

2013-04-07 Thread sebb
On 6 April 2013 13:02, Olivier Lamy wrote: > Oh read here http://commons.staging.apache.org/site-publish.html > > Use mvn clean site-deploy which is different :-) > Huh? What about the following? mvn site-deploy Would that work, assuming that the site has been created locally? Or is it esse

Re: [CSV] Should the Builder API be optional?

2013-04-07 Thread Benedikt Ritter
Hey guys, where are we standing with this? I see that Gary has added parse(Reader) to the Builder as a short cut. We were talking about making the builder less visible. How do you feel about renaming the newBuilder() methods to newFormat()? Benedikt 2013/3/26 sebb > On 26 March 2013 16:53, Be

Re: [Chain] Any future plans for commons-chain?

2013-04-07 Thread Christian Trimble
Hello Simon and Steve, So, I sent you a link to code that would not build without a non public maven repository. Sorry about that. I have cleaned up the codebase for the XChain project (https://github.com/ctrimble/xchain), so it will now build publicly with Maven 3.0.3 or later. I also p

[math] next step

2013-04-07 Thread Luc Maisonobe
Hi all, The release for 3.2 has been completed. Now it is time to think about the next release. There are many JIRA issues that target 4.0 as they need to introduce backward incompatible changes. All these changes would be really welcome. I suggest we create a 3.x branch just in case we need to

Re: [Math] Source and binaires new location

2013-04-07 Thread Luc Maisonobe
Le 06/04/2013 14:23, Gilles a écrit : > Hi Luc. Hi Gilles, > > If the new policy is to not release the sources and binaries > (".tar.gz" and ".zip") through Nexus, could you please update > the > doc/release/release.howto.txt > document which I intended to be a straightforward way[1] to > for

[ANNOUNCE] Apache Commons Math version 3.2 released

2013-04-07 Thread Luc Maisonobe
Hello. The Apache Commons team is pleased to announce the release of version 3.2 of Apache Commons Math, a self-contained Java library of tools such as root finders, ordinary differential equations solvers, optimizers, statistics, matrix algebra, and more. Apache Commons Math can be downloaded fr

Re: [codec] Checkstyle oddities

2013-04-07 Thread Luc Maisonobe
Le 07/04/2013 03:44, Gary Gregory a écrit : > On Sat, Apr 6, 2013 at 1:03 PM, Luc Maisonobe wrote: > >> Hi Gary, >> >> Le 06/04/2013 18:44, Gary Gregory a écrit : >>> Does anyone know how to address these checkstyle issues: >>> >>> https://commons.apache.org/proper/commons-codec/checkstyle.html >