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
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.
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
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
The text was updated successfully, but these errors were encountered: