Fwd: [ANN] Apache Maven GPG Plugin 1.5 Released

2014-02-25 Thread Gary Gregory
Maybe this will alleviate some of our password hangs... Gary -- Forwarded message -- From: Stephen Connolly Date: Tue, Feb 25, 2014 at 4:59 PM Subject: [ANN] Apache Maven GPG Plugin 1.5 Released To: annou...@maven.apache.org, Maven Users List Cc: Maven Developers List The Apa

Re: [DBCP] Time to release 2.0

2014-02-25 Thread sebb
Done However I'm still seeing JMX test warnings; I'll start a new thread On 25 February 2014 18:02, Gary Gregory wrote: > @Sebb: Can you please go ahead with these clean ups? > Thank you, > Gary > > On Tue, Feb 25, 2014 at 12:55 PM, sebb wrote: > >> Perhaps update to CP33 ? >> > >> Also org.apa

Re: svn commit: r899183 - in /websites/production/commons/content/proper/commons-pool: api-1.5.7/options api-1.5.7/package-list api-1.5.7/packages api-1.6/package-list api-2.0/package-list api-2.1/pac

2014-02-25 Thread Mark Thomas
On 25/02/2014 19:25, Phil Steitz wrote: > Sorry about whatever mess I made that led to this. After 2.2, > publishing the site led to all of the old javadocs being deleted (my > mistake not understanding the instructions), so I recreated them > from tags and tried to publish them. Things looked OK

Re: svn commit: r1571774 - /commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java

2014-02-25 Thread Phil Steitz
On 2/25/14, 10:13 AM, Phil Steitz wrote: > Are we sure we want to do this in DBCP? If GOP ever changes > defaults, DBCP will not pick this up. Scratch that. I see now the fields are final. Sorry for the noise. Phil > > Phil > > On 2/25/14, 9:57 AM, ggreg...@apache.org wrote: >> Author: ggregor

Re: svn commit: r899183 - in /websites/production/commons/content/proper/commons-pool: api-1.5.7/options api-1.5.7/package-list api-1.5.7/packages api-1.6/package-list api-2.0/package-list api-2.1/pac

2014-02-25 Thread Phil Steitz
Sorry about whatever mess I made that led to this. After 2.2, publishing the site led to all of the old javadocs being deleted (my mistake not understanding the instructions), so I recreated them from tags and tried to publish them. Things looked OK when I tested but I must have missed these prob

Re: svn commit: r899177 - in /websites/production/commons/content/proper/commons-pool: ./ api-1.5.7/ api-1.6/ api-2.0/ api-2.1/ api-2.2/ api-2.2/org/ api-2.2/org/apache/ api-2.2/org/apache/commons/ ap

2014-02-25 Thread Mark Thomas
On 25/02/2014 18:04, ma...@apache.org wrote: > Author: markt > Date: Tue Feb 25 18:04:35 2014 > New Revision: 899177 > > Log: > Update for Pool 2.2 release > > > [This commit notification would consist of 175 parts, > which exceeds the limit of 50 ones, so it was shortened to the summary.] Hmm

Re: svn commit: r1571774 - /commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java

2014-02-25 Thread Phil Steitz
Are we sure we want to do this in DBCP? If GOP ever changes defaults, DBCP will not pick this up. Phil On 2/25/14, 9:57 AM, ggreg...@apache.org wrote: > Author: ggregory > Date: Tue Feb 25 17:57:47 2014 > New Revision: 1571774 > > URL: http://svn.apache.org/r1571774 > Log: > Access constant dire

Re: [DBCP] Time to release 2.0

2014-02-25 Thread Gary Gregory
@Sebb: Can you please go ahead with these clean ups? Thank you, Gary On Tue, Feb 25, 2014 at 12:55 PM, sebb wrote: > Perhaps update to CP33 ? > > Also org.apache.geronimo.modules:geronimo-transaction ... 1.2-beta -> > 2.2.1 ? > > The following plugin updates are available: > maven-checkstyle-

Re: [DBCP] Time to release 2.0

