spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Add CrAC Support for PooledContextSource

Open jzheaux opened this issue 2 years ago • 0 comments
trafficstars

PooledContextSource cannot be restored after checkpoint since the GenericKeyedObjectPool no longer functions once it is closed.

One way to address this would be to enhance Apache Commons Pool so that GenericKeyedObjectPool can be restored.

Another would be to have PooledContextSource construct a new GenericKeyedObjectPool instance when restored.

jzheaux avatar Nov 08 '23 00:11 jzheaux