Re: [all] Commons Parent - detach src/bin artifacts?

2015-12-21 Thread Emmanuel Bourg
Le 20/12/2015 23:06, Emmanuel Bourg a écrit : > I've tested with JEXL and it seems to work > fine, I haven't noticed undesirable side effects. Actually there is one side effect: the .sha1 and .md5 files for the src/bin archives no longer come for free (they are currently generated when the archiv

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Jörg Schaible
Emmanuel Bourg wrote: > Hi all, > > JEXL 3.0 RC2 is now available for review. > > Distribution: > https://dist.apache.org/repos/dist/dev/commons/jexl/ (r11664) > > Maven artifacts: > https://repository.apache.org/content/repositories/orgapachecommons-1133/org/apache/commons/commons-jexl3/3.0/

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Emmanuel Bourg
Le 21/12/2015 09:49, Jörg Schaible a écrit : > -1 > > The file names of the distribution (source and binaries) do not match the > artifactId (compare e.g. with lang). Thank you for the extensive tests Jörg. The distribution files not strictly matching the artifactId is intended. I consider thi

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Jörg Schaible
Emmanuel Bourg wrote: > Le 21/12/2015 09:49, Jörg Schaible a écrit : > >> -1 >> >> The file names of the distribution (source and binaries) do not match the >> artifactId (compare e.g. with lang). > > Thank you for the extensive tests Jörg. > > The distribution files not strictly matching the

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-21 Thread Phil Steitz
On 12/20/15 8:41 PM, Gilles wrote: > On Sat, 19 Dec 2015 11:35:26 -0700, Phil Steitz wrote: >> On 12/19/15 9:02 AM, Gilles wrote: >>> Hi. >>> >>> While experimenting on >>> https://issues.apache.org/jira/browse/MATH-1300 >>> I created a new >>> JDKRandomGeneratorTest >>> that inherits from >>>

Re: [math] Updated FieldMatrix exceptions thrown to match javadoc.

2015-12-21 Thread Phil Steitz
On 12/18/15 4:20 PM, Ole Ersoy wrote: > > > On 12/18/2015 04:07 PM, Phil Steitz wrote: >> On 12/18/15 2:59 PM, Ole Ersoy wrote: >>> I think it makes sense. If the destination array is too small, >>> throw an IAE. >> Right. That is what the implementations do - it is just a >> specialized IAE. We

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-21 Thread Gilles
On Mon, 21 Dec 2015 06:06:16 -0700, Phil Steitz wrote: On 12/20/15 8:41 PM, Gilles wrote: On Sat, 19 Dec 2015 11:35:26 -0700, Phil Steitz wrote: On 12/19/15 9:02 AM, Gilles wrote: Hi. While experimenting on https://issues.apache.org/jira/browse/MATH-1300 I created a new JDKRandomGenerator

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Emmanuel Bourg
Le 18/12/2015 17:05, Emmanuel Bourg a écrit : > [X] +1 Release these artifacts Tested on Debian with OpenJDK 7 & 8, and on Windows with Java 8. Emmanuel Bourg signature.asc Description: OpenPGP digital signature

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Emmanuel Bourg
Le 21/12/2015 12:36, Jörg Schaible a écrit : > I find it rather confusing... I agree it could be confusing if we already had previous jexl releases using commons-jexl-*-bin.zip, and I wouldn't recommend that for lang, math, dbcp... But that's not the case here, it's just the continuity of the cur

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-21 Thread Phil Steitz
On 12/21/15 8:21 AM, Gilles wrote: > On Mon, 21 Dec 2015 06:06:16 -0700, Phil Steitz wrote: >> On 12/20/15 8:41 PM, Gilles wrote: >>> On Sat, 19 Dec 2015 11:35:26 -0700, Phil Steitz wrote: On 12/19/15 9:02 AM, Gilles wrote: > Hi. > > While experimenting on > https://issues.ap

[math] Exception Design

2015-12-21 Thread Ole Ersoy
Hi, I was considering jumping into the JDKRandomGenerator exception discussion, but I did not want to hijack it. Not sure if any of you have had a chance to looks at this: https://github.com/firefly-math/firefly-math-exceptions/ https://github.com/firefly-math/firefly-math-exceptions/blob/maste

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-21 Thread Gilles
On Mon, 21 Dec 2015 10:01:33 -0700, Phil Steitz wrote: On 12/21/15 8:21 AM, Gilles wrote: On Mon, 21 Dec 2015 06:06:16 -0700, Phil Steitz wrote: On 12/20/15 8:41 PM, Gilles wrote: On Sat, 19 Dec 2015 11:35:26 -0700, Phil Steitz wrote: On 12/19/15 9:02 AM, Gilles wrote: Hi. While experimenti

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Jörg Schaible
Emmanuel Bourg wrote: > Le 21/12/2015 12:36, Jörg Schaible a écrit : > >> I find it rather confusing... > > I agree it could be confusing if we already had previous jexl releases > using commons-jexl-*-bin.zip, and I wouldn't recommend that for lang, > math, dbcp... But that's not the case here,

Re: [math] Updated FieldMatrix exceptions thrown to match javadoc.

2015-12-21 Thread Ole Ersoy
Should look like this, with some typos fixed: /** ... * @throws MatrixDimensionMismatchException if the dimensions of * {@code destination} do not match those of {@code this}. * @throws NumberIsTooSmallException if {@code endRow < startRow} or * {@code endColumn < startCo

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-21 Thread Phil Steitz
On 12/21/15 11:16 AM, Gilles wrote: > On Mon, 21 Dec 2015 10:01:33 -0700, Phil Steitz wrote: >> On 12/21/15 8:21 AM, Gilles wrote: >>> On Mon, 21 Dec 2015 06:06:16 -0700, Phil Steitz wrote: On 12/20/15 8:41 PM, Gilles wrote: > On Sat, 19 Dec 2015 11:35:26 -0700, Phil Steitz wrote: >> O

Re: [math] Updated FieldMatrix exceptions thrown to match javadoc.

2015-12-21 Thread Phil Steitz
On 12/21/15 12:26 PM, Ole Ersoy wrote: >> Should look like this, with some typos fixed: >> >> /** >> ... >> * @throws MatrixDimensionMismatchException if the dimensions of >> * {@code destination} do not match those of {@code this}. >> * @throws NumberIsTooSmallException if {@co

Re: [math] Updated FieldMatrix exceptions thrown to match javadoc.

2015-12-21 Thread Ole Ersoy
On 12/21/2015 01:45 PM, Phil Steitz wrote: On 12/21/15 12:26 PM, Ole Ersoy wrote: Should look like this, with some typos fixed: /** ... * @throws MatrixDimensionMismatchException if the dimensions of * {@code destination} do not match those of {@code this}. * @throws N

Re: [math] Updated FieldMatrix exceptions thrown to match javadoc.

2015-12-21 Thread Phil Steitz
On 12/21/15 1:21 PM, Ole Ersoy wrote: > > > On 12/21/2015 01:45 PM, Phil Steitz wrote: >> On 12/21/15 12:26 PM, Ole Ersoy wrote: Should look like this, with some typos fixed: /** ... * @throws MatrixDimensionMismatchException if the dimensions of

Re: [all] Commons Parent - detach src/bin artifacts?

2015-12-21 Thread Christopher
Why detach them at all? Why not permit them to be uploaded to Maven Central? It may not be as useful for Java builds, but Maven repository isn't designed to hold only jars. It can hold any type of artifact. On Mon, Dec 21, 2015 at 3:30 AM Emmanuel Bourg wrote: > Le 20/12/2015 23:06, Emmanuel Bou

[RESULT][VOTE] Release JEXL 3.0 based on RC2

2015-12-21 Thread Emmanuel Bourg
The following votes were received: +1 Matt Benson Oliver Heger Henri Biestro (emeritus) Emmanuel Bourg +0 Jörg Schaible -0 Gary Gregory Henri went emeritus in 2012 but he is still active since he drove the JEXL 3.0 release. I don't know if his vote is considered binding in this situation, but t

Re: [math] Exception Design

2015-12-21 Thread Gilles
On Mon, 21 Dec 2015 12:14:16 -0600, Ole Ersoy wrote: Hi, I was considering jumping into the JDKRandomGenerator exception discussion, but I did not want to hijack it. Not sure if any of you have had a chance to looks at this: https://github.com/firefly-math/firefly-math-exceptions/ https://gith

Re: [VOTE] Release Apache Commons Weaver 1.2 based on RC1

2015-12-21 Thread James Carman
Can you just abandon the ant build? On Fri, Dec 18, 2015 at 6:41 PM Matt Benson wrote: > On Fri, Dec 18, 2015 at 5:31 PM, Phil Steitz > wrote: > > On 12/18/15 3:38 PM, Matt Benson wrote: > >> On Fri, Dec 18, 2015 at 4:33 PM, Phil Steitz > wrote: > >>> On 12/17/15 3:57 PM, Matt Benson wrote: >

Re: [math] Exception Design

2015-12-21 Thread Ole Ersoy
On 12/21/2015 06:44 PM, Gilles wrote: On Mon, 21 Dec 2015 12:14:16 -0600, Ole Ersoy wrote: Hi, I was considering jumping into the JDKRandomGenerator exception discussion, but I did not want to hijack it. Not sure if any of you have had a chance to looks at this: https://github.com/firefly-ma

Re: [VOTE] Release Apache Commons Weaver 1.2 based on RC1

2015-12-21 Thread Matt Benson
On Dec 21, 2015 8:46 PM, "James Carman" wrote: > > Can you just abandon the ant build? > It's not an Ant build; it's an Antlib to allow Ant users to use the weaver component in a manner similar to how Maven users would do at build time. I came into the ASF via Ant; the least I can do is be inclus