Skip to content

Commit 6d29bc5

Browse files
committed
ignoring plugin test until stable version ready
1 parent 4009a76 commit 6d29bc5

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/remote_info/ClusterRemoteProxyInfo.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ public final int maxProxySocketConnections() {
180180
}
181181

182182
/**
183-
* This field presents and has value of ::es_redacted:: only when the remote
184-
* cluster is configured with the API key based model. Otherwise, the field is
185-
* not present.
183+
* This field is present and has a value of <code>::es_redacted::</code> only
184+
* when the remote cluster is configured with the API key based model.
185+
* Otherwise, the field is not present.
186186
* <p>
187187
* API name: {@code cluster_credentials}
188188
*/
@@ -350,9 +350,9 @@ public final Builder maxProxySocketConnections(int value) {
350350
}
351351

352352
/**
353-
* This field presents and has value of ::es_redacted:: only when the remote
354-
* cluster is configured with the API key based model. Otherwise, the field is
355-
* not present.
353+
* This field is present and has a value of <code>::es_redacted::</code> only
354+
* when the remote cluster is configured with the API key based model.
355+
* Otherwise, the field is not present.
356356
* <p>
357357
* API name: {@code cluster_credentials}
358358
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3060,10 +3060,10 @@
30603060
if (hash.length > 1) {
30613061
hash = hash.substring(1);
30623062
}
3063-
window.location = "https://github.com/elastic/elasticsearch-specification/tree/c9adece35c777c343d29ab3af14825e29f522c88/specification/" + (paths[hash] || "");
3063+
window.location = "https://github.com/elastic/elasticsearch-specification/tree/94e5ff9eb25866b034e997beec7bffd5c3f12ae6/specification/" + (paths[hash] || "");
30643064
</script>
30653065
</head>
30663066
<body>
3067-
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/c9adece35c777c343d29ab3af14825e29f522c88/specification/">Elasticsearch API specification</a>.
3067+
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/94e5ff9eb25866b034e997beec7bffd5c3f12ae6/specification/">Elasticsearch API specification</a>.
30683068
</body>
30693069
</html>

java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SourceMode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
*/
4646
@JsonpDeserializable
4747
public enum SourceMode implements JsonEnum {
48-
Disabled("disabled"),
48+
Disabled("DISABLED"),
4949

50-
Stored("stored"),
50+
Stored("STORED"),
5151

52-
Synthetic("synthetic"),
52+
Synthetic("SYNTHETIC"),
5353

5454
;
5555

java-client/src/test/java/co/elastic/clients/elasticsearch/spec_issues/SpecIssuesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public void i0254_suggesterTest() throws Exception {
161161
new Suggester.Builder().suggesters("song-suggest", s -> s.completion(c->c.field("suggest"))).build();
162162
}
163163

164+
@Disabled("Stable version 9 not yet available")
164165
@Test
165166
// update: icu_collation_keyword has been released and added to the spec
166167
public void i0249_variantKind() throws Exception {

0 commit comments

Comments
 (0)