mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
* First phase of supporting exceptions within the DJVM. * Suppress unwanted inspection warnings about Kotlin/Java Map. * Add support for exception stack traces within the sandbox. * Simple review fixes. * Extra fixes after review. * Add DJVM support for String.intern(). * Partially restore implementation of SandboxClassLoader.loadClass(). * More review fixes.