using v 2.7.2, trying to serialize an ObjectReader instance (used in a Flink serialized function), I get this error:
com.fasterxml.jackson.module.paranamer.shaded.CachingParanamer
java.io.NotSerializableException: com.fasterxml.jackson.module.paranamer.shaded.CachingParanamer
I have verified that the ObjectReader instance does serialize correctly id the DefaultScalaModule is not registered. Is there a workaround for this?