Skip to content

Comments

Update Specification and Re-generate Code#1890

Merged
reta merged 1 commit intoopensearch-project:mainfrom
reta:latest.spec
Feb 22, 2026
Merged

Update Specification and Re-generate Code#1890
reta merged 1 commit intoopensearch-project:mainfrom
reta:latest.spec

Conversation

@reta
Copy link
Collaborator

@reta reta commented Feb 17, 2026

Description

Update Specification and Re-generate Code

Issues Resolved

N/A

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
Copy link
Collaborator Author

reta commented Feb 22, 2026

@Xtansia would really appreciate if you could take a look, fixing generator (SSE content type). which fails the automation right now, thank you

@reta reta merged commit 779e31a into opensearch-project:main Feb 22, 2026
47 of 54 checks passed
@opensearch-trigger-bot
Copy link
Contributor

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

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

reta added a commit to reta/opensearch-java that referenced this pull request Feb 22, 2026
Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit 779e31a)
reta added a commit to reta/opensearch-java that referenced this pull request Feb 22, 2026
Signed-off-by: Andriy Redko <drreta@gmail.com>
(cherry picked from commit 779e31a)
Signed-off-by: Andriy Redko <drreta@gmail.com>
reta added a commit that referenced this pull request Feb 23, 2026
(cherry picked from commit 779e31a)

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.

2 participants