This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
The following commit(s) were added to refs/heads/main by this push: new 2fb6c0fe persistence cassandra release (#32) 2fb6c0fe is described below commit 2fb6c0fe9d98e10fbc6a65666dfbecb9b7719dc2 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Sat Oct 7 10:32:26 2023 +0100 persistence cassandra release (#32) --- content/download.html | 7 +++++++ content/how-to-contribute.html | 1 + content/index.html | 2 ++ content/modules.html | 1 + content/search/search_index.json | 2 +- content/what-is-pekko.html | 1 + project/build.properties | 2 +- src/main/paradox/download.md | 4 ++++ 8 files changed, 18 insertions(+), 2 deletions(-) diff --git a/content/download.html b/content/download.html index 2a2da148..18be5294 100644 --- a/content/download.html +++ b/content/download.html @@ -155,6 +155,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> @@ -179,6 +180,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> @@ -226,6 +228,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> @@ -269,6 +272,10 @@ apache/incubator-pekko-site <ul> <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz">apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz</a> signature: (<a href="https://dlcdn.apache.org/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz.asc">asc</a>) checksum: (<a href="https://dlcdn.apache.org/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connect [...] </ul> +<h2><a href="#pekko-persistence-cassandra" name="pekko-persistence-cassandra" class="anchor"><span class="anchor-link"></span></a>Pekko Persistence Cassandra</h2> +<ul> + <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/PERSISTENCE_CASSANDRA-1.0.0/apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz">apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz</a> signature: (<a href="https://dlcdn.apache.org/incubator/pekko/PERSISTENCE_CASSANDRA-1.0.0/apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz.asc">asc</a>) checksum: (<a href="https://dlcdn.apache.org/incubator/pekko/PERSISTENCE_CASSAN [...] +</ul> <h2><a href="#pekko-persistence-jdbc" name="pekko-persistence-jdbc" class="anchor"><span class="anchor-link"></span></a>Pekko Persistence JDBC</h2> <ul> <li><a href="https://www.apache.org/dyn/closer.lua/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz">apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz</a> signature: (<a href="https://dlcdn.apache.org/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz.asc">asc</a>) checksum: (<a href="https://dlcdn.apache.org/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persist [...] diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html index 60547b03..b0850a8b 100644 --- a/content/how-to-contribute.html +++ b/content/how-to-contribute.html @@ -155,6 +155,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> diff --git a/content/index.html b/content/index.html index da987af6..b40545c1 100644 --- a/content/index.html +++ b/content/index.html @@ -150,6 +150,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> @@ -212,6 +213,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> diff --git a/content/modules.html b/content/modules.html index 51e8b246..9b51b2f5 100644 --- a/content/modules.html +++ b/content/modules.html @@ -155,6 +155,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> diff --git a/content/search/search_index.json b/content/search/search_index.json index df62cc09..f7c94c41 100644 --- a/content/search/search_index.json +++ b/content/search/search_index.json @@ -1 +1 @@ -{"docs":[{"location":"/paradox.json","text":"","title":""},{"location":"/index.html","text":"","title":"Apache Pekko"},{"location":"/index.html#apache-pekko","text":"What is Pekko? Disclaimer Apache Pekko Modules Repositories Download Jars Pekko Core Pekko HTTP Pekko gRPC Pekko Management Pekko Connectors Pekko Connectors Kafka Pekko Persistence JDBC Pekko SBT Paradox Archives Verifying Downloads How to Contribute The Apache Pekko Community Code of Conduct","title":"Apache Pekko"},{"loca [...] \ No newline at end of file +{"docs":[{"location":"/paradox.json","text":"","title":""},{"location":"/index.html","text":"","title":"Apache Pekko"},{"location":"/index.html#apache-pekko","text":"What is Pekko? Disclaimer Apache Pekko Modules Repositories Download Jars Pekko Core Pekko HTTP Pekko gRPC Pekko Management Pekko Connectors Pekko Connectors Kafka Pekko Persistence Cassandra Pekko Persistence JDBC Pekko SBT Paradox Archives Verifying Downloads How to Contribute The Apache Pekko Community Code of Conduct","t [...] \ No newline at end of file diff --git a/content/what-is-pekko.html b/content/what-is-pekko.html index b6a86d8d..0e7f6349 100644 --- a/content/what-is-pekko.html +++ b/content/what-is-pekko.html @@ -155,6 +155,7 @@ apache/incubator-pekko-site <li><a href="download.html#pekko-management" class="header">Pekko Management</a></li> <li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li> <li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li> + <li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li> <li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li> <li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li> <li><a href="download.html#archives" class="header">Archives</a></li> diff --git a/project/build.properties b/project/build.properties index 30409871..27430827 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.6 diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md index 7900f867..9772524b 100644 --- a/src/main/paradox/download.md +++ b/src/main/paradox/download.md @@ -35,6 +35,10 @@ These jars relate to the source downloads you find linked below. * [apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz) signature: ([asc](https://dlcdn.apache.org/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connectors-kafka-1.0.0-incubating-src-20230726.tgz.asc)) checksum: ([sha512](https://dlcdn.apache.org/incubator/pekko/CONNECTORS-KAFKA-1.0.0/apache-pekko-connectors-kafka-1.0.0-incubating [...] +## Pekko Persistence Cassandra + +* [apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/PERSISTENCE_CASSANDRA-1.0.0/apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz) signature: ([asc](https://dlcdn.apache.org/incubator/pekko/PERSISTENCE_CASSANDRA-1.0.0/apache-pekko-persistence-cassandra-1.0.0-incubating-src-20230916.tgz.asc)) checksum: ([sha512](https://dlcdn.apache.org/incubator/pekko/PERSISTENCE_CASSANDRA-1.0.0/apache-pekko-per [...] + ## Pekko Persistence JDBC * [apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz) signature: ([asc](https://dlcdn.apache.org/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persistence-jdbc-1.0.0-incubating-src-20230829.tgz.asc)) checksum: ([sha512](https://dlcdn.apache.org/incubator/pekko/PERSISTENCE-JDBC-1.0.0/apache-pekko-persistence-jdbc-1.0.0-incubating [...] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org