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

Remove jackson-databind and jackson-annotations dependencies now coming from core #2339

Closed
Tracked by #191
ryanbogan opened this issue Dec 13, 2022 · 1 comment
Closed
Tracked by #191
Labels
v2.5.0 'Issues and PRs related to version v2.5.0'

Comments

@ryanbogan
Copy link
Member

jackson-databind and jackson-annotations were added as api dependencies in server of opensearch core. Therfore, all plugins now have these as transitive dependencies. Plugins that currently consume these dependencies directly will break while building unless the direct dependencies are removed. If your plugin does not consume jackson-databind or jackson-annotations directly, feel free to close the related issue in your plugin's repository.

Example of solution in security plugin: #2325

@ryanbogan
Copy link
Member Author

Already fixed with this PR: #2325

@minalsha minalsha added v2.5.0 'Issues and PRs related to version v2.5.0' untriaged Require the attention of the repository maintainers and may need to be prioritized and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.5.0 'Issues and PRs related to version v2.5.0'
Projects
None yet
Development

No branches or pull requests

2 participants