File tree 3 files changed +10
-7
lines changed
client/src/com/aerospike/client/async
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,10 @@ protected void onFailure(AerospikeException ae) {
305
305
boolean done ;
306
306
boolean error ;
307
307
308
- private AsyncBatchExecutor (EventLoop eventLoop , Cluster cluster , boolean hasResultCode ) {
308
+ /**
309
+ * For internal use only.
310
+ */
311
+ protected AsyncBatchExecutor (EventLoop eventLoop , Cluster cluster , boolean hasResultCode ) {
309
312
this .eventLoop = eventLoop ;
310
313
this .cluster = cluster ;
311
314
this .hasResultCode = hasResultCode ;
Original file line number Diff line number Diff line change 39
39
<maven-surefire-plugin .version>2.18.1</maven-surefire-plugin .version>
40
40
<maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
41
41
42
- <netty .version>4.1.99 .Final</netty .version>
43
- <netty .tcnative.version>2.0.61 .Final</netty .tcnative.version>
44
- <grpc .version>1.56.1 </grpc .version>
42
+ <netty .version>4.1.100 .Final</netty .version>
43
+ <netty .tcnative.version>2.0.62 .Final</netty .tcnative.version>
44
+ <grpc .version>1.59.0 </grpc .version>
45
45
<luaj-jse .version>3.0.1</luaj-jse .version>
46
46
<jbcrypt .version>0.4</jbcrypt .version>
47
47
<commons-cli .version>1.5.0</commons-cli .version>
172
172
</pluginManagement >
173
173
</build >
174
174
175
- <!-- Enable this section when new grpc stub changes need to be
175
+ <!-- Enable this section when new grpc stub changes need to be
176
176
tested in development.
177
177
<repositories>
178
178
<repository>
181
181
</repository>
182
182
</repositories>
183
183
-->
184
-
184
+
185
185
</project >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.aerospike</groupId >
24
24
<artifactId >aerospike-proxy-stub</artifactId >
25
- <version >0.10.0 </version >
25
+ <version >1.0.1 </version >
26
26
</dependency >
27
27
28
28
<dependency >
You can’t perform that action at this time.
0 commit comments