This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch r2dbc in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 103c7113cd874e1d7636897bdf86fa95935eee7d Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 27 20:04:34 2026 +0100 r2dbc 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 8717d288..6d04f322 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -31,9 +31,9 @@ RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apa # pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.3 RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.3/docs/$1 [P] RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.3/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] +# pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.2 +RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.2/docs/$1 [P] +RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.2/api/$1 [P] # pekko-projection/current gets redirected to pekko-projection/1.1 RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/docs/$1 [P] RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/api/$1 [P] diff --git a/content/download.html b/content/download.html index 6e18e551..5ee76268 100644 --- a/content/download.html +++ b/content/download.html @@ -305,7 +305,7 @@ Apache Pekko™ </ul> <h2><a href="#pekko-persistence-r2dbc" name="pekko-persistence-r2dbc" class="anchor"><span class="anchor-link"></span></a>Pekko Persistence R2DBC</h2> <ul> - <li><a href="https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz">apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz.sha512">sha512< [...] + <li><a href="https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz">apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz.sha512">sha512< [...] <li><a href="https://pekko.apache.org/docs/pekko-persistence-r2dbc/1.1/release-notes/index.html">Release Notes</a></li> </ul> <p>There is also a milestone release, providing a preview for the upcoming major version:</p> diff --git a/content/search/search_index.json b/content/search/search_index.json index 30159009..f3d1cbfe 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 1be42e68..294eac83 100644 --- a/src/main/paradox/download.md +++ b/src/main/paradox/download.md @@ -86,7 +86,7 @@ There is also a milestone release, providing a preview for the upcoming major ve ## Pekko Persistence R2DBC -* [apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz](https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz) signature: ([asc](https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0/apache-pekko-persistence-r2dbc-1.1.0-src-20250902.tgz.sha512)) +* [apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz](https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz) signature: ([asc](https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.2.0/apache-pekko-persistence-r2dbc-1.2.0-src-20260622.tgz.sha512)) * [Release Notes](https://pekko.apache.org/docs/pekko-persistence-r2dbc/1.1/release-notes/index.html) There is also a milestone release, providing a preview for the upcoming major version: diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 8717d288..6d04f322 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -31,9 +31,9 @@ RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apa # pekko-persistence-jdbc/current gets redirected to pekko-persistence-jdbc/1.3 RewriteRule ^docs/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.3/docs/$1 [P] RewriteRule ^api/pekko-persistence-jdbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-jdbc/1.3/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] +# pekko-persistence-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.2 +RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.2/docs/$1 [P] +RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.2/api/$1 [P] # pekko-projection/current gets redirected to pekko-projection/1.1 RewriteRule ^docs/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/docs/$1 [P] RewriteRule ^api/pekko-projection/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-projection/1.1/api/$1 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
