mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +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.