dependabot[bot] opened a new pull request, #17766:
URL: https://github.com/apache/camel/pull/17766

   Bumps `elasticsearch-java-client-version` from 8.17.4 to 9.0.0.
   Updates `co.elastic.clients:elasticsearch-java` from 8.17.4 to 9.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/elastic/elasticsearch-java/releases";>co.elastic.clients:elasticsearch-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>v9.0.0</h2>
   <h2>What's Changed</h2>
   <p>Check the official <a 
href="https://www.elastic.co/docs/release-notes/elasticsearch/clients/java/9-0-0";>release
 notes</a> - in particular the breaking changes! Also we have a new <a 
href="https://www.elastic.co/docs/reference/elasticsearch/clients/java";>Reference</a>
 page.
   A migration guide from version 8.x to 9.x of the client will be published 
soon to make the upgrade process easier.<br />
   The easiest way to setup the new 9.0.0 client is to use the new builder, as 
explained in the <a 
href="https://www.elastic.co/docs/reference/elasticsearch/clients/java/getting-started";>new
 docs</a>:</p>
   <pre lang="java"><code>ElasticsearchClient esClient = 
ElasticsearchClient.of(b -&gt; b
       .host(serverUrl)
       .apiKey(apiKey)
   );
   </code></pre>
   <p>Otherwise to keep using the old builder and the legacy RestClient, the 
elasticsearch-rest-client dependency has to be added to the project:</p>
   <pre lang="kts"><code>// gradle
   
implementation(&quot;org.elasticsearch.client:elasticsearch-rest-client:9.0.0&quot;)
   </code></pre>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/elastic/elasticsearch-java/compare/v8.18.0...v9.0.0";>https://github.com/elastic/elasticsearch-java/compare/v8.18.0...v9.0.0</a></p>
   <h2>v8.18.0</h2>
   <h2>What's Changed</h2>
   <p>Check the official <a 
href="https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/8.18/release-highlights.html";>release
 notes</a>.
   <strong>Full Changelog</strong>: <a 
href="https://github.com/elastic/elasticsearch-java/compare/v8.17.5...v8.18.0";>https://github.com/elastic/elasticsearch-java/compare/v8.17.5...v8.18.0</a></p>
   <h2>v8.17.5</h2>
   <h2>What's Changed</h2>
   <p>Check <a 
href="https://github.com/elastic/elasticsearch-java/releases/tag/v8.16.7";>v8.16.7
 release notes</a> for the most prominent changes.
   <strong>Full Changelog</strong>: <a 
