Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RewriteRule ^api/pekko-persistence-cassandra/current/(.*)$ https://nightlies.apa
# 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-r2dbc/current gets redirected to pekko-persistence-r2dbc/1.0
RewriteRule ^docs/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/docs/$1 [P]
RewriteRule ^api/pekko-persistence-r2dbc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-persistence-r2dbc/1.0/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-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]
Expand Down
6 changes: 1 addition & 5 deletions content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,9 @@ <h2><a href="#pekko-persistence-jdbc" name="pekko-persistence-jdbc" class="ancho
</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/incubator/pekko/PERSISTENCE-R2DBC-1.0.0/apache-pekko-persistence-r2dbc-1.0.0-incubating-src-20231209.tgz">apache-pekko-persistence-r2dbc-1.0.0-incubating-src-20231209.tgz</a> signature: (<a href="https://downloads.apache.org/incubator/pekko/PERSISTENCE-R2DBC-1.0.0/apache-pekko-persistence-r2dbc-1.0.0-incubating-src-20231209.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/incubator/pekko/PERSISTENCE-R2DBC-1.0.0/apache-pekko-persistence-r2dbc-1.0.0-incubating-src-20231209.tgz.sha512">sha512</a>)</li>
<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</a>)</li>
<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. This release should not be used in production.</p>
<ul>
<li><a href="https://www.apache.org/dyn/closer.lua/pekko/PERSISTENCE-R2DBC-1.1.0-M1/apache-pekko-persistence-r2dbc-1.1.0-M1-src-20241205.tgz">apache-pekko-persistence-r2dbc-1.1.0-M1-src-20241205.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0-M1/apache-pekko-persistence-r2dbc-1.1.0-M1-src-20241205.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PERSISTENCE-R2DBC-1.1.0-M1/apache-pekko-persistence-r2dbc-1.1.0-M1-src-20241205.tgz.sha512">sha512</a>)</li>
</ul>
<h2><a href="#pekko-projection" name="pekko-projection" class="anchor"><span class="anchor-link"></span></a>Pekko Projection</h2>
<ul>
<li><a href="https://www.apache.org/dyn/closer.lua/pekko/PROJECTION-1.1.0/apache-pekko-projection-1.1.0-src-20250224.tgz">apache-pekko-projection-1.1.0-src-20250224.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/PROJECTION-1.1.0/apache-pekko-projection-1.1.0-src-20250224.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/PROJECTION-1.1.0/apache-pekko-projection-1.1.0-src-20250224.tgz.sha512">sha512</a>)</li>
Expand Down
Loading