Code in trunk now does not work when distinct pooled instances are
equal - i.e., if a factory produces instances A and B and
A.equals(B), this causes problems.   I think this situation should
be allowed - i.e. it is an unacceptable restriction to put on object
factories that distinct the poolable objects they produce be
distinguishable under equals.  This would be a new requirement for
[pool] and I don't think we should require it.  What do others think?

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to