Sascha Sadat-Guscheh

Results 5 comments of Sascha Sadat-Guscheh

i have the same problem .. running my integration tests in parallel (vertx) maybe its this call in my case DatabindCodec.mapper().registerKotlinModule() is this expected to be thread safe? Caused by:...

i moved the call "DatabindCodec.mapper().registerKotlinModule()" to a static initialiser instead of calling it multithreaded and it seems the problem went away .. as soon as it pops up again i...

i use something along these lines .. not sure if its worth a PR fun Components.parameter(init: Parameter.() -> Unit) { val parameter = Parameter() parameter.init() if (parameter.name.isNullOrBlank()) error("parameter name has...

yes please .. the Field class is not present in in the 0.2 jar file so static fields won't work.