Avoid use of JDK8Module #570
-
| My understanding (please correct me) is that jackson-datatype-jdk8 is no longer necessary as it's been merged to other jars. However, when using graphql, i still see a mapper.registerModule(new Jdk8Module()); at java.lang.ClassNotFoundException: com.fasterxml.jackson.datatype.jdk8.Jdk8Module Is there a way to tell graphql, not to register that module, or am i confused? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| @mebigfatguy Hi, the  Thanks for your feedback! | 
Beta Was this translation helpful? Give feedback.
-
| Fixed: #574 | 
Beta Was this translation helpful? Give feedback.
Fixed: #574