Skip to content

Bump Jackson from 2.15.0 to 2.15.1#7603

Merged
andrross merged 1 commit intoopensearch-project:mainfrom
reta:update.jackson.2.15.1
May 17, 2023
Merged

Bump Jackson from 2.15.0 to 2.15.1#7603
andrross merged 1 commit intoopensearch-project:mainfrom
reta:update.jackson.2.15.1

Conversation

@reta
Copy link
Copy Markdown
Contributor

@reta reta commented May 17, 2023

Description

Bump Jackson from 2.15.0 to 2.15.1

Related Issues

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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: Andriy Redko <andriy.redko@aiven.io>
@reta reta force-pushed the update.jackson.2.15.1 branch from ad930be to f7e0a28 Compare May 17, 2023 13:35
@github-actions
Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationIT.testScrollCreatedOnReplica

@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2023

Codecov Report

Merging #7603 (f7e0a28) into main (170dcef) will increase coverage by 0.08%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #7603      +/-   ##
============================================
+ Coverage     70.69%   70.77%   +0.08%     
- Complexity    55987    56019      +32     
============================================
  Files          4663     4663              
  Lines        265479   265479              
  Branches      39005    39005              
============================================
+ Hits         187675   187893     +218     
+ Misses        61915    61678     -237     
- Partials      15889    15908      +19     

see 477 files with indirect coverage changes

@andrross andrross merged commit 77100f9 into opensearch-project:main May 17, 2023
@andrross andrross added the backport 2.x Backport to 2.x branch label May 17, 2023
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.x failed:

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

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-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-7603-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 77100f9c21be4c63efc7300a69735bf84464b7c9
# Push it to GitHub
git push --set-upstream origin backport/backport-7603-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-7603-to-2.x.

reta added a commit to reta/OpenSearch that referenced this pull request May 17, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 77100f9)
reta added a commit to reta/OpenSearch that referenced this pull request May 17, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 77100f9)
reta added a commit that referenced this pull request May 17, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 77100f9)
stephen-crawford pushed a commit to stephen-crawford/OpenSearch that referenced this pull request May 31, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport to 2.x branch dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants