Re: svn commit: r1506685 - in /commons/proper/pool/trunk/src: main/java/org/apache/commons/pool2/ main/java/org/apache/commons/pool2/impl/ test/java/org/apache/commons/pool2/ test/java/org/apache/comm

2013-07-25 Thread Benedikt Ritter
How about DefaultPooledObject? I like the Default* prefix more than the *Impl postfix. Benedikt 2013/7/24 Mark Thomas ma...@apache.org On 24/07/2013 21:01, ma...@apache.org wrote: Author: markt Date: Wed Jul 24 20:01:34 2013 New Revision: 1506685 URL: http://svn.apache.org/r1506685

Re: [DBCP] DBCP2 and logging

2013-07-25 Thread Benedikt Ritter
2013/7/24 Romain Manni-Bucau rmannibu...@gmail.com Hmm SLF4J as backend? i'd have thought to the opposite but this way is weird. about CL issue it is mainly the fact few containers isolate it correctly from the apps (on this point slf4j is better supported) Is this lack in container

Re: [DBCP] DBCP2 and logging

2013-07-25 Thread Romain Manni-Bucau
for sure since it bothers a bunch of people, doing a superb library which is not usable is useless *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

[Math] RandomDataGenerator.nextInt vs UniformIntegerDistribution.sample

2013-07-25 Thread Gilles
Hi. The classes RandomDataGenerator and UniformIntegerDistribution use different codes for providing random integers in a range. Shouldn't the same code be used in both? Are both equally valid on the whole integer range? Regards, Gilles [1] Or better (IMO) shouldn't RandomDataGenerator be

Re: [math] new feature to allow infinite limits in numerical integration.

2013-07-25 Thread Gilles
On Wed, 24 Jul 2013 07:50:25 -0700, Ajo Fod wrote: It would be nice to know whether the Gauss-Hermite implementation recently added proves useful for that purpose; and if so, whether it could be added as a non-trivial example in the user guide. I'll check it out when I get back to it.

Re: commons-monitoring?

2013-07-25 Thread Benedikt Ritter
2013/7/25 Olivier Lamy ol...@apache.org 2013/7/25 Romain Manni-Bucau rmannibu...@gmail.com: Hi i started to have a deeper look to commons-monitoring here is a first patch (i didn't find monitoring on jira): It's sandbox so no jira. We usually use [SANDBOX] project and create

Re: [math] another add to MathArrays

2013-07-25 Thread Konstantin Berlin
Depending on the size of the array, due to caching, it might be faster to do a single pass and compute min and max at same time. Is there a function that would compute min and max on an comparable collection? On Tue, Jul 23, 2013 at 1:25 PM, Phil Steitz phil.ste...@gmail.com wrote: On 7/23/13

Re: commons-monitoring?

2013-07-25 Thread Olivier Lamy
2013/7/25 Benedikt Ritter brit...@apache.org: 2013/7/25 Olivier Lamy ol...@apache.org 2013/7/25 Romain Manni-Bucau rmannibu...@gmail.com: Hi i started to have a deeper look to commons-monitoring here is a first patch (i didn't find monitoring on jira): It's sandbox so no jira. We

Re: [math] another add to MathArrays

2013-07-25 Thread Gilles
On Thu, 25 Jul 2013 08:50:38 -0400, Konstantin Berlin wrote: Depending on the size of the array, due to caching, it might be faster to do a single pass and compute min and max at same time. A new MinMax statistics might be created in o.a.c.m.stat.descriptive.rank. Then such a field could be

Re: commons-monitoring?

2013-07-25 Thread Benedikt Ritter
2013/7/25 Olivier Lamy ol...@apache.org 2013/7/25 Benedikt Ritter brit...@apache.org: 2013/7/25 Olivier Lamy ol...@apache.org 2013/7/25 Romain Manni-Bucau rmannibu...@gmail.com: Hi i started to have a deeper look to commons-monitoring here is a first patch (i didn't find

Re: commons-monitoring?

2013-07-25 Thread Gary Gregory
Hi all, Can someone please describe the project in more detail on the main page http://commons.apache.org/sandbox/commons-monitoring/ In particular, how does it relates to JMX. Is it an alternative or a complement? How so? Thank you, Gary On Jul 25, 2013, at 8:38, Olivier Lamy ol...@apache.org

Re: svn commit: r1506954 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2: ./ impl/

2013-07-25 Thread sebb
On 25 July 2013 14:10, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 13:10:04 2013 New Revision: 1506954 URL: http://svn.apache.org/r1506954 Log: DBCP-229 Make stack trace of borrowing available to help ID leaks. This change makes some information available about objects in the

Re: svn commit: r1506952 - in /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2: ./ cpdsadapter/ datasources/ managed/

2013-07-25 Thread sebb
On 25 July 2013 14:07, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 13:07:03 2013 New Revision: 1506952 URL: http://svn.apache.org/r1506952 Log: Name change Please could you specify the old and new names? Modified:

Re: svn commit: r1506916 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl: DefaultPooledObject.java GenericKeyedObjectPool.java GenericObjectPool.java PoolImplUtils.java Poo

2013-07-25 Thread sebb
On 25 July 2013 12:56, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 11:56:41 2013 New Revision: 1506916 URL: http://svn.apache.org/r1506916 Log: Change name of implementation class from? to? Yes, this can be derived from the history, but it would be easier to read the log if a

Re: svn commit: r1506916 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl: DefaultPooledObject.java GenericKeyedObjectPool.java GenericObjectPool.java PoolImplUtils.java Poo

2013-07-25 Thread Matt Benson
In this case, since the very fact that there was an interface/implementation dichotomy was a brand new thing, does it really matter? Matt On Thu, Jul 25, 2013 at 9:57 AM, sebb seb...@gmail.com wrote: On 25 July 2013 12:56, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 11:56:41

Re: svn commit: r1506954 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2: ./ impl/

2013-07-25 Thread Mark Thomas
On 25/07/2013 15:53, sebb wrote: On 25 July 2013 14:10, ma...@apache.org wrote: Author: markt Date: Thu Jul 25 13:10:04 2013 New Revision: 1506954 URL: http://svn.apache.org/r1506954 Log: DBCP-229 Make stack trace of borrowing available to help ID leaks. This change makes some

Re: svn commit: r1506916 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl: DefaultPooledObject.java GenericKeyedObjectPool.java GenericObjectPool.java PoolImplUtils.java Poo

2013-07-25 Thread sebb
On 25 July 2013 16:09, Matt Benson gudnabr...@gmail.com wrote: In this case, since the very fact that there was an interface/implementation dichotomy was a brand new thing, does it really matter? If the SVN history is to be useful, it should ideally be readable without needing all the context.

Re: commons-monitoring?

2013-07-25 Thread Romain Manni-Bucau
trying to commit i get: svn: E195023: Changing file '' is forbidden by the server any idea? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

Re: [math] new feature to allow infinite limits in numerical integration.

2013-07-25 Thread Ajo Fod
You mean just move the Infinite.class to the test section? Sure ... go ahead. -Ajo On Thu, Jul 25, 2013 at 5:33 AM, Gilles gil...@harfang.homelinux.orgwrote: On Wed, 24 Jul 2013 07:50:25 -0700, Ajo Fod wrote: It would be nice to know whether the Gauss-Hermite implementation recently

Re: [math] another add to MathArrays

2013-07-25 Thread Ajo Fod
Calling it range is another option sense .. min/max reminds me of optimization. -Ajo On Thu, Jul 25, 2013 at 6:18 AM, Gilles gil...@harfang.homelinux.orgwrote: On Thu, 25 Jul 2013 08:50:38 -0400, Konstantin Berlin wrote: Depending on the size of the array, due to caching, it might be faster

Re: commons-monitoring?

2013-07-25 Thread Benedikt Ritter
Not every ASF committer can commit to commons repos but we have agreed to grant everybody committer write access to the sandbox if we are asked for it :-) Not sure how the exact process for this is. Can anybody help? I believe Luc has to request this from INFRA. 2013/7/25 Romain Manni-Bucau

Re: [VFS] Passing around password as byte[] instead

2013-07-25 Thread Anshul Zunke
I was asked to convert String password to character password in my org because of security issues and same immutable property of string was the reason for it. On Tue, Jul 9, 2013 at 11:09 PM, Roger L. Whitcomb roger.whitc...@actian.com wrote: Yes, 2.1 was what I meant... ~Roger Whitcomb

Re: commons-monitoring?

2013-07-25 Thread sebb
On 25 July 2013 19:40, Benedikt Ritter brit...@apache.org wrote: Not every ASF committer can commit to commons repos but we have agreed to grant everybody committer write access to the sandbox if we are asked for it :-) Not sure how the exact process for this is. Can anybody help? I believe

Re: [VFS] Passing around password as byte[] instead

2013-07-25 Thread Gary Gregory
Patches welcome of course :) Gary On Jul 25, 2013, at 15:10, Anshul Zunke anshulzu...@gmail.com wrote: I was asked to convert String password to character password in my org because of security issues and same immutable property of string was the reason for it. On Tue, Jul 9, 2013 at