Bump akka to 2.5.10 27/69427/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 28 Feb 2018 10:38:26 +0000 (11:38 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 13 Mar 2018 13:29:24 +0000 (13:29 +0000)
https://akka.io/blog/news/2018/02/23/akka-2.5.10-released

Change-Id: I10d598a96e4a08078e10551517cee7f3882fc49d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 8cd7db350256591e351ef994fce96ff75a140ee1)

features/odl-akka-clustering-2.5/src/main/history/dependencies.xml
features/odl-akka-persistence-2.5/src/main/history/dependencies.xml
features/odl-akka-system-2.5/src/main/history/dependencies.xml
odlparent-lite/pom.xml
odlparent/pom.xml

index 6af8b16bd8ef9a9f45c6b04a716ac8751c7053f3..af57f6412368eae9cb081ed28af09b1d225d8f97 100644 (file)
@@ -2,10 +2,10 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-akka-clustering-2.5">
     <feature version="0.0.0">
         <feature prerequisite="false" dependency="false">odl-akka-system-2.5</feature>
-        <bundle>mvn:com.typesafe.akka/akka-cluster_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-remote_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-stream_2.12/2.5.9</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-cluster_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-remote_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-stream_2.12/2.5.10</bundle>
         <bundle>mvn:com.typesafe/ssl-config-core_2.12/0.2.2</bundle>
         <bundle>mvn:io.aeron/aeron-client/1.7.0</bundle>
         <bundle>mvn:io.aeron/aeron-driver/1.7.0</bundle>
index 2d22c6ff2b18e347ab22d3e98c4fea3973d19320..8d9ba5363d9f1ea598846c54ec54fb9d1c32358b 100644 (file)
@@ -3,7 +3,7 @@
     <feature version="0.0.0">
         <feature prerequisite="false" dependency="false">odl-akka-leveldb-0.7</feature>
         <feature prerequisite="false" dependency="false">odl-akka-system-2.5</feature>
-        <bundle>mvn:com.typesafe.akka/akka-persistence_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.9</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-persistence_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.10</bundle>
     </feature>
 </features>
index 49c3d7645fed0b6ea214c4f0c3197b1f059ad120..488de12b72966edd2d68e4ab12aa6263f67972ff 100644 (file)
@@ -2,9 +2,9 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-akka-system-2.5">
     <feature version="0.0.0">
         <feature prerequisite="false" dependency="false">odl-akka-scala-2.12</feature>
-        <bundle>mvn:com.typesafe.akka/akka-actor_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-osgi_2.12/2.5.9</bundle>
-        <bundle>mvn:com.typesafe.akka/akka-slf4j_2.12/2.5.9</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-actor_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-osgi_2.12/2.5.10</bundle>
+        <bundle>mvn:com.typesafe.akka/akka-slf4j_2.12/2.5.10</bundle>
         <bundle>mvn:com.typesafe/config/1.3.2</bundle>
     </feature>
 </features>
index b26afa0cfda832781075b7673b9409e82b31b7df..087ecb6a447fd4439229fba0af48229c9a5e4fbc 100644 (file)
                 <link>https://www.slf4j.org/apidocs/</link>
                 <link>https://xerces.apache.org/xerces2-j/javadocs/api/</link>
                 <link>https://google.github.io/guava/releases/23.6-jre/api/docs/</link>
-                <link>http://doc.akka.io/japi/akka/2.5.9/</link>
+                <link>http://doc.akka.io/japi/akka/2.5.10/</link>
                 <link>http://netty.io/4.1/api/</link>
                 <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
                 <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/</link>
index 73175328e2635acf1104048c8661ff1ed4843526..de54080cd139c60ed222355484ee231d8fd07497 100644 (file)
     <!-- Used by controller, snbi; see also centinel, dlux, toolkit -->
     <osgi.core.version>5.0.0</osgi.core.version>
 
-    <akka.version>2.5.9</akka.version>
+    <akka.version>2.5.10</akka.version>
     <leveldb.version>0.7</leveldb.version>
 
     <!-- Default Sonar configuration -->