From: Robert Varga Date: Fri, 15 Oct 2021 11:41:34 +0000 (+0200) Subject: Bump to akka-2.6.17 X-Git-Tag: v4.0.4~5 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=3b3733ab6cd51e95079b7a4b814aa5f6a49e75f5 Bump to akka-2.6.17 https://akka.io/blog/news/2021/10/15/akka-2.6.17-released Change-Id: I4183b02b42fb3dcda599ba77c73d26832fabea7b Signed-off-by: Robert Varga --- diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 6e698aa21d..aeb2ad2908 100644 --- a/akka/repackaged-akka-jar/pom.xml +++ b/akka/repackaged-akka-jar/pom.xml @@ -33,52 +33,52 @@ com.typesafe.akka akka-actor_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-actor-typed_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-cluster_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-cluster-typed_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-osgi_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-persistence_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-protobuf_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-remote_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-slf4j_2.13 - 2.6.16 + 2.6.17 com.typesafe.akka akka-stream_2.13 - 2.6.16 + 2.6.17 diff --git a/akka/repackaged-akka-jar/src/main/resources/actor_reference.conf b/akka/repackaged-akka-jar/src/main/resources/actor_reference.conf index ee30ba86e1..d0569ef3a6 100644 --- a/akka/repackaged-akka-jar/src/main/resources/actor_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/actor_reference.conf @@ -686,7 +686,7 @@ akka { debug { # enable function of Actor.loggable(), which is to log any received message # at DEBUG level, see the “Testing Actor Systems” section of the Akka - # Documentation at http://akka.io/docs + # Documentation at https://akka.io/docs receive = off # enable DEBUG logging of all AutoReceiveMessages (Kill, PoisonPill etc.) diff --git a/akka/repackaged-akka-jar/src/main/resources/cluster_tools_reference.conf b/akka/repackaged-akka-jar/src/main/resources/cluster_tools_reference.conf index 6fb9b323ca..783326f185 100644 --- a/akka/repackaged-akka-jar/src/main/resources/cluster_tools_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/cluster_tools_reference.conf @@ -228,4 +228,4 @@ akka.actor { serialization-identifiers { "akka.cluster.singleton.protobuf.ClusterSingletonMessageSerializer" = 14 } -} \ No newline at end of file +} diff --git a/akka/repackaged-akka-jar/src/main/resources/persistence_reference.conf b/akka/repackaged-akka-jar/src/main/resources/persistence_reference.conf index 1e75bdc1a5..db9ae1ecbe 100644 --- a/akka/repackaged-akka-jar/src/main/resources/persistence_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/persistence_reference.conf @@ -6,7 +6,7 @@ # Make your edits in your application.conf in order to override these settings. # Directory of persistence journal and snapshot store plugins is available at the -# Akka Community Projects page http://akka.io/community/ +# Akka Community Projects page https://akka.io/community/ # Default persistence extension settings. akka.persistence { @@ -187,6 +187,21 @@ akka.persistence { # which means a snapshot is taken after persisting every 1000 events. snapshot-after = off } + + # DurableStateStore settings + state { + # Absolute path to the KeyValueStore plugin configuration entry used by + # DurableStateBehavior actors by default. + # DurableStateBehavior can override `durableStateStorePluginId` method (`withDurableStateStorePluginId`) + # in order to rely on a different plugin. + plugin = "" + } + + # Fallback settings for DurableStateStore plugin configurations + # These settings are used if they are not defined in plugin config section. + state-plugin-fallback { + recovery-timeout = 30s + } } # Protobuf serialization for the persistent extension messages. diff --git a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf index 310781fae6..1f61e101d0 100644 --- a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf @@ -594,7 +594,7 @@ akka { # Enables SO_REUSEADDR, which determines when an ActorSystem can open # the specified listen port (the meaning differs between *nix and Windows) # Valid values are "on", "off" and "off-for-windows" - # due to the following Windows bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4476378 + # due to the following Windows bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4476378 # "off-for-windows" of course means that it's "on" for all other platforms tcp-reuse-addr = off-for-windows diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 6a3babd91d..9fd34fbe1c 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -75,7 +75,7 @@ com.typesafe.akka akka-testkit_2.13 - 2.6.16 + 2.6.17 test @@ -87,7 +87,7 @@ com.typesafe.akka akka-actor-testkit-typed_2.13 - 2.6.16 + 2.6.17 test @@ -103,7 +103,7 @@ com.typesafe.akka akka-persistence-tck_2.13 - 2.6.16 + 2.6.17 test diff --git a/docs/pom.xml b/docs/pom.xml index 1bb981dc31..f0f996df31 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -218,7 +218,7 @@ http://google.github.io/truth/api/1.0.1/ http://www.slf4j.org/apidocs/ https://google.github.io/guava/releases/29.0-jre/api/docs/ - http://doc.akka.io/japi/akka/2.6.16/ + http://doc.akka.io/japi/akka/2.6.17/ http://netty.io/4.1/api/ https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/ https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/