This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch jdbc in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 971aca8f54e6a2fb15a218a026bfdb6a119f95e8 Author: PJ Fanning <[email protected]> AuthorDate: Sat Dec 20 09:49:38 2025 +0100 persistence jdbc 1.2.0 release --- content/.htaccess | 6 +++--- content/download.html | 2 +- content/search/search_index.json | 2 +- src/main/paradox/download.md | 2 +- src/main/public/.htaccess | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index 37d5658d..ebcc76d3 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -28,9 +28,9 @@ RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.o # pekko-persistence-cassandra/current gets redirected to pekko-persistence-cassandra/1.1 RewriteRule ^docs/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.1/docs/$1 [P] RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.1/api/$1 [P] -# pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.1 -RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/docs/$1 [P] -RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/api/$1 [P] +# pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.2 +RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.2/docs/$1 [P] +RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.2/api/$1 [P] # pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.1 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/docs/$1 [P] RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/api/$1 [P] diff --git a/content/download.html b/content/download.html index 4a69db9e..843c0b1d 100644 --- a/content/download.html +++ b/content/download.html @@ -276,7 +276,7 @@ Apache Pekko™ </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/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz">apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz.sha512">sha512</a>)</li> + <li><a href="https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz">apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz.sha512">sha512</a>)</li> <li><a href="https://pekko.apache.org/docs/pekko-persistence-jdbc/current/release-notes/index.html">Release Notes</a></li> </ul> <h2><a href="#pekko-persistence-r2dbc" name="pekko-persistence-r2dbc" class="anchor"><span class="anchor-link"></span></a>Pekko Persistence R2DBC</h2> diff --git a/content/search/search_index.json b/content/search/search_index.json index b8ce0932..a0aeff54 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":"Samples Modules Downloads Version Support How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and mor [...] \ No newline at end of file +{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples Modules Downloads Version Support How to contribute\nBanner Logo Apache Pekko™ Apache Pekko™ is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and mor [...] \ No newline at end of file diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md index 9ee8f77d..646c9901 100644 --- a/src/main/paradox/download.md +++ b/src/main/paradox/download.md @@ -57,7 +57,7 @@ There is also a milestone release, providing a preview for the upcoming major ve ## Pekko Persistence JDBC -* [apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz](https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz) signature: ([asc](https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.1.1/apache-pekko-persistence-jdbc-1.1.1-src-20250506.tgz.sha512)) +* [apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz](https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz) signature: ([asc](https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/PERSISTENCE-JDBC-1.2.0/apache-pekko-persistence-jdbc-1.2.0-src-20251216.tgz.sha512)) * [Release Notes](https://pekko.apache.org/docs/pekko-persistence-jdbc/current/release-notes/index.html) ## Pekko Persistence R2DBC diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 37d5658d..ebcc76d3 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -28,9 +28,9 @@ RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.o # pekko-persistence-cassandra/current gets redirected to pekko-persistence-cassandra/1.1 RewriteRule ^docs/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.1/docs/$1 [P] RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-cassandra/1.1/api/$1 [P] -# pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.1 -RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/docs/$1 [P] -RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.1/api/$1 [P] +# pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.2 +RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.2/docs/$1 [P] +RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.2/api/$1 [P] # pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.1 RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/docs/$1 [P] RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.1/api/$1 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
