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
After recent upgrades to split Jackson from core, same package is reused between different Maven modules, which is a practice that prevents Java modules to work properly.
Therefore, its better to avoid it (even if this implies increasing the public interface of a given package)