Skip to content

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

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
@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