You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/08/23 10:25:12 UTC

[james-project] 19/26: JAMES-3771 Homepage: Elastic => OpenSearch rewords

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 07f7537e5033740be8cb3d08fc0f6a319e804a8d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Aug 8 09:46:31 2022 +0700

    JAMES-3771 Homepage: Elastic => OpenSearch rewords
---
 src/homepage/howTo/custom-listeners.html | 2 +-
 src/homepage/index.html                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/homepage/howTo/custom-listeners.html b/src/homepage/howTo/custom-listeners.html
index c0c7f81a9b..eb5cdfe94b 100644
--- a/src/homepage/howTo/custom-listeners.html
+++ b/src/homepage/howTo/custom-listeners.html
@@ -50,7 +50,7 @@ layout: howTo
                     Each time an action is applied on a mailbox(adding, deleting), or on an email(adding, deleting, updating flags...),
                     then an event representing that action is generated and delivered to all the Listeners that had been registered before.
                     After receiving events, listeners retrieve information from the events then execute their business
-                    (Indexing emails in ElasticSearch, updating quota of users, detecting spam emails...)
+                    (Indexing emails in OpenSearch, updating quota of users, detecting spam emails...)
                 </p>
 
                 <p>
diff --git a/src/homepage/index.html b/src/homepage/index.html
index 0341e4a905..74fe855743 100644
--- a/src/homepage/index.html
+++ b/src/homepage/index.html
@@ -78,7 +78,7 @@ layout: default
                 - <b>Emailing protocols:</b> SMTP, LMTP, POP3, IMAP, ManageSieve, JMAP<br/>
                 - <b>Mailet container:</b> independent, extensible and pluggable email processing agents<br/>
                 - <b>Storage API:</b> Mailbox API / Search API / User API<br/>
-                - <b>Storage Implementations:</b> Cassandra / PostgreSQL / HSQLDB / MySQL / ElasticSearch...<br/>
+                - <b>Storage Implementations:</b> Cassandra / PostgreSQL / HSQLDB / MySQL / OpenSearch...<br/>
                 - <b>Administration:</b> JMX / REST / Command Line<br/>
                 - <b>James Core</b>
               </div>
@@ -139,7 +139,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template"><span class="long-arrow-right">&#8594;</span><span><b>BETA:</b> Distributed James server<br>
                 Recent work of the Apache James project did lead to a James product that leverages a distributed mail server,
                 using storage technologies like <a href="https://cassandra.apache.org/">Cassandra</a>,
-                  <a href="https://www.elastic.co/elasticsearch/">ElasticSearch</a>, <a href="https://www.rabbitmq.com/">RabbitMQ</a>, and
+                  <a href="https://opensearch.org/">OpenSearch</a>, <a href="https://www.rabbitmq.com/">RabbitMQ</a>, and
                 <a href="https://wiki.openstack.org/wiki/Swift">objectStorage (S3/Swift)</a>.<br/><br/>
                 Feedback on this product, announced as a beta since 3.5.0 is welcome.<br/><br/>
                 This product can be executed via <a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/docker-compose.yml">


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org