diff --git a/client/src/com/aerospike/client/async/AsyncBatchExecutor.java b/client/src/com/aerospike/client/async/AsyncBatchExecutor.java index 5f1f81d4f..733509748 100644 --- a/client/src/com/aerospike/client/async/AsyncBatchExecutor.java +++ b/client/src/com/aerospike/client/async/AsyncBatchExecutor.java @@ -305,7 +305,10 @@ protected void onFailure(AerospikeException ae) { boolean done; boolean error; - private AsyncBatchExecutor(EventLoop eventLoop, Cluster cluster, boolean hasResultCode) { + /** + * For internal use only. + */ + protected AsyncBatchExecutor(EventLoop eventLoop, Cluster cluster, boolean hasResultCode) { this.eventLoop = eventLoop; this.cluster = cluster; this.hasResultCode = hasResultCode; diff --git a/pom.xml b/pom.xml index 799e579a0..09d881e24 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ 2.18.1 3.2.0 - 4.1.99.Final - 2.0.61.Final - 1.56.1 + 4.1.100.Final + 2.0.62.Final + 1.59.0 3.0.1 0.4 1.5.0 @@ -172,7 +172,7 @@ - - + diff --git a/proxy/pom.xml b/proxy/pom.xml index 7f9950c0f..855382814 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -22,7 +22,7 @@ com.aerospike aerospike-proxy-stub - 0.10.0 + 1.0.1