Re: [VOTE] Move Commons Attributes to dormant

2014-02-20 Thread Stefan Bodewig
On 2014-02-20, Benedikt Ritter wrote: > I'd like to call a vote for moving Commons Attributes to dormant. > Reasons: > - years have passed since the last real activity in attributes [1]. > - the last release is from 2006. > - the code is pre Java 5. +1 Stefan ---

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

2014-02-20 Thread Matt Benson
On Feb 20, 2014 10:11 PM, "Gary Gregory" wrote: > > I would also like to see reports for FindBugs and PMD. Will do. > Also: use > commons-parent 33 to pick up the new skin. > Has been deployed and will of course be part of the next RC site. Matt > Gary > > > On Thu, Feb 20, 2014 at 12:33 PM, M

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

2014-02-20 Thread Matt Benson
On Feb 20, 2014 10:09 PM, "Gary Gregory" wrote: > > On Thu, Feb 20, 2014 at 12:33 PM, Mark Struberg wrote: > > > +1 > > > > >The poms don't include any groupId definitions. > > > > Not needed and sometimes even a source of problems. If you do not need to > > write something than adding it only ra

Re: [CLI] Docs for 1.3-SNAPSHOT confuse users

2014-02-20 Thread Gary Gregory
On Mon, Feb 17, 2014 at 1:01 PM, Benedikt Ritter wrote: > IMOH we currently have three approaches: > > 1. don't care about this and just publish the SNAPSHOT web site > 2. create a branch from the release tag (proposal by sebb, this is the way > meter does it) > 3. archive site of past releases >

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

2014-02-20 Thread Gary Gregory
I would also like to see reports for FindBugs and PMD. Also: use commons-parent 33 to pick up the new skin. Gary On Thu, Feb 20, 2014 at 12:33 PM, Mark Struberg wrote: > +1 > > >The poms don't include any groupId definitions. > > Not needed and sometimes even a source of problems. If you do no

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

2014-02-20 Thread Gary Gregory
On Thu, Feb 20, 2014 at 12:33 PM, Mark Struberg wrote: > +1 > > >The poms don't include any groupId definitions. > > Not needed and sometimes even a source of problems. If you do not need to > write something than adding it only raises the chance it gets wrong. > > > > > - The jar artifacts conta

Re: Commons site publishing

2014-02-20 Thread Gary Gregory
Go for it! Gary On Thu, Feb 20, 2014 at 11:40 AM, Matt Benson wrote: > Hi all, > I have been looking into using Maven server settings for handling SVN > credentials when checking in Commons sites. This is supported by the recent > 1.0 release of the maven-scm-publish-plugin. I would like to

RE: [lang] ObjectUtils.toString(Object) should not be deprecated

2014-02-20 Thread Gary Gregory
I think you have a point.  Gary Original message From: Christoph Schneegans Date:02/20/2014 20:45 (GMT-05:00) To: dev@commons.apache.org Subject: [lang] ObjectUtils.toString(Object) should not be deprecated Hello there! I have been using the Commons Lang library for abo

[lang] ObjectUtils.toString(Object) should not be deprecated

2014-02-20 Thread Christoph Schneegans
Hello there! I have been using the Commons Lang library for about two years, but this is my first post to the mailing list. Starting with release 3.2, ObjectUtils.toString(Object) was deprecated in favour of java.util.Objects.toString(Object), see

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-20 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27639&projectId=131 Build statistics: State: Failed Previous State: Failed Started at: Fri 21 Feb 2014 01:20:12 + Finished at: Fri 21 Feb 2014 01:20:17 + Total time: 4s Build Trigger: Schedule Bui

Re: Commons site publishing

