Hello -

Flink 1.11 uses a shaded version of Jackson for serialization, which does
not support jackson-module-scala. I need to register DefaultScalaModule for
some Scala object serialization through Jackson. But when I do a
mapper.registerModule(DefaultScalaModule), I get the following compilation
error ..

type mismatch;
found   : com.fasterxml.jackson.module.scala.DefaultScalaModule.type
required:
org.apache.flink.kubernetes.shaded.com.fasterxml.jackson.databind.Module

Any way how I can fix this ?

regards.
-- 
Debasish Ghosh
http://manning.com/ghosh2
http://manning.com/ghosh

Twttr: @debasishg
Blog: http://debasishg.blogspot.com
Code: http://github.com/debasishg

Reply via email to