2014-02-25 Thread sebb
Just tried "mvn site -Pcobertura -Pjacoco" with CP33 and dropping the cobertura entries from the DBCP pom. Both coverage tools seemed to work OK, however there was a test failure: testRepeatedBorrowAndReturn(org.apache.commons.dbcp2.TestPoolingDriver) Time elapsed: 0.047 sec <<< ERROR! java.lan

Re: [DBCP] Time to release 2.0

2014-02-25 Thread sebb
Perhaps update to CP33 ? Also org.apache.geronimo.modules:geronimo-transaction ... 1.2-beta -> 2.2.1 ? The following plugin updates are available: maven-checkstyle-plugin ... 2.9.1 -> 2.11 maven-pmd-plugin . 2.7.1 -> 3.0.1 org.

Re: [DBCP] Time to release 2.0

2014-02-25 Thread Gary Gregory
All of the @author tags need to be removed to follow ASF guidelines. And no, you do not need 'permission' from the @author to do this ;) Gary On Tue, Feb 25, 2014 at 7:36 AM, Mark Thomas wrote: > I have, finally, worked my way though the Jira backlog for DBCP. The > remaining issues are all li

Re: [dbcp] test failures

2014-02-25 Thread Gary Gregory
Updating the Cobertura plugin fixed this. Gary On Tue, Feb 25, 2014 at 12:13 PM, Gary Gregory wrote: > Running 'mvn clean site' with Maven 3.0.5 or 3.2.1 I get a lot of errors > like: > > Running org.apache.commons.dbcp2.TestUtils > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed

[dbcp] test failures

2014-02-25 Thread Gary Gregory
Running 'mvn clean site' with Maven 3.0.5 or 3.2.1 I get a lot of errors like: Running org.apache.commons.dbcp2.TestUtils Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! - in org.apache.commons.dbcp2.TestUtils testClassLoads(org.apache.commons.dbcp2.TestUtils

Re: [math] refactoring least squares

2014-02-25 Thread Ted Dunning
On Tue, Feb 25, 2014 at 8:39 AM, luc wrote: > Also, I think testing should be done on an actual large problem where >>> scaling issuing would show up. The 1000x2 jaccobian would results in a >>> 2x2 >>> normal equation. Surely this is not a good test case. >>> >>> Konstantin >>> >>> >> As you poi

Re: [math] refactoring least squares

2014-02-25 Thread luc
Hi Ted, Le 2014-02-25 15:42, Ted Dunning a écrit : On Tue, Feb 25, 2014 at 6:22 AM, Konstantin Berlin wrote: Hi, I am really having problems believing that matrix copying is the major problem in an optimization algorithm. Copying is O(N^2) operations. Surely, for any problem where performan

Re: [math] refactoring least squares

2014-02-25 Thread Ted Dunning
On Tue, Feb 25, 2014 at 6:22 AM, Konstantin Berlin wrote: > Hi, > > I am really having problems believing that matrix copying is the major > problem in an optimization algorithm. Copying is O(N^2) operations. Surely, > for any problem where performance would matter, it is completely dwarfed by > t

Re: [math] refactoring least squares

2014-02-25 Thread Konstantin Berlin
Hi, I am really having problems believing that matrix copying is the major problem in an optimization algorithm. Copying is O(N^2) operations. Surely, for any problem where performance would matter, it is completely dwarfed by the O(N^3) complexity of actually solving the normal equation. Also, I

Re: [math] refactoring least squares

2014-02-25 Thread Evan Ward
On 02/24/2014 05:47 PM, Gilles wrote: > On Mon, 24 Feb 2014 14:41:34 -0500, Evan Ward wrote: >> On 02/24/2014 01:23 PM, Gilles wrote: >>> On Mon, 24 Feb 2014 11:49:26 -0500, Evan Ward wrote: One way to improve performance would be to provide pre-allocated space for the Jacobian and reuse

[DBCP] Time to release 2.0

2014-02-25 Thread Mark Thomas
I have, finally, worked my way though the Jira backlog for DBCP. The remaining issues are all likely to be resolved as WONTFIX. I will, therefore, be starting to work my way through the release process later today. I'm not sure when I'll get to the point of creating the tag and RC. I hope it will