File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
astra-db-java/src/main/java/com/datastax/astra/client/model/command Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public T embeddingAuthProvider(EmbeddingHeadersProvider embeddingAuthProvider) {
118
118
* @return
119
119
* service key
120
120
* @deprecated
121
- * has been replace by {@link #embeddingAuthProvider(EmbeddingHeadersProvider)}
121
+ * has been replaced by {@link #embeddingAuthProvider(EmbeddingHeadersProvider)}
122
122
*/
123
123
@ Deprecated
124
124
@ SuppressWarnings ("unchecked" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
5
5
# Development mode with latest taf
6
6
coordinator :
7
- image : stargateio/coordinator-dse-next:v2.1.0-BETA-12
7
+ image : stargateio/coordinator-dse-next:v2.1.0-BETA-18
8
8
networks :
9
9
- stargate
10
10
ports :
@@ -26,7 +26,7 @@ services:
26
26
retries : 10
27
27
28
28
data-api :
29
- image : stargateio/data-api:v1.0.12
29
+ image : stargateio/data-api:v1.0.17
30
30
depends_on :
31
31
coordinator :
32
32
condition : service_healthy
You can’t perform that action at this time.
0 commit comments