hanishi commented on issue #134: URL: https://github.com/apache/pekko-samples/issues/134#issuecomment-2752799508
Most Scala developers tend to stick with Scala’s type aliases (like scala.Long) rather than explicitly using Java’s boxed types. However, your point is good to know, if you run into deserialization issues with Jackson (such as the ClassCastException we observed), switching the field’s type to Option[java.lang.Long] can serve as a workaround. Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
