This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch 1.1.x
in repository 
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/1.1.x by this push:
     new 1ddc44c  fix issues where snapshot docs refer to journal by accident 
(#480) (#484)
1ddc44c is described below

commit 1ddc44c0dd03f4cd70c005300c5002ac10f46537
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Aug 15 09:52:53 2026 +0100

    fix issues where snapshot docs refer to journal by accident (#480) (#484)
    
    * fix issues where snapshot docs refer to journal by accident (#480)
    
    * update old actions
---
 .github/workflows/headers.yml                 | 2 +-
 .github/workflows/java-format.yml             | 2 +-
 .github/workflows/link-validator.yml          | 2 +-
 .github/workflows/pekko-1.0-nightly-tests.yml | 2 +-
 .github/workflows/pekko-1.2-nightly-tests.yml | 2 +-
 .github/workflows/publish-1.0-docs.yml        | 2 +-
 .github/workflows/publish-1.0-nightly.yml     | 2 +-
 .github/workflows/publish-1.1-docs.yml        | 2 +-
 .github/workflows/publish-nightly.yml         | 2 +-
 .github/workflows/unit-tests.yml              | 6 +++---
 core/src/main/resources/reference.conf        | 4 ++--
 docs/src/main/paradox/snapshots.md            | 2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 96aef6a..73c32e1 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Check headers
         run: sbt +headerCheckAll
diff --git a/.github/workflows/java-format.yml 
b/.github/workflows/java-format.yml
index dc3eaee..3fc4131 100644
--- a/.github/workflows/java-format.yml
+++ b/.github/workflows/java-format.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       # Not sure why need to do docs/javafmtCheckAll, figure out later
       - name: Check headers
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 77c43c9..3068ee7 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -36,7 +36,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Setup Coursier
         uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # 
v1.3.9
diff --git a/.github/workflows/pekko-1.0-nightly-tests.yml 
b/.github/workflows/pekko-1.0-nightly-tests.yml
index dd448ef..e48a891 100644
--- a/.github/workflows/pekko-1.0-nightly-tests.yml
+++ b/.github/workflows/pekko-1.0-nightly-tests.yml
@@ -57,7 +57,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Test against ${{ matrix.container }}
         run: |-
diff --git a/.github/workflows/pekko-1.2-nightly-tests.yml 
b/.github/workflows/pekko-1.2-nightly-tests.yml
index fe80790..804065f 100644
--- a/.github/workflows/pekko-1.2-nightly-tests.yml
+++ b/.github/workflows/pekko-1.2-nightly-tests.yml
@@ -59,7 +59,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Test against ${{ matrix.container }}
         run: |-
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index 98dbb03..a5b72b8 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -40,7 +40,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.0-nightly.yml 
b/.github/workflows/publish-1.0-nightly.yml
index b30e96a..18e6c67 100644
--- a/.github/workflows/publish-1.0-nightly.yml
+++ b/.github/workflows/publish-1.0-nightly.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index 530407d..495b9a3 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -39,7 +39,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 4f29311..597600b 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -41,7 +41,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index e554424..a5e24b1 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -59,7 +59,7 @@ jobs:
           java-version: ${{ matrix.javaVersion }}
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Test against ${{ matrix.container }}
         run: |-
@@ -90,7 +90,7 @@ jobs:
           java-version: 8
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: MiMa Check
         run: sbt +mimaReportBinaryIssues
@@ -122,7 +122,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Create all API docs for artifacts/website and all reference docs
         run: sbt "unidoc; docs/paradox"
diff --git a/core/src/main/resources/reference.conf 
b/core/src/main/resources/reference.conf
index 5ef1c84..d83d78b 100644
--- a/core/src/main/resources/reference.conf
+++ b/core/src/main/resources/reference.conf
@@ -464,13 +464,13 @@ pekko.persistence.cassandra {
     write-profile = "pekko-persistence-cassandra-snapshot-profile"
     read-profile = "pekko-persistence-cassandra-snapshot-profile"
 
-    # Parameter indicating whether the journal keyspace should be auto created.
+    # Parameter indicating whether the snapshot store keyspace should be auto 
created.
     # Not all Cassandra settings are configurable when using autocreate and for
     # full control of the keyspace and table definitions you should create them
     # manually (with a script).
     keyspace-autocreate = false
 
-    # Parameter indicating whether the journal tables should be auto created
+    # Parameter indicating whether the snapshot store tables should be auto 
created.
     # Not all Cassandra settings are configurable when using autocreate and for
     # full control of the keyspace and table definitions you should create them
     # manually (with a script).
diff --git a/docs/src/main/paradox/snapshots.md 
b/docs/src/main/paradox/snapshots.md
index 55d4b8c..0269de4 100644
--- a/docs/src/main/paradox/snapshots.md
+++ b/docs/src/main/paradox/snapshots.md
@@ -65,7 +65,7 @@ To activate the snapshot-store plugin, add the following line 
to your Pekko `app
     pekko.persistence.snapshot-store.plugin = 
"pekko.persistence.cassandra.snapshot"
 
 This will run the snapshot store with its default settings. The default 
settings can be changed with the configuration
-properties defined in 
@ref:[reference.conf](configuration.md#default-configuration). Journal 
configuration is under 
+properties defined in 
@ref:[reference.conf](configuration.md#default-configuration). Snapshot 
configuration is under 
 `pekko.persistence.cassandra.snapshot`.
 
 ## Limitations


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to