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:
Stefano Franz
2018-07-11 13:28:01 +01:00
committed by GitHub
parent 2833ec2a88
commit 9503c9684e
22 changed files with 327 additions and 71 deletions

View File

@ -0,0 +1,6 @@
@file:JvmName("AMQPSerializationThreadContext")
package net.corda.serialization.internal.amqp
fun getContextClassLoader(): ClassLoader {
return ClassLoader.getSystemClassLoader()
}