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
It looks like handling of zip directory entries changes in Moditect Maven plugin between 1.1 and 1.2, causing issues with Eclipse class-loading. Reported issue for plugin is:
As a result, Eclipse issue now affects most Jackson 2.18.0 bundles.
So to solve the issue, let's downgrade Moditect plug-in version to 1.1.0.
While version is defined in oss-parent, expectation is that there should be a newer Moditect version in future; as a result let's add temporary override in this module instead.