Skip to content

Conversation

swallez
Copy link
Member

@swallez swallez commented Jul 12, 2022

Backport #344 to branch 7.17

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 the Area: Specification Related to the API spec used to generate client code label Jul 12, 2022
@swallez swallez merged commit bfdd07b into 7.17 Jul 12, 2022
@swallez swallez deleted the backport-344-to-7.17 branch July 12, 2022 13:43
@sbrunot
Copy link

sbrunot commented Jul 12, 2022

Thanks a lot @swallez for this backport.

@thaarbach
Copy link

Hi,
after struggling with 295 i wanted to ask when there will be a new release. 7.17.5 still includes this issue.

[es/indices.create] failed: [illegal_argument_exception] unknown setting [index.mappings.total_fields.limit] did you mean any of [index.mapping.total_fields.limit, index.mapping.nested_fields.limit, index.mapping.dimension_fields.limit]?

ghost referenced this pull request in camunda/camunda Nov 3, 2023
15005: deps(deps): update version.elasticsearch to v7.17.14 (stable/8.1) r=github-actions[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [co.elastic.clients:elasticsearch-java](https://togithub.com/elastic/elasticsearch-java) | `7.17.5` -> `7.17.14` | [![age](https://developer.mend.io/api/mc/badges/age/maven/co.elastic.clients:elasticsearch-java/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/co.elastic.clients:elasticsearch-java/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/co.elastic.clients:elasticsearch-java/7.17.5/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/co.elastic.clients:elasticsearch-java/7.17.5/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [org.elasticsearch.client:elasticsearch-rest-client](https://togithub.com/elastic/elasticsearch) | `7.17.5` -> `7.17.14` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.elasticsearch.client:elasticsearch-rest-client/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.elasticsearch.client:elasticsearch-rest-client/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.elasticsearch.client:elasticsearch-rest-client/7.17.5/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.elasticsearch.client:elasticsearch-rest-client/7.17.5/7.17.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>elastic/elasticsearch-java (co.elastic.clients:elasticsearch-java)</summary>

### [`v7.17.14`](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.13...v7.17.14)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.13...v7.17.14)

### [`v7.17.13`](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.12...v7.17.13)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.12...v7.17.13)

### [`v7.17.12`](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.11...v7.17.12)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.11...v7.17.12)

### [`v7.17.11`](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.10...v7.17.11)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.10...v7.17.11)

### [`v7.17.10`](https://togithub.com/elastic/elasticsearch-java/releases/tag/v7.17.10)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.9...v7.17.10)

**Full Changelog**: elastic/elasticsearch-java@v7.17.9...v7.17.10

### [`v7.17.9`](https://togithub.com/elastic/elasticsearch-java/releases/tag/v7.17.9)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.8...v7.17.9)

**Full Changelog**: elastic/elasticsearch-java@v7.17.8...v7.17.9

### [`v7.17.8`](https://togithub.com/elastic/elasticsearch-java/releases/tag/v7.17.8)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.7...v7.17.8)

#### What's Changed

-   Bumps 7.17 to 7.17.8 by [`@&#8203;elasticmachine](https://togithub.com/elasticmachine)` in [https://github.com/elastic/elasticsearch-java/pull/430](https://togithub.com/elastic/elasticsearch-java/pull/430)
-   \[Backport 7.17] Add support for binary endpoints by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/435](https://togithub.com/elastic/elasticsearch-java/pull/435)
-   \[Backport 7.17] Add Type in addition to Class to map types with generic parameters by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/439](https://togithub.com/elastic/elasticsearch-java/pull/439)
-   \[Backport 7.17] Do not mix mapper types in JsonData serialization by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/441](https://togithub.com/elastic/elasticsearch-java/pull/441)
-   \[Backport 7.17] Update build to Gradle 7.5.1 by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/444](https://togithub.com/elastic/elasticsearch-java/pull/444)

**Full Changelog**: elastic/elasticsearch-java@v7.17.7...v7.17.8

### [`v7.17.7`](https://togithub.com/elastic/elasticsearch-java/releases/tag/v7.17.7)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.6...v7.17.7)

#### What's Changed

-   \[7.17] Update to latest API spec, update ES test server to use SSL ([#&#8203;384](https://togithub.com/elastic/elasticsearch-java/issues/384)) by [`@&#8203;swallez](https://togithub.com/swallez)` in [https://github.com/elastic/elasticsearch-java/pull/387](https://togithub.com/elastic/elasticsearch-java/pull/387)
-   Follow-up to [#&#8203;387](https://togithub.com/elastic/elasticsearch-java/issues/387) with generated code by [`@&#8203;swallez](https://togithub.com/swallez)` in [https://github.com/elastic/elasticsearch-java/pull/388](https://togithub.com/elastic/elasticsearch-java/pull/388)
-   \[Backport 7.17] Fix NPEs and race condition in deserializers by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/406](https://togithub.com/elastic/elasticsearch-java/pull/406)
-   \[7.17] Add support for bumping, WORKFLOW, and user/group IDs to make.sh by [`@&#8203;sethmlarson](https://togithub.com/sethmlarson)` in [https://github.com/elastic/elasticsearch-java/pull/421](https://togithub.com/elastic/elasticsearch-java/pull/421)

**Full Changelog**: elastic/elasticsearch-java@v7.17.6...v7.17.7

### [`v7.17.6`](https://togithub.com/elastic/elasticsearch-java/releases/tag/v7.17.6)

[Compare Source](https://togithub.com/elastic/elasticsearch-java/compare/v7.17.5...v7.17.6)

#### What's Changed

-   \[Backport 7.17] Boolean response endpoints can have a request body by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/342](https://togithub.com/elastic/elasticsearch-java/pull/342)
-   \[7.17] Update API spec, fix some spec-related java client issues ([#&#8203;344](https://togithub.com/elastic/elasticsearch-java/issues/344)) by [`@&#8203;swallez](https://togithub.com/swallez)` in [https://github.com/elastic/elasticsearch-java/pull/345](https://togithub.com/elastic/elasticsearch-java/pull/345)
-   \[7.17] Update API spec, fix some spec-related java client issues ([#&#8203;348](https://togithub.com/elastic/elasticsearch-java/issues/348)) by [`@&#8203;swallez](https://togithub.com/swallez)` in [https://github.com/elastic/elasticsearch-java/pull/350](https://togithub.com/elastic/elasticsearch-java/pull/350)
-   \[Backport 7.17] Add documentation for templated search by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/363](https://togithub.com/elastic/elasticsearch-java/pull/363)
-   \[7.17] Add support for plugin-defined custom components in union types ([#&#8203;370](https://togithub.com/elastic/elasticsearch-java/issues/370)) by [`@&#8203;swallez](https://togithub.com/swallez)` in [https://github.com/elastic/elasticsearch-java/pull/373](https://togithub.com/elastic/elasticsearch-java/pull/373)
-   \[Backport 7.17] Fix RestClientOptions building to not lose builtin headers by [`@&#8203;github-actions](https://togithub.com/github-actions)` in [https://github.com/elastic/elasticsearch-java/pull/381](https://togithub.com/elastic/elasticsearch-java/pull/381)

**Full Changelog**: elastic/elasticsearch-java@v7.17.5...v7.17.6

</details>

<details>
<summary>elastic/elasticsearch (org.elasticsearch.client:elasticsearch-rest-client)</summary>

### [`v7.17.14`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.14): Elasticsearch 7.17.14

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.13...v7.17.14)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.14.html

### [`v7.17.13`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.13): Elasticsearch 7.17.13

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.12...v7.17.13)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.13.html

### [`v7.17.12`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.12): Elasticsearch 7.17.12

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.11...v7.17.12)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html

### [`v7.17.11`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.11): Elasticsearch 7.17.11

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.10...v7.17.11)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html

### [`v7.17.10`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.10): Elasticsearch 7.17.10

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.9...v7.17.10)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.10.html

### [`v7.17.9`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.9): Elasticsearch 7.17.9

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.8...v7.17.9)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.9.html

### [`v7.17.8`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.8): Elasticsearch 7.17.8

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.7...v7.17.8)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.8.html

### [`v7.17.7`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.7): Elasticsearch 7.17.7

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.6...v7.17.7)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.7.html

### [`v7.17.6`](https://togithub.com/elastic/elasticsearch/releases/tag/v7.17.6): Elasticsearch 7.17.6

[Compare Source](https://togithub.com/elastic/elasticsearch/compare/v7.17.5...v7.17.6)

Downloads: https://elastic.co/downloads/elasticsearch
Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.6.html

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6InN0YWJsZS84LjEifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants