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

Fixes from pr 2485 #776

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Fixes from pr 2485 #776

merged 1 commit into from
Apr 5, 2024

Conversation

l-trotta
Copy link
Contributor

@l-trotta l-trotta commented Apr 5, 2024

Update to the generated code from the latest specification and code-generator. This includes elastic/elasticsearch-specification#2485, which fixes #456, fixes #457, fixes #460, fixes #466, fixes #472, fixes #506, fixes #528, fixes #533, fixes #551, fixes #555, fixes #572, fixes #766.

@l-trotta l-trotta requested a review from swallez April 5, 2024 13:10
Copy link
Member

@swallez swallez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, left a comment about seqNo

@@ -84,7 +85,7 @@ protected WriteResponseBase(AbstractBuilder<?> builder) {

this.id = ApiTypeHelper.requireNonNull(builder.id, this, "id");
this.index = ApiTypeHelper.requireNonNull(builder.index, this, "index");
this.primaryTerm = ApiTypeHelper.requireNonNull(builder.primaryTerm, this, "primaryTerm");
this.primaryTerm = builder.primaryTerm;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@l-trotta l-trotta merged commit 4eb0276 into main Apr 5, 2024
5 checks passed
@l-trotta l-trotta deleted the fixes-from-pr-2485 branch April 5, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment