In org.apache.commons.pool2.impl.DefaultPooledObject.getActiveTimeMillis(), I see:
// Take copies to avoid threading issues long rTime = lastReturnTime; long bTime = lastBorrowTime; But isn't is the case that the object could be returned and borrowed again between the two lines? Unlikely but possible? Gary On Sun, Aug 31, 2014 at 11:09 PM, Phil Steitz <phil.ste...@gmail.com> wrote: > We have fixed a few bugs and made some enhancements since 2.2 and I > think we should cut 2.3. I will volunteer to RM. I will start > rolling RCs from trunk around the end of this week. I don't see any > of the current open bugs against 2.x as blockers. I may implement > the request in POOL-272 (or gladly accept a patch), but I think this > can wait for 2.4. Patches, beautification, late-breaking bugs > welcome. > > Phil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory