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/pekko-site.git
The following commit(s) were added to refs/heads/main by this push: new d6b3a8cd release 1.2.0-M2 (#161) d6b3a8cd is described below commit d6b3a8cd4a91db8cfdb7e0fcadffdd108a820df6 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Mon Jul 21 20:10:59 2025 +0100 release 1.2.0-M2 (#161) --- content/.htaccess | 8 ++++++++ content/download.html | 2 +- content/search/search_index.json | 2 +- src/main/paradox/download.md | 2 +- src/main/public/.htaccess | 8 ++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index 19078f28..06510f18 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -101,6 +101,14 @@ RewriteRule ^japi/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs RewriteRule ^docs/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/docs/$2 [P] RewriteRule ^api/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/api/$2 [P] RewriteRule ^japi/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/japi/$2 [P] +# 1.2.0-M1 redirect +RewriteRule ^docs/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/japi/$2 [P] +# 1.2.0-M2 redirect +RewriteRule ^docs/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/japi/$2 [P] # snapshots redirect RewriteRule ^docs/([^/]+)/snapshot/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P] RewriteRule ^api/([^/]+)/snapshot/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P] diff --git a/content/download.html b/content/download.html index e448c916..450c63af 100644 --- a/content/download.html +++ b/content/download.html @@ -231,7 +231,7 @@ Apache Pekko™ </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/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz">apache-pekko-1.2.0-M1-src-20250129.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz.sha512">sha512</a>)</li> + <li><a href="https://www.apache.org/dyn/closer.lua/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz">apache-pekko-1.2.0-M2-src-20250712.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz.sha512">sha512</a>)</li> <li><a href="https://pekko.apache.org/docs/pekko/snapshot/release-notes/index.html">Snapshot Release Notes</a></li> </ul> <h2><a href="#pekko-http" name="pekko-http" class="anchor"><span class="anchor-link"></span></a>Pekko HTTP</h2> diff --git a/content/search/search_index.json b/content/search/search_index.json index 5cb365ba..a32800e6 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 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 more. Pekko include [...] \ No newline at end of file +{"docs":[{"location":"paradox.json","text":"","title":""},{"location":"index.html","text":"Samples Modules Downloads 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 more. Pekko include [...] \ No newline at end of file diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md index d9915d74..4298cdad 100644 --- a/src/main/paradox/download.md +++ b/src/main/paradox/download.md @@ -18,7 +18,7 @@ These jars relate to the source downloads you find linked below. There is also a milestone release. This release should not be used in production. -* [apache-pekko-1.2.0-M1-src-20250129.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz) signature: ([asc](https://downloads.apache.org/pekko/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/1.2.0-M1/apache-pekko-1.2.0-M1-src-20250129.tgz.sha512)) +* [apache-pekko-1.2.0-M2-src-20250712.tgz](https://www.apache.org/dyn/closer.lua/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz) signature: ([asc](https://downloads.apache.org/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz.asc)) checksum: ([sha512](https://downloads.apache.org/pekko/1.2.0-M2/apache-pekko-1.2.0-M2-src-20250712.tgz.sha512)) * [Snapshot Release Notes](https://pekko.apache.org/docs/pekko/snapshot/release-notes/index.html) ## Pekko HTTP diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 19078f28..06510f18 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -101,6 +101,14 @@ RewriteRule ^japi/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs RewriteRule ^docs/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/docs/$2 [P] RewriteRule ^api/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/api/$2 [P] RewriteRule ^japi/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/japi/$2 [P] +# 1.2.0-M1 redirect +RewriteRule ^docs/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.2.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M1/japi/$2 [P] +# 1.2.0-M2 redirect +RewriteRule ^docs/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.2.0-M2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.0-M2/japi/$2 [P] # snapshots redirect RewriteRule ^docs/([^/]+)/snapshot/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P] RewriteRule ^api/([^/]+)/snapshot/(.*)$ https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org