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
At the time, com.fasterxml.jackson.databind.Module was not problematic, but with Java 9 and later there is now Module in java.lang -- requiring explicit package name for Jackson's Module, everywhere.
While this is how it has to be for 2.x, let's rename base abstraction in 3.0.
The text was updated successfully, but these errors were encountered:
At the time,
com.fasterxml.jackson.databind.Module
was not problematic, but with Java 9 and later there is nowModule
injava.lang
-- requiring explicit package name for Jackson'sModule
, everywhere.While this is how it has to be for 2.x, let's rename base abstraction in 3.0.
The text was updated successfully, but these errors were encountered: