corda/core-tests/src
Rick Parker 43168387b4
ENT-8794 Delay closing of attachment class loaders (#7267)
* Delay closing of attachment class loaders until all SerializationContext that refer to them (from BasicVerifier) have gone out of scope.

More comments

* Avoid any concurrency issues with queue processing

* Better concurrency behaviour

* Stop re-using attachment URLs as it turns out we can't close the URLClassLoaders when URLs are shared

* Refactor to use a ReferenceQueue.

Co-authored-by: Chris Rankin <chris.rankin@r3.com>
2022-11-15 09:25:54 +00:00
..
smoke-test/kotlin/net/corda/coretests add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
test ENT-8794 Delay closing of attachment class loaders (#7267) 2022-11-15 09:25:54 +00:00