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

   Bumps `opensearch-rest-client-version` from 2.19.2 to 3.0.0.
   Updates `org.opensearch.client:opensearch-rest-client` from 2.19.2 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opensearch-project/OpenSearch/releases";>org.opensearch.client:opensearch-rest-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0</h2>
   <h2>2025-04-28 Version 3.0.0 Release Notes</h2>
   <h2>[3.0.0]</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>Upgrade to Lucene 10.1.0 - PR (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16366";>#16366</a>)</li>
   <li>JDK21 as minimum supported Java runtime (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/10745";>#10745</a>)</li>
   <li>Remove deprecated terms from Java API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/5214";>#5214</a>)</li>
   <li>JPMS Support (Eliminate top level split packages ) Phase-0 only (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/8110";>#8110</a>)</li>
   <li>Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin 
(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/15039";>#15039</a>)</li>
   <li>Add ThreadContextPermission for markAsSystemContext and allow core to 
perform the method (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/15016";>#15016</a>)</li>
   <li>Migrate client transports to Apache HttpClient / Core 5.x (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/4459";>#4459</a>)</li>
   <li>Validation changes on the Bulk Index API like enforcing 512 byte _id 
size limit (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/6595";>#6595</a>)</li>
   <li>Ability to use the node as coordinating node by passing node.roles as 
empty array (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/3412";>#3412</a>)</li>
   <li>Treat Setting value with empty array string as empty array (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10625";>#10625</a>)</li>
   <li>Ensure Jackson default maximums introduced in 2.16.0 do not conflict 
with OpenSearch settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11811";>#11811</a>)</li>
   <li>Setting a maximum depth for nested queries (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11670";>#11670</a>)</li>
   <li>Fix interchanged formats of total_indexing_buffer_in_bytes and 
total_indexing_buffer (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17070";>#17070</a>)</li>
   <li>Cleanup deprecated thread pool settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2595";>#2595</a>)</li>
   <li>Replace &quot;blacklist/whitelist&quot; terminology in Java APIs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/1683";>#1683</a>)</li>
   <li>Remove deprecated methods from JodaCompatibleZonedDateTime which are 
called by scripts (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/3346";>#3346</a>)</li>
   <li>List of deprecated code removal in 3.0- partially done (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2773";>#2773</a>)</li>
   <li>Remove mmap.extensions setting (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/9392";>#9392</a>)</li>
   <li>Remove COMPAT locale provider (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/13988";>#13988</a>)</li>
   <li>Remove transport-nio plugin (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/16887";>#16887</a>)</li>
   <li>Deprecate CamelCase PathHierarchy tokenizer name (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10894";>#10894</a>)</li>
   <li>Rename Class ending with Plugin to Module under modules dir (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/4042";>#4042</a>)</li>
   <li>Remove deprecated <code>batch_size</code> parameter from 
<code>_bulk</code> (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/14283";>#14283</a>)</li>
   <li>Unset discovery nodes for every transport node actions request (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17682";>#17682</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support for HTTP/2 (server-side) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/3847";>#3847</a>)</li>
   <li>Allow mmap to use new JDK-19 preview APIs in Apache Lucene 9.4+ (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/5151";>#5151</a>)</li>
   <li>Add events correlation engine plugin (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/6854";>#6854</a>)</li>
   <li>Implement on behalf of token passing for extensions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/8679";>#8679</a>,
 <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10664";>#10664</a>)</li>
   <li>Provide service accounts tokens to extensions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/9618";>#9618</a>)</li>
   <li>GHA to verify checklist items completion in PR descriptions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10800";>#10800</a>)</li>
   <li>[WLM] Add WLM support for search scroll API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16981";>#16981</a>)</li>
   <li>Views, simplify data access and manipulation by providing a virtual 
layer over one or more indices (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11957";>#11957</a>)</li>
   <li>Add systemd configurations to strengthen OS core security (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17107";>#17107</a>)</li>
   <li>Added pull-based Ingestion (APIs, for ingestion source, a Kafka plugin, 
and IngestionEngine that pulls data from the ingestion source) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16958";>#16958</a>)</li>
   <li>Added ConfigurationUtils to core for the ease of configuration parsing 
<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17223";>#17223</a></li>
   <li>Add cluster and index level settings to limit the total primary shards 
per node and per index <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17295";>#17295</a></li>
   <li>Add execution_hint to cardinality aggregator request (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17312";>#17312</a>)</li>
   <li>Arrow Flight RPC plugin with Flight server bootstrap logic and client 
for internode communication (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16962";>#16962</a>)</li>
   <li>Added offset management for the pull-based Ingestion (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17354";>#17354</a>)</li>
   <li>Added integ tests for systemd configs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17410";>#17410</a>)</li>
   <li>Add filter function for AbstractQueryBuilder, BoolQueryBuilder, 
ConstantScoreQueryBuilder(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17409";>#17409</a>)</li>
   <li>[Star Tree] [Search] Resolving keyword &amp; numeric bucket aggregation 
with metric aggregation using star-tree (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17165";>#17165</a>)</li>
   <li>Added error handling support for the pull-based ingestion (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17427";>#17427</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md";>org.opensearch.client:opensearch-rest-client's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CHANGELOG</h1>
   <p>All notable changes to this project are documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>, and this 
project adheres to <a href="https://semver.org/spec/v2.0.0.html";>Semantic 
Versioning</a>. See the <a 
href="https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#Changelog";>CONTRIBUTING
 guide</a> for instructions on how to add changelog entries.</p>
   <h2><a 
href="https://github.com/opensearch-project/OpenSearch/compare/3.0...main";>Unreleased
 3.x</a></h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for linux riscv64 platform (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18156";>#18156</a>)</li>
   <li>[Rule based auto-tagging] Add get rule API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17336";>#17336</a>)</li>
   <li>Implement parallel shard refresh behind cluster settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17782";>#17782</a>)</li>
   <li>Bump OpenSearch Core main branch to 3.0.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18039";>#18039</a>)</li>
   <li>Update API of Message in index to add the timestamp for lag calculation 
in ingestion polling (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17977/";>#17977</a>)</li>
   <li>Add composite directory factory (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17988";>#17988</a>)</li>
   <li>Add pull-based ingestion error metrics and make internal queue size 
configurable (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18088";>#18088</a>)</li>
   <li>[Security Manager Replacement] Enhance Java Agent to intercept 
newByteChannel (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17989";>#17989</a>)</li>
   <li>Enabled Async Shard Batch Fetch by default (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18139";>#18139</a>)</li>
   <li>Allow to get the search request from the QueryCoordinatorContext (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17818";>#17818</a>)</li>
   <li>Improve sort-query performance by retaining the default 
<code>totalHitsThreshold</code> for approximated <code>match_all</code> queries 
(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18189";>#18189</a>)</li>
   </ul>
   <h3>Changed</h3>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump <code>com.google.code.gson:gson</code> from 2.12.1 to 2.13.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17923";>#17923</a>)</li>
   <li>Bump <code>com.github.spotbugs:spotbugs-annotations</code> from 4.9.0 to 
4.9.3 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17922";>#17922</a>)</li>
   <li>Bump <code>com.microsoft.azure:msal4j</code> from 1.18.0 to 1.20.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17925";>#17925</a>)</li>
   <li>Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18152";>#18152</a>)</li>
   <li>Bump <code>org.apache.commons:commons-collections4</code> from 4.4 to 
4.5.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18101";>#18101</a>)</li>
   <li>Bump <code>netty</code> from 4.1.118.Final to 4.1.121.Final (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18192";>#18192</a>)</li>
   <li>Bump <code>org.apache.commons:commons-configuration2</code> from 2.11.0 
to 2.12.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18103";>#18103</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <h3>Removed</h3>
   <h3>Fixed</h3>
   <ul>
   <li>Fix simultaneously creating a snapshot and updating the repository can 
potentially trigger an infinite loop (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17532";>#17532</a>)</li>
   <li>Remove package org.opensearch.transport.grpc and replace with 
org.opensearch.plugin.transport.grpc (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18031";>#18031</a>)</li>
   <li>Fix the native plugin installation error cause by the pgp public key 
change (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18147";>#18147</a>)</li>
   <li>Fix object field exists query (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17843";>#17843</a>)</li>
   <li>Use Bad Request status for InputCoercionException (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18161";>#18161</a>)</li>
   <li>Null check field names in QueryStringQueryBuilder (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18194";>#18194</a>)</li>
   <li>Avoid NPE if on SnapshotInfo if 'shallow' boolean not present (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18187";>#18187</a>)</li>
   </ul>
   <h3>Security</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/dc4efa821904cc2d7ea7ef61c0f577d3fc0d8be9";><code>dc4efa8</code></a>
 Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18152";>#18152</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18155";>#18155</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/8e943606b645344722340a542186f7407404fb4c";><code>8e94360</code></a>
 Fix native plugin error (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18153";>#18153</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/33b88a292a69eb46486b7947a079ff3652610fb7";><code>33b88a2</code></a>
 Add syscalls for merge operation error (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18148";>#18148</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/65fd5078c90f8d88674ffdc57cfc273d8aa331c1";><code>65fd507</code></a>
 Updated 3.0 release note related to <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/17682";>#17682</a>
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18140";>#18140</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18141";>#18141</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/e891017f6afc0bc4ba13181e5e14d24d47e69938";><code>e891017</code></a>
 Fix systemd configs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18134";>#18134</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/cb67ff9fa8c38089d606788d6da3840cad24f5dd";><code>cb67ff9</code></a>
 Update Gradle wrapper and startup scripts (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18090";>#18090</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18105";>#18105</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/c2f323ae8f5945f4e57fd5485cf69afc3b00a2b0";><code>c2f323a</code></a>
 Remove testSystemCallFilter temporarily (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18123";>#18123</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/084ec06581b863fa10de0a44d2d4fa7a7dcaa44c";><code>084ec06</code></a>
 Use cached SourceLookup for FieldScript (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/17927";>#17927</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18107";>#18107</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/06dbba9f050c13dd7bd3a2436f06c07148d7d499";><code>06dbba9</code></a>
 Fix release notes title (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18120";>#18120</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/040c28aef9cddd29b804ff8f24c7aa1eb0c62dc4";><code>040c28a</code></a>
 Add release notes for 3.0 GA release (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18117";>#18117</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/opensearch-project/OpenSearch/compare/2.19.2...3.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.19.2 
to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/opensearch-project/OpenSearch/releases";>org.opensearch.client:opensearch-rest-client-sniffer's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0</h2>
   <h2>2025-04-28 Version 3.0.0 Release Notes</h2>
   <h2>[3.0.0]</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>Upgrade to Lucene 10.1.0 - PR (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16366";>#16366</a>)</li>
   <li>JDK21 as minimum supported Java runtime (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/10745";>#10745</a>)</li>
   <li>Remove deprecated terms from Java API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/5214";>#5214</a>)</li>
   <li>JPMS Support (Eliminate top level split packages ) Phase-0 only (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/8110";>#8110</a>)</li>
   <li>Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin 
(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/15039";>#15039</a>)</li>
   <li>Add ThreadContextPermission for markAsSystemContext and allow core to 
perform the method (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/15016";>#15016</a>)</li>
   <li>Migrate client transports to Apache HttpClient / Core 5.x (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/4459";>#4459</a>)</li>
   <li>Validation changes on the Bulk Index API like enforcing 512 byte _id 
size limit (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/6595";>#6595</a>)</li>
   <li>Ability to use the node as coordinating node by passing node.roles as 
empty array (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/3412";>#3412</a>)</li>
   <li>Treat Setting value with empty array string as empty array (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10625";>#10625</a>)</li>
   <li>Ensure Jackson default maximums introduced in 2.16.0 do not conflict 
with OpenSearch settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11811";>#11811</a>)</li>
   <li>Setting a maximum depth for nested queries (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11670";>#11670</a>)</li>
   <li>Fix interchanged formats of total_indexing_buffer_in_bytes and 
total_indexing_buffer (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17070";>#17070</a>)</li>
   <li>Cleanup deprecated thread pool settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2595";>#2595</a>)</li>
   <li>Replace &quot;blacklist/whitelist&quot; terminology in Java APIs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/1683";>#1683</a>)</li>
   <li>Remove deprecated methods from JodaCompatibleZonedDateTime which are 
called by scripts (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/3346";>#3346</a>)</li>
   <li>List of deprecated code removal in 3.0- partially done (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/2773";>#2773</a>)</li>
   <li>Remove mmap.extensions setting (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/9392";>#9392</a>)</li>
   <li>Remove COMPAT locale provider (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/13988";>#13988</a>)</li>
   <li>Remove transport-nio plugin (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/16887";>#16887</a>)</li>
   <li>Deprecate CamelCase PathHierarchy tokenizer name (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10894";>#10894</a>)</li>
   <li>Rename Class ending with Plugin to Module under modules dir (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/4042";>#4042</a>)</li>
   <li>Remove deprecated <code>batch_size</code> parameter from 
<code>_bulk</code> (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/14283";>#14283</a>)</li>
   <li>Unset discovery nodes for every transport node actions request (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17682";>#17682</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support for HTTP/2 (server-side) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/3847";>#3847</a>)</li>
   <li>Allow mmap to use new JDK-19 preview APIs in Apache Lucene 9.4+ (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/5151";>#5151</a>)</li>
   <li>Add events correlation engine plugin (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/6854";>#6854</a>)</li>
   <li>Implement on behalf of token passing for extensions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/8679";>#8679</a>,
 <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10664";>#10664</a>)</li>
   <li>Provide service accounts tokens to extensions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/9618";>#9618</a>)</li>
   <li>GHA to verify checklist items completion in PR descriptions (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/10800";>#10800</a>)</li>
   <li>[WLM] Add WLM support for search scroll API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16981";>#16981</a>)</li>
   <li>Views, simplify data access and manipulation by providing a virtual 
layer over one or more indices (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/11957";>#11957</a>)</li>
   <li>Add systemd configurations to strengthen OS core security (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17107";>#17107</a>)</li>
   <li>Added pull-based Ingestion (APIs, for ingestion source, a Kafka plugin, 
and IngestionEngine that pulls data from the ingestion source) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16958";>#16958</a>)</li>
   <li>Added ConfigurationUtils to core for the ease of configuration parsing 
<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17223";>#17223</a></li>
   <li>Add cluster and index level settings to limit the total primary shards 
per node and per index <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17295";>#17295</a></li>
   <li>Add execution_hint to cardinality aggregator request (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17312";>#17312</a>)</li>
   <li>Arrow Flight RPC plugin with Flight server bootstrap logic and client 
for internode communication (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/16962";>#16962</a>)</li>
   <li>Added offset management for the pull-based Ingestion (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17354";>#17354</a>)</li>
   <li>Added integ tests for systemd configs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17410";>#17410</a>)</li>
   <li>Add filter function for AbstractQueryBuilder, BoolQueryBuilder, 
ConstantScoreQueryBuilder(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17409";>#17409</a>)</li>
   <li>[Star Tree] [Search] Resolving keyword &amp; numeric bucket aggregation 
with metric aggregation using star-tree (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17165";>#17165</a>)</li>
   <li>Added error handling support for the pull-based ingestion (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17427";>#17427</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md";>org.opensearch.client:opensearch-rest-client-sniffer's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CHANGELOG</h1>
   <p>All notable changes to this project are documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>, and this 
project adheres to <a href="https://semver.org/spec/v2.0.0.html";>Semantic 
Versioning</a>. See the <a 
href="https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#Changelog";>CONTRIBUTING
 guide</a> for instructions on how to add changelog entries.</p>
   <h2><a 
href="https://github.com/opensearch-project/OpenSearch/compare/3.0...main";>Unreleased
 3.x</a></h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for linux riscv64 platform (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18156";>#18156</a>)</li>
   <li>[Rule based auto-tagging] Add get rule API (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17336";>#17336</a>)</li>
   <li>Implement parallel shard refresh behind cluster settings (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17782";>#17782</a>)</li>
   <li>Bump OpenSearch Core main branch to 3.0.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18039";>#18039</a>)</li>
   <li>Update API of Message in index to add the timestamp for lag calculation 
in ingestion polling (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17977/";>#17977</a>)</li>
   <li>Add composite directory factory (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17988";>#17988</a>)</li>
   <li>Add pull-based ingestion error metrics and make internal queue size 
configurable (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18088";>#18088</a>)</li>
   <li>[Security Manager Replacement] Enhance Java Agent to intercept 
newByteChannel (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17989";>#17989</a>)</li>
   <li>Enabled Async Shard Batch Fetch by default (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18139";>#18139</a>)</li>
   <li>Allow to get the search request from the QueryCoordinatorContext (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17818";>#17818</a>)</li>
   <li>Improve sort-query performance by retaining the default 
<code>totalHitsThreshold</code> for approximated <code>match_all</code> queries 
(<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18189";>#18189</a>)</li>
   </ul>
   <h3>Changed</h3>
   <h3>Dependencies</h3>
   <ul>
   <li>Bump <code>com.google.code.gson:gson</code> from 2.12.1 to 2.13.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17923";>#17923</a>)</li>
   <li>Bump <code>com.github.spotbugs:spotbugs-annotations</code> from 4.9.0 to 
4.9.3 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17922";>#17922</a>)</li>
   <li>Bump <code>com.microsoft.azure:msal4j</code> from 1.18.0 to 1.20.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17925";>#17925</a>)</li>
   <li>Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18152";>#18152</a>)</li>
   <li>Bump <code>org.apache.commons:commons-collections4</code> from 4.4 to 
4.5.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18101";>#18101</a>)</li>
   <li>Bump <code>netty</code> from 4.1.118.Final to 4.1.121.Final (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18192";>#18192</a>)</li>
   <li>Bump <code>org.apache.commons:commons-configuration2</code> from 2.11.0 
to 2.12.0 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18103";>#18103</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <h3>Removed</h3>
   <h3>Fixed</h3>
   <ul>
   <li>Fix simultaneously creating a snapshot and updating the repository can 
potentially trigger an infinite loop (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17532";>#17532</a>)</li>
   <li>Remove package org.opensearch.transport.grpc and replace with 
org.opensearch.plugin.transport.grpc (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18031";>#18031</a>)</li>
   <li>Fix the native plugin installation error cause by the pgp public key 
change (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18147";>#18147</a>)</li>
   <li>Fix object field exists query (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/17843";>#17843</a>)</li>
   <li>Use Bad Request status for InputCoercionException (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18161";>#18161</a>)</li>
   <li>Null check field names in QueryStringQueryBuilder (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/pull/18194";>#18194</a>)</li>
   <li>Avoid NPE if on SnapshotInfo if 'shallow' boolean not present (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18187";>#18187</a>)</li>
   </ul>
   <h3>Security</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/dc4efa821904cc2d7ea7ef61c0f577d3fc0d8be9";><code>dc4efa8</code></a>
 Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18152";>#18152</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18155";>#18155</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/8e943606b645344722340a542186f7407404fb4c";><code>8e94360</code></a>
 Fix native plugin error (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18153";>#18153</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/33b88a292a69eb46486b7947a079ff3652610fb7";><code>33b88a2</code></a>
 Add syscalls for merge operation error (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18148";>#18148</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/65fd5078c90f8d88674ffdc57cfc273d8aa331c1";><code>65fd507</code></a>
 Updated 3.0 release note related to <a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/17682";>#17682</a>
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18140";>#18140</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18141";>#18141</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/e891017f6afc0bc4ba13181e5e14d24d47e69938";><code>e891017</code></a>
 Fix systemd configs (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18134";>#18134</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/cb67ff9fa8c38089d606788d6da3840cad24f5dd";><code>cb67ff9</code></a>
 Update Gradle wrapper and startup scripts (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18090";>#18090</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18105";>#18105</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/c2f323ae8f5945f4e57fd5485cf69afc3b00a2b0";><code>c2f323a</code></a>
 Remove testSystemCallFilter temporarily (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18123";>#18123</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/084ec06581b863fa10de0a44d2d4fa7a7dcaa44c";><code>084ec06</code></a>
 Use cached SourceLookup for FieldScript (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/17927";>#17927</a>)
 (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18107";>#18107</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/06dbba9f050c13dd7bd3a2436f06c07148d7d499";><code>06dbba9</code></a>
 Fix release notes title (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18120";>#18120</a>)</li>
   <li><a 
href="https://github.com/opensearch-project/OpenSearch/commit/040c28aef9cddd29b804ff8f24c7aa1eb0c62dc4";><code>040c28a</code></a>
 Add release notes for 3.0 GA release (<a 
href="https://redirect.github.com/opensearch-project/OpenSearch/issues/18117";>#18117</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/opensearch-project/OpenSearch/compare/2.19.2...3.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