mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
* Allow sandboxes to share a parent classloader. * Tidy up DJVM test code. * Add review fixes. * Declare SandboxClassLoadingException as a RuntimeException. This preserves the SandboxClassLoader.loadClass(String) contract from Java. * Also add extra test cases.