2014-02-20 Thread Bruno P. Kinoshita
Hi Matt, all! Here's what I did to test it: - in commons-parent   - `svn update`   - `mvn clean install` - in [email]   - updated parent to 34-SNAPSHOT in pom.xml   - encrypted my username:password in my Maven settings.xml for server apache.website (already in [email]'s pom.xml)   - `mvn clean s

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Sandbox Parent - Group (shared) Maven 3 Build Definition (Java 1.6)

2014-02-20 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27637&projectId=132 Build statistics: State: Failed Previous State: Failed Started at: Thu 20 Feb 2014 20:20:19 + Finished at: Thu 20 Feb 2014 20:20:28 + Total time: 8s Build Trigger: Schedule Bui

[continuum] BUILD FAILURE: Apache Commons Sandbox Parent - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-02-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28174&projectId=132 Build statistics: State: Failed Previous State: Failed Started at: Thu 20 Feb 2014 20:20:41 + Finished at: Thu 20 Feb 2014 20:20:52 + Total time: 10s Build Trigger: Schedul

[continuum] BUILD ERROR: Apache Commons - Apache Commons Net -

2014-02-20 Thread Continuum@vmbuild
Maven 2 Build Definition (Java 1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 107 X-Continuum-Project-Name: Apache Commons Net Online report : http://vmbuild.apache.org/continuum/b

[continuum] BUILD ERROR: Apache Commons Net - Apache Commons (Maven 3 Build Definition (Java 1.5))

2014-02-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28173&projectId=107 Build statistics: State: Error Previous State: Failed Started at: Thu 20 Feb 2014 20:20:34 + Finished at: Thu 20 Feb 2014 20:20:34 + Total time: 0s Build Trigger: Schedule

Re: [continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-20 Thread sebb
The failed build was triggered by brett, Perhaps he is investigating this? https://jira.codehaus.org/browse/CONTINUUM-2719 On 20 February 2014 19:43, Matt Benson wrote: > Hmm, the link provided is for a build back in January. Build [1] seems to > be mine, and is okay. What's going on here? > >

Re: [continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-20 Thread Matt Benson
Hmm, the link provided is for a build back in January. Build [1] seems to be mine, and is okay. What's going on here? Matt [1] https://continuum-ci.apache.org/continuum/buildResult.action?projectId=131&projectName=&buildId=28171&projectGroupId=0 On Thu, Feb 20, 2014 at 1:20 PM, Continuum@vmbuild

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Parent - CP cannot use -Prelease

2014-02-20 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27634&projectId=131 Build statistics: State: Failed Previous State: Ok Started at: Thu 20 Feb 2014 19:20:16 + Finished at: Thu 20 Feb 2014 19:20:21 + Total time: 5s Build Trigger: Schedule Build N

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Net -

2014-02-20 Thread Continuum@vmbuild
Maven 2 Build Definition (Java 1.5) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 107 X-Continuum-Project-Name: Apache Commons Net Online report : http://vmbuild.apache.org/continuum/b

[continuum] BUILD FAILURE: Apache Commons Net - Apache Commons (Maven 3 Build Definition (Java 1.5))

2014-02-20 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28170&projectId=107 Build statistics: State: Failed Previous State: Error Started at: Thu 20 Feb 2014 19:20:35 + Finished at: Thu 20 Feb 2014 19:20:37 + Total time: 2s Build Trigger: Schedule

Re: [VOTE] Move Commons Attributes to dormant

2014-02-20 Thread Emmanuel Bourg
+1 Emmanuel Bourg Le 20/02/2014 19:48, Benedikt Ritter a écrit : > Hi all, > > I'd like to call a vote for moving Commons Attributes to dormant. > > Reasons: > - years have passed since the last real activity in attributes [1]. > - the last release is from 2006. > - the code is pre Java 5.

Re: [VOTE] Move Commons Attributes to dormant

2014-02-20 Thread Matt Benson
On Thu, Feb 20, 2014 at 12:48 PM, Benedikt Ritter wrote: > Hi all, > > I'd like to call a vote for moving Commons Attributes to dormant. > > Reasons: > - years have passed since the last real activity in attributes [1]. > - the last release is from 2006. > - the code is pre Java 5. > > So pleas

Re: Commons site publishing

2014-02-20 Thread Benedikt Ritter
+1 2014-02-20 17:40 GMT+01:00 Matt Benson : > Hi all, > I have been looking into using Maven server settings for handling SVN > credentials when checking in Commons sites. This is supported by the recent > 1.0 release of the maven-scm-publish-plugin. I would like to upgrade > commons-parent to

[VOTE] Move Commons Attributes to dormant

2014-02-20 Thread Benedikt Ritter
Hi all, I'd like to call a vote for moving Commons Attributes to dormant. Reasons: - years have passed since the last real activity in attributes [1]. - the last release is from 2006. - the code is pre Java 5. So please cast your votes: This vote will close no sooner that 72 hours from now, i

Re: [DISCUSS][ATTRIBUTES] Move commons attributes to dormant?

2014-02-20 Thread Benedikt Ritter
Since nobody raised concerns about this, I'll call a vote. 2014-02-19 18:19 GMT+01:00 Matt Benson : > +1, attributes is only for pre-Java 5 anyway, so it's not reasonable IMO to > suppose there will be any further development. > > Matt > > > On Wed, Feb 19, 2014 at 11:05 AM, Benedikt Ritter >wr

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

2014-02-20 Thread Mark Struberg
+1 >The poms don't include any groupId definitions. Not needed and sometimes even a source of problems. If you do not need to write something than adding it only raises the chance it gets wrong. > - The jar artifacts contain LICENSE and NOTICE without the .txt extension. That's perfectly fine

Commons site publishing

2014-02-20 Thread Matt Benson
Hi all, I have been looking into using Maven server settings for handling SVN credentials when checking in Commons sites. This is supported by the recent 1.0 release of the maven-scm-publish-plugin. I would like to upgrade commons-parent to use this version of the plugin. This version of the plug

Re: [math] refactoring least squares

2014-02-20 Thread Gilles
Hi. [...] I recall that we did not want "...Impl" classes. Is another implementation foreseen? [...] As for the Impl classes, theses are package private implementations of interfaces, so the users won't see the name. For the LeastSquareProblem interface I could see a lazy evaluation imp

Re: [math] refactoring least squares

2014-02-20 Thread Evan Ward
On Thu 20 Feb 2014 08:34:19 AM EST, Gilles wrote: > > Hi. > > On Thu, 20 Feb 2014 10:05:58 +0100, luc wrote: >> >> Hi all, >> >> I am looking more precisely at the least squares package and have a >> few adjustments to propose. >> >> The Evaluation interface declares a computeValue and a >> compu

Re: [math] refactoring least squares

2014-02-20 Thread Gilles
Hi. On Thu, 20 Feb 2014 10:05:58 +0100, luc wrote: Hi all, I am looking more precisely at the least squares package and have a few adjustments to propose. The Evaluation interface declares a computeValue and a computeJacobian method among others. However, it seems the implementations are reall

Re: [math] refactoring least squares

2014-02-20 Thread Thomas Neidhart
On Thu, Feb 20, 2014 at 10:05 AM, luc wrote: > Hi all, > > I am looking more precisely at the least squares package and have a few > adjustments to propose. > > The Evaluation interface declares a computeValue and a computeJacobian > method among others. > However, it seems the implementations ar

[math] refactoring least squares

2014-02-20 Thread luc
Hi all, I am looking more precisely at the least squares package and have a few adjustments to propose. The Evaluation interface declares a computeValue and a computeJacobian method among others. However, it seems the implementations are really simply built with the precomputed values and ju