You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for Jackson 3.0 (master) but did not realize that name JacksonModule was in use in Scala module.
The reason to get out of Module name is due to addition of java.lang.Module, and seems reasonable. I hope Scala module can work around this problem either via imports or (if that makes more sense) renaming its JacksonModule into something else.
The text was updated successfully, but these errors were encountered:
There will be more renamings but I will try to tackle them if I can.
One next step is removal of (deprecated already in 3.0) of Contextual[De]Serializer interface.
But I also really need to create a wiki doc outlining various renamings: there will be many, but they should be documented to make updates (and possible having scripts to automate) easier.
@pjfanning Interfaces were merged into JsonSerializer / JsonDeserializer (with no-op implementation). Same is true for Resolvable[De]Serializer, likewise removed.
I did this:
FasterXML/jackson-databind#3037
for Jackson 3.0 (master) but did not realize that name
JacksonModule
was in use in Scala module.The reason to get out of
Module
name is due to addition ofjava.lang.Module
, and seems reasonable. I hope Scala module can work around this problem either via imports or (if that makes more sense) renaming itsJacksonModule
into something else.The text was updated successfully, but these errors were encountered: