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

update jackson dependency version #678

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

amitgalitz
Copy link
Member

Signed-off-by: Amit Galitzky amgalitz@amazon.com

Description

bump jackson version

Issues Resolved

#676

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.

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
@amitgalitz amitgalitz requested a review from a team October 3, 2022 21:25
@opensearch-trigger-bot opensearch-trigger-bot bot added backport 2.x infra Changes to infrastructure, testing, CI/CD, pipelines, etc. labels Oct 3, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #678 (12584e9) into main (fd71844) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #678      +/-   ##
============================================
- Coverage     79.03%   79.02%   -0.02%     
+ Complexity     4241     4238       -3     
============================================
  Files           301      301              
  Lines         17871    17872       +1     
  Branches       1897     1897              
============================================
- Hits          14125    14124       -1     
- Misses         2841     2842       +1     
- Partials        905      906       +1     
Flag Coverage Δ
plugin 79.02% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ansport/handler/AnomalyResultBulkIndexHandler.java 83.87% <0.00%> (-3.23%) ⬇️
...java/org/opensearch/ad/task/ADBatchTaskRunner.java 81.45% <0.00%> (-0.31%) ⬇️
...ava/org/opensearch/ad/model/TimeConfiguration.java 100.00% <0.00%> (ø)
...rch/ad/transport/AnomalyResultTransportAction.java 80.18% <0.00%> (+0.23%) ⬆️
...ain/java/org/opensearch/ad/model/ModelProfile.java 72.72% <0.00%> (+1.81%) ⬆️

@amitgalitz amitgalitz merged commit 27942cb into opensearch-project:main Oct 3, 2022
@opensearch-trigger-bot
Copy link

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-678-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 27942cb37a73cd5f48764f14a72670bdda1c30a3
# Push it to GitHub
git push --set-upstream origin backport/backport-678-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-678-to-1.3.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 3, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 27942cb)
ohltyler pushed a commit that referenced this pull request Oct 3, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 27942cb)
amitgalitz added a commit to amitgalitz/anomaly-detection-1 that referenced this pull request Oct 3, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 3, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 27942cb)
amitgalitz added a commit that referenced this pull request Oct 4, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
ohltyler pushed a commit that referenced this pull request Oct 19, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 27942cb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 backport 2.x backport 2.3 infra Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants