Skip to content

Fix guava dependency scope - #344

Merged
reta merged 1 commit into
opensearch-project:mainfrom
reta:fix.guava
Mar 26, 2026
Merged

Fix guava dependency scope#344
reta merged 1 commit into
opensearch-project:mainfrom
reta:fix.guava

Conversation

@reta

@reta reta commented Mar 26, 2026

Copy link
Copy Markdown
Collaborator

Description

Fix guava dependency scope

Related Issues

Fixing guava dependency scope, since the dependency is provided by transport-grpc plugin

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • 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 <drreta@gmail.com>
@reta
reta merged commit d19bb5a into opensearch-project:main Mar 26, 2026
22 checks passed
@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

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

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

reta added a commit to reta/opensearch-jvector that referenced this pull request Mar 26, 2026
Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit d19bb5a)
reta added a commit that referenced this pull request Mar 26, 2026
(cherry picked from commit d19bb5a)

Signed-off-by: Andriy Redko <drreta@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants