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 > Log: > Create two new factory interfaces that work with PooledObject instances > rather than Object instances and switch Gop and GKOP to use them.
One area I'd particularly like some comment on is PooledObject & PooledObjectImpl. I considered just having a single PooledObject implementation class in o.a.c.pool2 but decided that as implementation it belonged in o.a.c.pool2.impl. That lead to needing PoolImplUtils. I'm not completely happy with the current arrangement but neither have a found a better one. Thoughts? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org