io.vertx.ext.cluster.infinispan.impl.DataConverter#readClusterSerializable needs to load the class of the object that is stored in Infinispan caches.
It does it with the thread context classloader but sometimes this one can be null. In this case we should use the classloader of the DataConverter class as a fallback.
This could cause failures to send messages on the event bus.
io.vertx.ext.cluster.infinispan.impl.DataConverter#readClusterSerializable
needs to load the class of the object that is stored in Infinispan caches.It does it with the thread context classloader but sometimes this one can be null. In this case we should use the classloader of the
DataConverter
class as a fallback.This could cause failures to send messages on the event bus.