Skip to content

Commit 9cee41e

Browse files
committed
Docs: Add note about removing prepareExecute from the java client
relates elastic#30966
1 parent 1502812 commit 9cee41e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/reference/migration/migrate_7_0/java.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55

66
`isShardsAcked` has been replaced by `isShardsAcknowledged` in
77
`CreateIndexResponse`, `RolloverResponse` and
8-
`CreateIndexClusterStateUpdateResponse`.
8+
`CreateIndexClusterStateUpdateResponse`.
9+
10+
==== `prepareExecute` removed from the client api
11+
12+
The `prepareExecute` method which created a request builder has been
13+
removed from the client api. Instead, construct a build for the
14+
appropriate request directly.

0 commit comments

Comments
 (0)