mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
This PR removes previously deprecated `isShardsAcked()` method in favour of `isShardsAcknowledged()` on `CreateIndexResponse`, `CreateIndexClusterStateUpdateResponse` and `RolloverResponse` Related to #27784 Follow-up of #27819
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
[[breaking_70_java_changes]]
|
|
=== Java API changes
|
|
|
|
==== `isShardsAcked` deprecated in `6.2` has been removed
|
|
|
|
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
|
|
`CreateIndexResponse`, `RolloverResponse` and
|
|
`CreateIndexClusterStateUpdateResponse`. |