Upgrade to Atomix 2.0.10
- Fix hanging at startup on very large clusters
- Handle ClosedSession exceptions in retrying primitive proxies
Change-Id: I3b9008b84f1be34e71360b066131bf7d3f32c692
diff --git a/lib/BUCK b/lib/BUCK
index 5ff711f..4b52a4a 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon, 4 Dec 2017 06:06:34 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 4 Dec 2017 20:31:55 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -207,10 +207,10 @@
remote_jar (
name = 'atomix',
- out = 'atomix-2.0.9.jar',
- url = 'mvn:io.atomix:atomix:jar:2.0.9',
- sha1 = 'f5d2fca297caa9e3a4bb1441d5488058b7edd997',
- maven_coords = 'io.atomix:atomix:2.0.9',
+ out = 'atomix-2.0.10.jar',
+ url = 'mvn:io.atomix:atomix:jar:2.0.10',
+ sha1 = '1141bcd368ea3f328b3b721b7306e15f8496d6f6',
+ maven_coords = 'io.atomix:atomix:2.0.10',
visibility = [ 'PUBLIC' ],
)
diff --git a/lib/deps.json b/lib/deps.json
index f1ff1e9..9757fb85 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -117,7 +117,7 @@
"aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b32",
"amqp-client": "mvn:com.rabbitmq:amqp-client:jar:3.6.1",
"asm": "mvn:org.ow2.asm:asm:5.0.4",
- "atomix": "mvn:io.atomix:atomix:2.0.9",
+ "atomix": "mvn:io.atomix:atomix:2.0.10",
"commons-codec": "mvn:commons-codec:commons-codec:1.10",
"commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
"commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",