[io] FileAlterationMonitor.stop enhancement

2011-01-21 Thread Dan Checkoway
Hello, I created this ticket (with patch) a few days ago but haven't received a response yet: https://issues.apache.org/jira/browse/IO-259 Just curious if anybody is actively working on commons-io these days? Thanks, Dan

[GUMP@vmgump]: Project commons-collections4 (in module apache-commons) failed

2011-01-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-collections4 has an issue affecting its community integration. Thi

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Julius Davies
Err I meant CODEC-89 and CODEC-101. Those were the embarrassing bugs from my point of view! On Fri, Jan 21, 2011 at 10:00 AM, Julius Davies wrote: > +1 because "4" is an unlucky number and codec-1.4 has two unlucky bugs > (CODEC-96 and CODEC-101) that 1.5 won't have > > On Fri, Jan 21, 201

[codec] brief note about CODEC-105

2011-01-21 Thread Julius Davies
Hi, I just want apologize for the "little optimization" that caused this bug. The patch I've attached to the ticket removes the "little optimization" that goes back to my original CODEC-69 implementation (streaming Base64). I'm going to leave the patches on CODEC-105 for public review for at lea

Re: [Math] BigDecimal to power

2011-01-21 Thread Bill Rossi
You can compare results to those produced by the org.apache.commons.math.dfp package. On Fri, 21 Jan 2011, sebb wrote: On 21 January 2011 13:19, Gilles Sadowski wrote: Hello. When proposing code, I think that you might get better attention by posting to the "dev" ML. I changed the licen

Re: [Math] "ConvergingAlgorithm" and "ConvergingAlgorithmImpl"

2011-01-21 Thread Phil Steitz
On Fri, Jan 21, 2011 at 3:13 PM, Luc Maisonobe wrote: > Le 21/01/2011 16:52, Gilles Sadowski a écrit : >> Hi. >> >> In trunk, the only remaining uses of >>   "ConvergingAlgorithm" and >>   "ConvergingAlgorithmImpl" >> are in >>   "UnivariateRealIntegrator" and >>   "UnivariateRealIntegratorImpl" >

Re: svn commit: r1062008 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/FastMath.java

2011-01-21 Thread sebb
On 21 January 2011 20:31, Luc Maisonobe wrote: > Le 21/01/2011 21:24, s...@apache.org a écrit : >> Author: sebb >> Date: Fri Jan 21 20:24:53 2011 >> New Revision: 1062008 >> >> URL: http://svn.apache.org/viewvc?rev=1062008&view=rev >> Log: >> Correct list of unique methods >> >> Modified: >>    

Re: svn commit: r1062008 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/FastMath.java

2011-01-21 Thread Luc Maisonobe
Le 21/01/2011 21:24, s...@apache.org a écrit : > Author: sebb > Date: Fri Jan 21 20:24:53 2011 > New Revision: 1062008 > > URL: http://svn.apache.org/viewvc?rev=1062008&view=rev > Log: > Correct list of unique methods > > Modified: > > commons/proper/math/branches/MATH_2_X/src/main/java/org/

Re: [Math] "ConvergingAlgorithm" and "ConvergingAlgorithmImpl"

2011-01-21 Thread Luc Maisonobe
Le 21/01/2011 16:52, Gilles Sadowski a écrit : > Hi. > > In trunk, the only remaining uses of > "ConvergingAlgorithm" and > "ConvergingAlgorithmImpl" > are in > "UnivariateRealIntegrator" and > "UnivariateRealIntegratorImpl" > which themselves are only used in the classes from package > "a

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Julius Davies
+1 because "4" is an unlucky number and codec-1.4 has two unlucky bugs (CODEC-96 and CODEC-101) that 1.5 won't have On Fri, Jan 21, 2011 at 9:52 AM, Emmanuel Bourg wrote: > Le 21/01/2011 15:37, Gary Gregory a écrit : > >> Because of the addition of the ColognePhonetic class, I propose that th

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Emmanuel Bourg
Le 21/01/2011 15:37, Gary Gregory a écrit : Because of the addition of the ColognePhonetic class, I propose that the next release be called 1.5 and not 1.4.1. Thoughts? That makes sense, it's a feature update. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: [configuration] Feature request key name variable interpolation

2011-01-21 Thread Emmanuel Bourg
Hi Mike, Did you consider using a sub configuration? You could do something like this: String current = conf.getString("currentServer"); Configuration server = conf.subset("server." + current); server.getString("host"); server.getInt("port"); Emmanuel Bourg smime.p7s Des

