Skip to content

Conversation

swallez
Copy link
Member

@swallez swallez commented Jul 12, 2022

Update generated code from the API specificaition. This includes elastic/elasticsearch-specification#1773 that fixes #319, fixes #166, fixes #167, fixes #199, fixes #295, fixes #202.

@swallez swallez added Area: Specification Related to the API spec used to generate client code backport 7.17 labels Jul 12, 2022
@swallez swallez merged commit bde56eb into main Jul 12, 2022
@swallez swallez deleted the misc-java-fixes-220617 branch July 12, 2022 13:02
@github-actions
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Specification Related to the API spec used to generate client code backport 7.17

1 participant