opensearch-java
opensearch-java copied to clipboard
Re-generated client code using latest OpenSearch API specification
Re-generated client code using latest OpenSearch API specification. Date: 2024-07-29
Before merging this we need to / should add the SQL namespace? @Xtansia
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-1113-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 230a92cf3bf2d13015cd08b93a6d5b5094caa039
# Push it to GitHub
git push --set-upstream origin backport/backport-1113-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-1113-to-2.x.