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

Bump jackson from 2.17.0 to 2.17.1 #13817

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented May 24, 2024

Description

Bump jackson from 2.17.0 to 2.17.1

Related Issues

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • API changes companion pull request created.
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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>
Copy link
Contributor

❌ Gradle check result for ea23bfe: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator Author

reta commented May 24, 2024

❌ Gradle check result for ea23bfe: FAILURE

#11374

Copy link
Contributor

❌ Gradle check result for ea23bfe: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator Author

reta commented May 24, 2024

❌ Gradle check result for ea23bfe: FAILURE

#13473
#13600

Copy link
Contributor

❌ Gradle check result for ea23bfe: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator Author

reta commented May 24, 2024

❌ Gradle check result for ea23bfe: FAILURE

java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([51E619534094FEA0]:0)

Copy link
Contributor

❌ Gradle check result for ea23bfe: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@reta
Copy link
Collaborator Author

reta commented May 24, 2024

❌ Gradle check result for ea23bfe: FAILURE

#13820

Copy link
Contributor

✅ Gradle check result for ea23bfe: SUCCESS

@reta reta merged commit 56d8dc6 into opensearch-project:main May 24, 2024
71 of 72 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 24, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 56d8dc6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request May 24, 2024
(cherry picked from commit 56d8dc6)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@reta reta added the backport 2.14 Backport to 2.14 branch label Jun 3, 2024
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.14 failed:

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

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.14 2.14
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.14
# Create a new branch
git switch --create backport/backport-13817-to-2.14
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 56d8dc65da163222ba9a3ba1b5c980422787b6f4
# Push it to GitHub
git push --set-upstream origin backport/backport-13817-to-2.14
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.14

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

reta added a commit to reta/OpenSearch that referenced this pull request Jun 3, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 56d8dc6)
reta added a commit to reta/OpenSearch that referenced this pull request Jun 3, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 56d8dc6)
reta added a commit to reta/OpenSearch that referenced this pull request Jun 4, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 56d8dc6)
reta added a commit that referenced this pull request Jun 4, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 56d8dc6)
parv0201 pushed a commit to parv0201/OpenSearch that referenced this pull request Jun 10, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
kkewwei pushed a commit to kkewwei/OpenSearch that referenced this pull request Jul 24, 2024
…arch-project#13823)

(cherry picked from commit 56d8dc6)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: kkewwei <kkewwei@163.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 backport 2.14 Backport to 2.14 branch backport-failed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants