Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add override to downgrade moditect-maven-plugin from 1.2.2 to 1.1.0 to work around Eclipse issues #15

Closed
cowtowncoder opened this issue Oct 13, 2024 · 0 comments

Comments

@cowtowncoder
Copy link
Member

(for background see FasterXML/jackson-databind#4727)

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:

moditect/moditect#254

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.

@cowtowncoder cowtowncoder changed the title Add override to downgrade moditect-maven-plugin from 1.2.2 to 1.1.0 to workaround Eclipse issues Add override to downgrade moditect-maven-plugin from 1.2.2 to 1.1.0 to work around Eclipse issues Oct 13, 2024
cowtowncoder added a commit that referenced this issue Oct 13, 2024
Fix #15: add override downgrade Moditect Maven plug-in to 1.1.0 (from 1.2.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant