Skip to content

update jackson dependency version#678

Merged
amitgalitz merged 1 commit intoopensearch-project:mainfrom
amitgalitz:bump-dep
Oct 3, 2022
Merged

update jackson dependency version#678
amitgalitz merged 1 commit intoopensearch-project:mainfrom
amitgalitz:bump-dep

Conversation

@amitgalitz
Copy link
Copy Markdown
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
Copy Markdown

codecov-commenter commented Oct 3, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.02%. Comparing base (fd71844) to head (12584e9).
⚠️ Report is 201 commits behind head on main.

Additional details and impacted files

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% <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

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