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 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 11:09 PM, Roger L. W

Re: commons-monitoring?

2013-07-25 Thread sebb
On 25 July 2013 19:40, Benedikt Ritter 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 Luc > has to re

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 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: [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 wrote: > 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 a

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 wrote: > 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 fo

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 * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rma

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 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. i.e. when someone

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, 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 informa

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 wrote: > On 25 July 2013 12:56, wrote: > > Author: markt > > Date: Thu Jul 25 11:56:41 2013 > > New Revision: 150691

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, 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 few more d

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, 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: > > commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/Po

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, 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 pool >

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 wrote: commons-

Re: commons-monitoring?

2013-07-25 Thread Benedikt Ritter
2013/7/25 Olivier Lamy > 2013/7/25 Benedikt Ritter : > > 2013/7/25 Olivier Lamy > > > >> 2013/7/25 Romain Manni-Bucau : > >> > 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 ji

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

Re: commons-monitoring?

2013-07-25 Thread Olivier Lamy
2013/7/25 Benedikt Ritter : > 2013/7/25 Olivier Lamy > >> 2013/7/25 Romain Manni-Bucau : >> > 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 a

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 wrote: > On 7/23/13 10:17 AM, Ajo Fod wr

Re: commons-monitoring?

2013-07-25 Thread Benedikt Ritter
2013/7/25 Olivier Lamy > 2013/7/25 Romain Manni-Bucau : > > 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 components for sandbox component

Re: commons-monitoring?

2013-07-25 Thread Olivier Lamy
2013/7/25 Romain Manni-Bucau : > 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. > https://gist.github.com/rmannibucau/957a77139e7b83ce0fdb I have applied your patch. > > here the content: > 1) rewor

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.

[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" b

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 * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rm

Re: [DBCP] DBCP2 and logging

2013-07-25 Thread Benedikt Ritter
2013/7/24 Romain Manni-Bucau > 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 implementations really