On Tue, Sep 3, 2019 at 6:29 PM Gal Naor <
gn...@outbrain.com> wrote:
>
> Hey,
>
>
> We would like to upgrade to scala 2.13 and use the latest jackson-module-scala version which supports it.
>
> Any news about this issue? we are in concern about upgrading to the latest version when this issue still exists.
>
>
> Thanks,
>
> Gal.
Reading through the discussion thread of issue it seems like a
reliable reproduction would still be needed. Unfortunately, without
knowing what the root cause might be (or how to reproduce), it is
difficult to even know if problem still exists -- so being able to
trigger the problem would be the first step.
Trying out latest pre-release -- 2.10.0.pr2 -- of Jackson component
set would probably make sense, too, since while there hasn't been
(afaik) many changes to Option handling on Scala side, there have been
changes to caching of (de)serializers on databind side, just in case
root cause was related to caching.
Similarly the base (de)serializer that Option (de)serializer should
use (I'd have to check if Scala one does; Guava variant does) has been
improved over time, addressing some issues.
-+ Tatu +-