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 a5492521 pekko grpc 1.0.2 (#64)
a5492521 is described below
commit a54925217497e0e607ca6e829367be642a27222e
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 8 13:41:40 2024 +0100
pekko grpc 1.0.2 (#64)
---
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 cf064f7a..32b2188e 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -14,9 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/do
# pekko-management/current gets redirected to pekko-management/1.0.0
RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P]
RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P]
-# pekko-grpc/current gets redirected to pekko-grpc/1.0.1
-RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.1/docs/$1 [P]
-RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.1/api/$1 [P]
+# pekko-grpc/current gets redirected to pekko-grpc/1.0.2
+RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.2/docs/$1 [P]
+RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.2/api/$1 [P]
# pekko-connectors/current gets redirected to pekko-connectors/1.0.1
RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.1/api/$1 [P]
diff --git a/content/download.html b/content/download.html
index 40d37b49..99726bdc 100644
--- a/content/download.html
+++ b/content/download.html
@@ -261,7 +261,7 @@ apache/incubator-pekko
</ul>
<h2><a href="#pekko-grpc" name="pekko-grpc" class="anchor"><span
class="anchor-link"></span></a>Pekko gRPC</h2>
<ul>
- <li><a
href="https://www.apache.org/dyn/closer.lua/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz">apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz</a>
signature: (<a
href="https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz.asc">asc</a>)
checksum: (<a
href="https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz.sha512">sha512</a>)</li>
+ <li><a
href="https://www.apache.org/dyn/closer.lua/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz">apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz</a>
signature: (<a
href="https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz.asc">asc</a>)
checksum: (<a
href="https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz.sha512">sha512</a>)</li>
</ul>
<h2><a href="#pekko-management" name="pekko-management" class="anchor"><span
class="anchor-link"></span></a>Pekko Management</h2>
<ul>
diff --git a/content/search/search_index.json b/content/search/search_index.json
index a0877e66..fc4c3837 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. Apache
Pekko [...]
\ 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. Apache
Pekko [...]
\ No newline at end of file
diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md
index 412ab1bc..857d7225 100644
--- a/src/main/paradox/download.md
+++ b/src/main/paradox/download.md
@@ -21,7 +21,7 @@ These jars relate to the source downloads you find linked
below.
## Pekko gRPC
-*
[apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz)
signature:
([asc](https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz.asc))
checksum:
([sha512](https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.1/apache-pekko-grpc-1.0.1-incubating-src-20231005.tgz.sha512))
+*
[apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz](https://www.apache.org/dyn/closer.lua/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz)
signature:
([asc](https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz.asc))
checksum:
([sha512](https://dlcdn.apache.org/incubator/pekko/GRPC-1.0.2/apache-pekko-grpc-1.0.2-incubating-src-20231229.tgz.sha512))
## Pekko Management
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index cf064f7a..32b2188e 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -14,9 +14,9 @@ RewriteRule ^japi/pekko-http/current/(.*)$
https://nightlies.apache.org/pekko/do
# pekko-management/current gets redirected to pekko-management/1.0.0
RewriteRule ^docs/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/docs/$1 [P]
RewriteRule ^api/pekko-management/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-management/1.0.0/api/$1 [P]
-# pekko-grpc/current gets redirected to pekko-grpc/1.0.1
-RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.1/docs/$1 [P]
-RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.1/api/$1 [P]
+# pekko-grpc/current gets redirected to pekko-grpc/1.0.2
+RewriteRule ^docs/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.2/docs/$1 [P]
+RewriteRule ^api/pekko-grpc/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.2/api/$1 [P]
# pekko-connectors/current gets redirected to pekko-connectors/1.0.1
RewriteRule ^docs/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.1/api/$1 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]