Re: [dbutils] Async Version

2011-09-16 Thread Henri Yandell
Are you ready for another RC Simone? I can build one tomorrow night if you are. Otherwise it will be next Friday. Hen On Fri, Sep 16, 2011 at 12:52 PM, Simone Tripodi wrote: > Hi Henri, > count on me as well to get DBUtils released! > Simo > > http://people.apache.org/~simonetripodi/ > http://w

[dbutils] Website items

2011-09-16 Thread Henri Yandell
On Thu, Sep 15, 2011 at 8:18 AM, Henri Yandell wrote: >>> Website: >>> >>>  http://people.apache.org/~bayard/commons-dbutils-1.4-rc1/site/ >> >> No TM on logo. >> DbUtils should be used as adjective in first mention on front page. I'm going to leave both of these for someone else to fix as I've

Re: [VOTE][sanbox] Graduate [functor] as proper component

2011-09-16 Thread Ralph Goers
+1 Ralph On Sep 16, 2011, at 1:36 AM, Simone Tripodi wrote: > Hi all guys, > I've been investing part of my spare time to polish the [functor][1] > component that Matt Benson is brilliantly maintaining and AFAIK it is > in a good state to work on to be released soon. > It is also used in [proxy]

Re: svn commit: r1171846 - /commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/QueryRunnerTest.java

2011-09-16 Thread sebb
On 17 September 2011 00:02, wrote: > Author: simonetripodi > Date: Fri Sep 16 23:02:58 2011 > New Revision: 1171846 > > URL: http://svn.apache.org/viewvc?rev=1171846&view=rev > Log: > muted 'variable res is never read' warnings If they are really not used, why not remove them? > Modified: >    

Re: [VOTE][sanbox] Graduate [functor] as proper component

2011-09-16 Thread James Carman
+1 to move it to proper. On Sep 16, 2011 4:37 AM, "Simone Tripodi" wrote: > Hi all guys, > I've been investing part of my spare time to polish the [functor][1] > component that Matt Benson is brilliantly maintaining and AFAIK it is > in a good state to work on to be released soon. > It is also use

[continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-09-16 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12198&projectId=69 Build statistics: State: Failed Previous State: Failed Started at: Fri 16 Sep 2011 22:24:40 + Finished at: Fri 16 Sep 2011 22:25:04 + Total time: 24s Build Trigger: Schedule Bui

Re: [VOTE][sanbox] Graduate [functor] as proper component

2011-09-16 Thread Phil Steitz
+1 Phil On 9/16/11 1:36 AM, Simone Tripodi wrote: > Hi all guys, > I've been investing part of my spare time to polish the [functor][1] > component that Matt Benson is brilliantly maintaining and AFAIK it is > in a good state to work on to be released soon. > It is also used in [proxy] in the 2.0

Re: [chain][v2] clever context - follow-up

2011-09-16 Thread Simone Tripodi
Hi Paul! yes it can be done, of course :) I'm not convinced anyway by the heavy notation that, modifying the Context, would impact the Command and Filter classes. I think it is because just a matter of taste :P Feedbacks/suggestions/patches are welcome, if you want to provide a solution feel free t

Re: [chain][v2] clever context - follow-up

2011-09-16 Thread Paul Benedict
The basic context should be Context and then use interface composition to define other things like: public interface PropertyContext extends Context, Map It can be done... I think :-) Paul On Fri, Sep 16, 2011 at 3:40 PM, Simone Tripodi wrote: > Hi Elijah, > I spent some spare time trying to f

Re: [chain][v2] clever context - follow-up

2011-09-16 Thread Simone Tripodi
Hi Elijah, I spent some spare time trying to figure out how to improve the Context design, I didn't have a lot of success anyway :( * dropping the Map inheritance makes not easy maintaining the classes in the 'generic' package; * adding generics in the Context to specify K,V types, makes all the

Re: [dbutils] Async Version

2011-09-16 Thread Simone Tripodi
Hi Henri, count on me as well to get DBUtils released! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Sep 16, 2011 at 9:16 PM, Bill Speirs wrote: > Great! Let me know if there is anything I can do to help... > > Bill- > > On Wed, Sep 14, 2011 at 10:37 PM, Henri Ya

Re: [VOTE][sanbox] Graduate [functor] as proper component

2011-09-16 Thread Oliver Heger
+1 for moving [functor] to Commons proper. Oliver Am 16.09.2011 10:36, schrieb Simone Tripodi: Hi all guys, I've been investing part of my spare time to polish the [functor][1] component that Matt Benson is brilliantly maintaining and AFAIK it is in a good state to work on to be released soon.

Re: [dbutils] Async Version

2011-09-16 Thread Bill Speirs
Great! Let me know if there is anything I can do to help... Bill- On Wed, Sep 14, 2011 at 10:37 PM, Henri Yandell wrote: > I've pushed all the open issues to 1.5, none of them looked like blockers. > > So ready to think about a release. I'll go ahead and look at building > a release candidate.

[VOTE] Release Commons Parent 22 based on RC1 (lazy consensus)

2011-09-16 Thread sebb
This is a VOTE to release commons-parent 22 based on RC1. As agreed previously, commons parent release votes operate on lazy consensus, i.e. the vote is assumed to have passed if 72 hours have elapsed without an objection. Release notes (including changes): https://svn.apache.org/repos/asf/commo

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

2011-09-16 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

[VOTE][sanbox] Graduate [functor] as proper component

2011-09-16 Thread Simone Tripodi
Hi all guys, I've been investing part of my spare time to polish the [functor][1] component that Matt Benson is brilliantly maintaining and AFAIK it is in a good state to work on to be released soon. It is also used in [proxy] in the 2.0 branch, so it could be a lock for [proxy] to jump to a new ve

[math] Conjugate gradient

2011-09-16 Thread Sébastien Brisard
Good morning, I've attached to JIRA MATH-581 a new implementation of the CG method. This comes as an illustration of the o.a.c.m.util.IterationManager (as well as, of course, a part of o.a.c.m.linear in its own right). I hope you're happy with the design. As a result of previous discussions, there