-
Notifications
You must be signed in to change notification settings - Fork 158
Using jackson and jackson_databind version defined in OpenSearch #1169
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
Conversation
Signed-off-by: Peng Huo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes!
build.gradle
Outdated
apply plugin: 'opensearch.java' | ||
// versions https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/version.properties | ||
ext { | ||
jackson_version = versions.jackson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn’t we conform to the same version name convention ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not get it. do you mean using version.jackson directly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes 👍
Signed-off-by: Peng Huo <[email protected]>
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal:
Then, create a pull request where the |
…) (#1173) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215) Co-authored-by: Peng Huo <[email protected]>
…nsearch-project#1169) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…nsearch-project#1169) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…) (#1178) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…) (#1179) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…nsearch-project#1169) (opensearch-project#1178) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…nsearch-project#1169) (opensearch-project#1178) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…nsearch-project#1169) (opensearch-project#1178) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…nsearch-project#1169) (opensearch-project#1178) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…) (#1178) (#1185) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…) (#1178) (#1186) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
…) (#1178) (#1184) Signed-off-by: Peng Huo <[email protected]> (cherry picked from commit 5073215)
Signed-off-by: Peng Huo [email protected]
Description
Using jackson and jackson_databind version defined in OpenSearch. SQL plugins's jackson depedency will automatically allign with OpenSearch core then.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.