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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org