mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
CORDA-1747 - Client RPC classloader and Java Generics fixes (#3553)
* fix for spring boot rpc and it work with deterministic serialization * really really fix tests * up log level * reenable allWarningsAsErrors
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
@file:JvmName("AMQPSerializationThreadContext")
|
||||
package net.corda.serialization.internal.amqp
|
||||
|
||||
fun getContextClassLoader(): ClassLoader {
|
||||
return ClassLoader.getSystemClassLoader()
|
||||
}
|
Reference in New Issue
Block a user