Re: svn commit: r1535911 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/text/translate/OctalUnescaper.java test/java/org/apache/commons/lang3/text/translat

2013-10-27 Thread Benedikt Ritter
Agreed, fanxu123 would be a strange name for due-to :-) 2013/10/26 Henri Yandell > Their name isn't listed on GitHub. > > > On Sat, Oct 26, 2013 at 1:53 AM, Benedikt Ritter > wrote: > > > Hi Hen, > > > > > > 2013/10/26 > > > > > Author: bayard > > > Date: Sat Oct 26 02:14:35 2013 > > > New Rev

Re: [RESULT] [VOTE] Release configuration-1.10 based on RC2

2013-10-27 Thread Phil Steitz
On 10/27/13 9:03 PM, Henning Schmiedehausen wrote: > Vote is now closed, the vote passes with three binding +1 votes from > Oliver Heger, Thomas Vandahl and Henning Schmiedehausen. > > I will send out the announcement shortly. > > Thanks for helping out here, > Henning Hey sorry I did not get

commons-lang pull request: Fix a Octal bug.

2013-10-27 Thread fanxu123
Github user fanxu123 closed the pull request at: https://github.com/apache/commons-lang/pull/5 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[ANNOUNCE] Apache Commons Configuration 1.10 released

2013-10-27 Thread Henning Schmiedehausen
The Apache Commons team is pleased to announce the availability of Commons Configuration 1.10. The Commons Configuration software library provides a generic configuration interface which enables an application to read configuration data from a variety of sources, e.g. properties files, XML documen

[RESULT] [VOTE] Release configuration-1.10 based on RC2

2013-10-27 Thread Henning Schmiedehausen
Vote is now closed, the vote passes with three binding +1 votes from Oliver Heger, Thomas Vandahl and Henning Schmiedehausen. I will send out the announcement shortly. Thanks for helping out here, Henning On Sun, Oct 27, 2013 at 6:20 AM, Thomas Vandahl wrote: > On 24.10.13 10:52, Henning S

Re: [math] MathIllegalArgumentException

2013-10-27 Thread Gilles
> > [...] I am OK adding more types. I think the two I suggested above, SubsetSizeException and InsufficientDataException would be useful (along with precise messages and context data) in quite a few places to replace the less meaningful low-level ones. Are you both OK with me adding these and

Re: [imaging] Closing stream

2013-10-27 Thread Gary Gregory
On Sun, Oct 27, 2013 at 1:51 AM, Damjan Jovanovic wrote: > an > > On Fri, Oct 25, 2013 at 5:24 PM, Jörg Schaible > wrote: > > Hi Damjan, > > > > Damjan Jovanovic wrote: > > > >> On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible > >> wrote: > >>> Hi Damjan, > >>> > >>> Damjan Jovanovic wrote: > >>

Re: [MATH] Repurposing a deprecated constructor in EigenDecomposition

2013-10-27 Thread Phil Steitz
On 10/23/13 8:03 PM, Ted Dunning wrote: > On Wed, Oct 23, 2013 at 8:33 PM, Sean Owen wrote: > >> it feels a little funny just >> because then we should have similar logic for other decompositions. I >> think I remember the LU one stops early, always. >> > The stopping early is definitely an option

[compress] Build Problems with JDK8

2013-10-27 Thread Stefan Bodewig
Hi, I'm currently using JDK 1.8 build 113 on some projects as we had reports of incompatibilities on the Gump list. It may be worth doing that for other components as well. Anyway, two tests fail, both for the same reason: org.tukaani.xz.XZIOException: Stream finished or closed at org.tukaa

Re: [math] MathIllegalArgumentException

2013-10-27 Thread Phil Steitz
On 10/27/13 7:29 AM, Gilles wrote: > On Sun, 27 Oct 2013 10:35:45 +0100, Luc Maisonobe wrote: >> Le 21/10/2013 22:58, Ted Dunning a écrit : >>> +1 >>> >>> The overwhelming standard practice is to use a plausible >>> exception type >>> (such as some form of IllegalArgumentException) with a message.

Re: [math] Updating documentation to use MathJax

2013-10-27 Thread Phil Steitz
On 10/26/13 5:48 PM, Gilles wrote: > Hello. > > On Sat, 26 Oct 2013 20:02:14 -0400, Matt Adereth wrote: >> I recently wrote JavaDocs for a class I was adding to Commons >> Math and I >> tried to adhere to this requirement: >> >>> External references or full statements of definitions for all >> math

Re: [SITE] Updating to fluido

2013-10-27 Thread Thomas Neidhart
On 09/14/2013 08:56 PM, Matt Benson wrote: > Agreed, this stuff is looking good to me. I wonder if we should update the > commons logo itself, perhaps using the "commons" from the various component > logos. the existing (old) commons logo does not go well with the new fluido skin imho, at least th

Re: svn commit: r1536073 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/analysis/differentiation/SparseGradient.java test/java/org/apache/commons/math3/ana

2013-10-27 Thread Sean Owen
On Sun, Oct 27, 2013 at 10:41 AM, Luc Maisonobe wrote: >>> +return 743 + 809 * + 233 * MathUtils.hash(value) + 167 * >> ^^ >> Typo? > > Yes. I don't even understand why this code does not raise a compilation > error ... > > Thanks for spotting this. Everythin

Re: svn commit: r1536073 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/analysis/differentiation/SparseGradient.java test/java/org/apache/commons/math3/ana

2013-10-27 Thread Luc Maisonobe
Le 27/10/2013 14:34, Gilles a écrit : > On Sun, 27 Oct 2013 09:52:44 -, l...@apache.org wrote: >> Author: luc >> Date: Sun Oct 27 09:52:44 2013 >> New Revision: 1536073 >> >> URL: http://svn.apache.org/r1536073 >> Log: >> Added SparseGradient to deal efficiently with numerous variables. >> >> [

Re: [math] MathIllegalArgumentException

2013-10-27 Thread Gilles
On Sun, 27 Oct 2013 10:35:45 +0100, Luc Maisonobe wrote: Le 21/10/2013 22:58, Ted Dunning a écrit : +1 The overwhelming standard practice is to use a plausible exception type (such as some form of IllegalArgumentException) with a message. On Mon, Oct 21, 2013 at 5:24 PM, Phil Steitz wro

Re: svn commit: r1536073 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/analysis/differentiation/SparseGradient.java test/java/org/apache/commons/math3/ana

2013-10-27 Thread Gilles
On Sun, 27 Oct 2013 09:52:44 -, l...@apache.org wrote: Author: luc Date: Sun Oct 27 09:52:44 2013 New Revision: 1536073 URL: http://svn.apache.org/r1536073 Log: Added SparseGradient to deal efficiently with numerous variables. [...] + +/** + * Multiply in place. + * + * Thi

Re: [VOTE] Release configuration-1.10 based on RC2

2013-10-27 Thread Thomas Vandahl
On 24.10.13 10:52, Henning Schmiedehausen wrote: > [X] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... Signatures are fine. Build an test with Java 1.6.0_65 on Mac OS X 10.6 works fine. Henning, it's good to see you ag

Re: [SITE] Updating to fluido

2013-10-27 Thread Thomas Neidhart
On 10/27/2013 08:45 AM, Benedikt Ritter wrote: > Hi Bruno, > > I dug into this a while ago but then didn't found the time to push this > further. Here is what I've learned > > - Switching the main site is not a bit deal. Just add the skin to the > site.xml and your good to go. > - Switching compo

Re: [math] MathIllegalArgumentException

2013-10-27 Thread Luc Maisonobe
Le 21/10/2013 22:58, Ted Dunning a écrit : > +1 > > The overwhelming standard practice is to use a plausible exception type > (such as some form of IllegalArgumentException) with a message. > > > > > On Mon, Oct 21, 2013 at 5:24 PM, Phil Steitz wrote: > >> I hate to open this can of worms ag

Re: [SITE] Updating to fluido

2013-10-27 Thread Benedikt Ritter
Hi Bruno, I dug into this a while ago but then didn't found the time to push this further. Here is what I've learned - Switching the main site is not a bit deal. Just add the skin to the site.xml and your good to go. - Switching component web sites to fluido causes two problems: 1. The Apache Lo

Re: [imaging] Closing stream

2013-10-27 Thread sebb
On 27 October 2013 05:51, Damjan Jovanovic wrote: > an > > On Fri, Oct 25, 2013 at 5:24 PM, Jörg Schaible wrote: >> Hi Damjan, >> >> Damjan Jovanovic wrote: >> >>> On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible >>> wrote: Hi Damjan, Damjan Jovanovic wrote: [snip]