Re: [pool] Re: Apache Common Pool Road Map

2009-06-22 Thread Dheeraj Kumar
On Fri, Jun 19, 2009 at 9:06 AM, Phil Steitz wrote: > Mark Thomas wrote: > >> Phil Steitz wrote: >> >> >>> Dheeraj Kumar wrote: >>> >>> Hello, Congratulations on Pool 1.5.1 release. I was looking for Java 1.5 generics support on Apache Commons Pool and found out RoadMap

Re: [pool] Re: Apache Common Pool Road Map

2009-06-18 Thread Phil Steitz
Mark Thomas wrote: Phil Steitz wrote: Dheeraj Kumar wrote: Hello, Congratulations on Pool 1.5.1 release. I was looking for Java 1.5 generics support on Apache Commons Pool and found out RoadMap at http://wiki.apache.org/jakarta-commons/PoolRoadMap (last edited 2006-09-10 02:28:23 by

Re: [pool] Re: Apache Common Pool Road Map

2009-06-18 Thread Mark Thomas
Phil Steitz wrote: > Dheeraj Kumar wrote: >> Hello, >> >> Congratulations on Pool 1.5.1 release. >> >> I was looking for Java 1.5 generics support on Apache Commons Pool and >> found out RoadMap at >> http://wiki.apache.org/jakarta-commons/PoolRoadMap (last edited >> 2006-09-10 02:28:23 by SandyM

Re: [pool] Re: Apache Common Pool Road Map

2009-06-17 Thread Phil Steitz
Alexander Chmyr wrote: Hello Phil, Maybe it make sence to freeze 1.x and do only bugfixing there. AFAIK new development based on JDKs later than 1.5, hense production environment for existing do not going to be updated to 1.5 and older Yes. This is what I meant. Maintain 1.x with no interfac

Re: [pool] Re: Apache Common Pool Road Map

2009-06-17 Thread Alexander Chmyr
Hello Phil, Maybe it make sence to freeze 1.x and do only bugfixing there. AFAIK new development based on JDKs later than 1.5, hense production environment for existing do not going to be updated to 1.5 and older Alexander Chmyr Software Engineer Cogniance, Inc -- http://cl

Re: [pool] Re: Apache Common Pool Road Map

2009-06-17 Thread Dheeraj Kumar
I agree for most of written under 2.x track on http://wiki.apache.org/jakarta-commons/PoolRoadMap. except, returnObject should throw an exception whenever required. I wrote expected sample interface at http://code.google.com/p/jnaturals/source/browse/trunk/Pool/src/com/dksidana/java/pool/ -Regard

[pool] Re: Apache Common Pool Road Map

2009-06-17 Thread Phil Steitz
Dheeraj Kumar wrote: Hello, Congratulations on Pool 1.5.1 release. I was looking for Java 1.5 generics support on Apache Commons Pool and found out RoadMap at http://wiki.apache.org/jakarta-commons/PoolRoadMap (last edited 2006-09-10 02:28:23 by SandyMcArthur). Other than that, bug related