Bump to akka-2.6.17 01/97901/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Oct 2021 11:41:34 +0000 (13:41 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 16 Oct 2021 11:03:11 +0000 (13:03 +0200)
https://akka.io/blog/news/2021/10/15/akka-2.6.17-released

Change-Id: I4183b02b42fb3dcda599ba77c73d26832fabea7b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
akka/repackaged-akka-jar/pom.xml
akka/repackaged-akka-jar/src/main/resources/actor_reference.conf
akka/repackaged-akka-jar/src/main/resources/cluster_tools_reference.conf
akka/repackaged-akka-jar/src/main/resources/persistence_reference.conf
akka/repackaged-akka-jar/src/main/resources/remote_reference.conf
bundle-parent/pom.xml
docs/pom.xml

index 6e698aa21de2a9af1cd25094bf8413032de6a115..aeb2ad2908ebf6c9f8128588383283bf289457b6 100644 (file)
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-actor_2.13</artifactId>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-actor_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-actor-typed_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-actor-typed_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-cluster_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-cluster_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-cluster-typed_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-cluster-typed_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-osgi_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-osgi_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-persistence_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-persistence_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-protobuf_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-protobuf_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-remote_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-remote_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-slf4j_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-slf4j_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-stream_2.13</artifactId>
         </dependency>
         <dependency>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-stream_2.13</artifactId>
-            <version>2.6.16</version>
+            <version>2.6.17</version>
         </dependency>
     </dependencies>
 
         </dependency>
     </dependencies>
 
index ee30ba86e15dfc306e505e22fb999bcf282f83d2..d0569ef3a69afb5a379c44793a1bb982392292f2 100644 (file)
@@ -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
     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.)
       receive = off
 
       # enable DEBUG logging of all AutoReceiveMessages (Kill, PoisonPill etc.)
index 6fb9b323ca7e8d5afb47b3fead775b25c22d9d93..783326f1851e687a3104e2acbeeb423e4dc33c3b 100644 (file)
@@ -228,4 +228,4 @@ akka.actor {
   serialization-identifiers {
     "akka.cluster.singleton.protobuf.ClusterSingletonMessageSerializer" = 14
   }
   serialization-identifiers {
     "akka.cluster.singleton.protobuf.ClusterSingletonMessageSerializer" = 14
   }
-}
\ No newline at end of file
+}
index 1e75bdc1a51620aaf76be3cbf570b05e79eca23b..db9ae1ecbea08a517f4d8cb8cd20bf640ee482e1 100644 (file)
@@ -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 
 # 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 {
 
 # 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
   }
     # 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.
 }
 
 # Protobuf serialization for the persistent extension messages.
index 310781fae6054373641a803986dd7a124363faee..1f61e101d0af2aa215e06802eadabc4274f0be9e 100644 (file)
@@ -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"
       # 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
 
       # "off-for-windows" of course means that it's "on" for all other platforms
       tcp-reuse-addr = off-for-windows
 
index 6a3babd91d76641048848b0ac589a509d25e4045..9fd34fbe1c27ba8a8bc2ac980812fb83a8daf86a 100644 (file)
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-testkit_2.13</artifactId>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-testkit_2.13</artifactId>
-                <version>2.6.16</version>
+                <version>2.6.17</version>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
@@ -87,7 +87,7 @@
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-actor-testkit-typed_2.13</artifactId>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-actor-testkit-typed_2.13</artifactId>
-                <version>2.6.16</version>
+                <version>2.6.17</version>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-persistence-tck_2.13</artifactId>
             <dependency>
                 <groupId>com.typesafe.akka</groupId>
                 <artifactId>akka-persistence-tck_2.13</artifactId>
-                <version>2.6.16</version>
+                <version>2.6.17</version>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
                 <scope>test</scope>
                 <exclusions>
                     <exclusion>
index 1bb981dc3147ff2c293818612fb2d040addbb3a9..f0f996df319e3b9332de3c154b14e89fadac1c4a 100644 (file)
                         <link>http://google.github.io/truth/api/1.0.1/</link>
                         <link>http://www.slf4j.org/apidocs/</link>
                         <link>https://google.github.io/guava/releases/29.0-jre/api/docs/</link>
                         <link>http://google.github.io/truth/api/1.0.1/</link>
                         <link>http://www.slf4j.org/apidocs/</link>
                         <link>https://google.github.io/guava/releases/29.0-jre/api/docs/</link>
-                        <link>http://doc.akka.io/japi/akka/2.6.16/</link>
+                        <link>http://doc.akka.io/japi/akka/2.6.17/</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.9/</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.9/</link>