href="https://github.com/elastic/elasticsearch-java/compare/v8.17.4...v8.17.5";>https://github.com/elastic/elasticsearch-java/compare/v8.17.4...v8.17.5</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/5d3207b7988e9b42e2e315ccf6b3762f9b622e69";><code>5d3207b</code></a>
 removed qualifier check in build</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/8880ca27c0cbbcbc769b9e7ac556342fad61d783";><code>8880ca2</code></a>
 removed qualifier</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/30d848a2d4c7a250d064d41caaef9b761e9fbe34";><code>30d848a</code></a>
 9.0.0 docs (<a 
href="https://redirect.github.com/elastic/elasticsearch-java/issues/992";>#992</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/2e8742f1b2cddc5f3c4bb755b4725e74d0da458b";><code>2e8742f</code></a>
 [codegen] update to latest spec and generator</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/a5d5f2763c81b4a297c68e73a2430fb8fd177336";><code>a5d5f27</code></a>
 Restructure reference docs (<a 
href="https://redirect.github.com/elastic/elasticsearch-java/issues/988";>#988</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch-java/issues/991";>#991</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/539f864b260fce33ef9dd044953459ebc6858755";><code>539f864</code></a>
 [codegen] update to latest spec</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/d439d7ae1401b918d0bfdb48a0d25033fd1ad876";><code>d439d7a</code></a>
 [codegen] update to latest spec</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/f3de209ac52b64ad07b34f90bdc7bb1bed5c5a5f";><code>f3de209</code></a>
 ignore compile only test</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/72de7b10f023b879494978dbd8f7905c9148d2dd";><code>72de7b1</code></a>
 unit test for tdocument overload</li>
   <li><a 
href="https://github.com/elastic/elasticsearch-java/commit/b42088c2672e4c33389542edacf487657b328f13";><code>b42088c</code></a>
 regenerate after generator changes</li>
   <li>Additional commits viewable in <a 
href="https://github.com/elastic/elasticsearch-java/compare/v8.17.4...v9.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.17.4 to 
9.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/elastic/elasticsearch/releases";>org.elasticsearch.client:elasticsearch-rest-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>Elasticsearch 9.0.0</h2>
   <p>Downloads: <a 
href="https://elastic.co/downloads/elasticsearch";>https://elastic.co/downloads/elasticsearch</a>
   Release notes:  <a 
href="https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-900-release-notes";>https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-900-release-notes</a></p>
   <h2>Elasticsearch 9.0.0-rc1</h2>
   <p>Downloads: <a 
href="https://elastic.co/downloads/elasticsearch";>https://elastic.co/downloads/elasticsearch</a>
   Release notes: <a 
href="https://www.elastic.co/guide/en/elasticsearch/reference/9.0/release-notes-9.0.0-rc1.html";>https://www.elastic.co/guide/en/elasticsearch/reference/9.0/release-notes-9.0.0-rc1.html</a></p>
   <h2>Elasticsearch 9.0.0-beta1</h2>
   <p>Downloads: <a 
href="https://elastic.co/downloads/elasticsearch";>https://elastic.co/downloads/elasticsearch</a>
   Release notes: <a 
href="https://www.elastic.co/guide/en/elastic-stack/9.0/release-notes-elasticsearch-9.0.0.html";>https://www.elastic.co/guide/en/elastic-stack/9.0/release-notes-elasticsearch-9.0.0.html</a></p>
   <h2>Elasticsearch 8.18.0</h2>
   <p>Downloads: <a 
href="https://elastic.co/downloads/elasticsearch";>https://elastic.co/downloads/elasticsearch</a>
   Release notes: <a 
href="https://www.elastic.co/guide/en/elasticsearch/reference/8.18/release-notes-8.18.0.html";>https://www.elastic.co/guide/en/elasticsearch/reference/8.18/release-notes-8.18.0.html</a></p>
   <h2>Elasticsearch 8.17.5</h2>
   <p>Downloads: <a 
href="https://elastic.co/downloads/elasticsearch";>https://elastic.co/downloads/elasticsearch</a>
   Release notes: <a 
href="https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.5.html";>https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.5.html</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/112859b85d50de2a7e63f73c8fc70b99eea24291";><code>112859b</code></a>
 Set <code>keyUsage</code> for generated HTTP certificates and self-signed CA 
(<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126376";>#126376</a>)
 (...</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/67d688eadffe05090f30080e6dcb76d35cda810d";><code>67d688e</code></a>
 ESQL: Speed up TO_IP (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126338";>#126338</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126431";>#126431</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/749bc361bc98005d9c11aaf60d13057df5b6961f";><code>749bc36</code></a>
 Update InferenceException to retain top-level message (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126345";>#126345</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126405";>#126405</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/baa9703f385d4112f6a8804fb8be84183d044d31";><code>baa9703</code></a>
 Document special behaviour of ignore_malformed for geo_point mappings (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/12569";>#12569</a>...</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/03503e82691e81890a1ac7c8152cfb50d942a92f";><code>03503e8</code></a>
 Re-enable SearchProgressActionListenerIT testSearchProgressWithQuery (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/124302";>#124302</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/08ddbeca77a804e9c0d09a7f38c4b8edcd993926";><code>08ddbec</code></a>
 Adaptive allocations improvements (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126307";>#126307</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126379";>#126379</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/82165b12ea4b57b63de5b4f4ba6e3bcae6ed6b6c";><code>82165b1</code></a>
 [DOCS] Migrate search profile API examples (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126347";>#126347</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126349";>#126349</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/3ff139e3d88b39a3a7ecf683ab8ed66e62b590b8";><code>3ff139e</code></a>
 Fix vector-tile tests when run on non-snapshot builds (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126251";>#126251</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126328";>#126328</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/c2c59b2f91a52822e732903ff3ea2a9fb43444b7";><code>c2c59b2</code></a>
 [CI] Trigger FIPS PR tests when test-fips label is present (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126332";>#126332</a>)
 (<a 
href="https://redirect.github.com/elastic/elasticsearch/issues/126334";>#126334</a>)</li>
   <li><a 
href="https://github.com/elastic/elasticsearch/commit/8c04b5ea3e3575c0e44d5763408b0969cf04fdc2";><code>8c04b5e</code></a>
 Update .backportrc.json</li>
   <li>Additional commits viewable in <a 
href="https://github.com/elastic/elasticsearch/compare/v8.17.4...v9.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to