[Math] "ConvergingAlgorithm" and "ConvergingAlgorithmImpl"

2011-01-21 Thread Gilles Sadowski
Hi. In trunk, the only remaining uses of "ConvergingAlgorithm" and "ConvergingAlgorithmImpl" are in "UnivariateRealIntegrator" and "UnivariateRealIntegratorImpl" which themselves are only used in the classes from package "analysis.integration". In MATH_2_X, "ConvergingAlgorithm" is marked

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Simone Tripodi
+1 also for me, since it just adds new features, I agree with you. Have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Jan 21, 2011 at 3:42 PM, sebb wrote: > On 21 January 2011 14:37, Gary Gregory wrote: >> Hi All: >> >> Because of the addition of the

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread sebb
On 21 January 2011 14:37, Gary Gregory wrote: > Hi All: > > Because of the addition of the ColognePhonetic class, I propose that the next > release be called 1.5 and not 1.4.1. > > Thoughts? +1, it's not just a bugfix release. > Gary Gregory > Senior Software Engineer > Rocket Software > 3340 P

[codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Gary Gregory
Hi All: Because of the addition of the ColognePhonetic class, I propose that the next release be called 1.5 and not 1.4.1. Thoughts? Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 * Atlanta, GA 30326 * USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware

Re: svn commit: r1061602 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-01-21 Thread sebb
On 21 January 2011 08:25, Luc Maisonobe wrote: > Le 21/01/2011 03:45, s...@apache.org a écrit : >> Author: sebb >> Date: Fri Jan 21 02:45:52 2011 >> New Revision: 1061602 >> >> URL: http://svn.apache.org/viewvc?rev=1061602&view=rev >> Log: >> Fix up double nextAfter special cases; add float test >

Re: [Math] BigDecimal to power

2011-01-21 Thread sebb
On 21 January 2011 13:19, Gilles Sadowski wrote: > Hello. > > When proposing code, I think that you might get better attention by posting > to the "dev" ML. > >> I changed the license for my code and wrote some junit tests while >> refactoring. >> >> I think there are many improvements since I or

Re: [Math] BigDecimal to power

2011-01-21 Thread Gilles Sadowski
Hello. When proposing code, I think that you might get better attention by posting to the "dev" ML. > I changed the license for my code and wrote some junit tests while > refactoring. > > I think there are many improvements since I originally emailed. I have not > had any off list expressions

[Math] Exception handling (again)

2011-01-21 Thread Gilles Sadowski
Hello. This thread is aimed to continue the discussion that started concerning issue MATH-487 but went to a more general one concerning what should be expected from the exceptions generated by Commons Math. Please share (here, on the ML) your opinions about the contrasting viewpoints that were pr

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-01-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-jelly-tags-quartz (in module commons-jelly) failed

2011-01-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-quartz has an issue affecting its community integratio

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2011-01-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [site][commons-parent] Build with Maven 2 and 3.

2011-01-21 Thread Ralph Goers
In VFS I already had to update the site plugin to 2.1.1 as 2.0.1 doesn't work properly for multiproject builds . I haven't tested 2.2 I'd think it would be OK. Again, I had already updated project-info-reports to 2.2 although I don't remember why. I have also updated the checkstyle plugin to 2.

Re: svn commit: r1061602 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-01-21 Thread Luc Maisonobe
Le 21/01/2011 03:45, s...@apache.org a écrit : > Author: sebb > Date: Fri Jan 21 02:45:52 2011 > New Revision: 1061602 > > URL: http://svn.apache.org/viewvc?rev=1061602&view=rev > Log: > Fix up double nextAfter special cases; add float test Ooops. I forgot these ones, sorry. Thanks for fixing tha

Re: [site][commons-parent] Build with Maven 2 and 3.

2011-01-21 Thread Jörg Schaible
Hi Sebastian, sebb wrote: > On 20 January 2011 20:13, Dennis Lundberg wrote: >> On 2011-01-20 21:05, Gary Gregory wrote: -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: Thursday, January 20, 2011 14:59 To: Commons Developers List Subjec

[Commons Wiki] Trivial Update of "DBCP/Hibernate" by Guenther Demetz

2011-01-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "DBCP/Hibernate" page has been changed by Guenther Demetz. The comment on this change is: bugfix in code: substituted "String key = (String) iter.next();" with "String key = (Strin