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 2023/05/30 04:43:43 UTC

[james-project] branch master updated (11422aa6ae -> e590418ac0)

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

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


    from 11422aa6ae [FIX] Correctly close JPA EntityManager in a couple of places (#1574)
     new 3640647212 [CHANGELOG] Refresher as of 17/05/2023
     new 4fb2c33df3 [RELEASE] Roll over upgrade instructions for 3.8.0
     new 8fc56ecf80 [RELEASE] Blog post for 3.8.0
     new bff6f3ad4b [RELEASE] Documentation changes for 3.8.0
     new e590418ac0 [RELEASE] Dowload page for 3.8.0

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  26 +++-
 README.adoc                                        |   2 +-
 docs/antora.yml                                    |   2 +-
 server/apps/distributed-app/docs/antora.yml        |   2 +-
 .../docs/modules/ROOT/pages/operate/index.adoc     |  26 ++--
 .../docs/modules/ROOT/pages/run/k8s-values.adoc    |   2 +-
 .../docs/modules/ROOT/pages/run/run-docker.adoc    |   4 +-
 .../distributed-app/helm-chart/james/values.yaml   |   2 +-
 ....3.markdown => 2023-03-20-james-3.7.4.markdown} |   0
 .../_posts/2023-05-17-james-3.8.0.markdown         |  32 +++++
 src/homepage/index.html                            |   6 +-
 src/site/markdown/mailet/quickstart.md             |   2 +-
 src/site/xdoc/download.xml                         | 132 ++++++++++-----------
 src/site/xdoc/server/install.xml                   |   8 +-
 src/site/xdoc/server/packaging.xml                 |  16 +--
 src/site/xdoc/server/release-notes.xml             |   4 +
 upgrade-instructions.md                            |   6 +-
 17 files changed, 169 insertions(+), 103 deletions(-)
 rename src/homepage/_posts/{2023-03-20-james-3.7.3.markdown => 2023-03-20-james-3.7.4.markdown} (100%)
 create mode 100644 src/homepage/_posts/2023-05-17-james-3.8.0.markdown


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


[james-project] 01/05: [CHANGELOG] Refresher as of 17/05/2023

Posted by bt...@apache.org.
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 36406472122caf32814b8ead7f79778349ab75cd
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 09:10:01 2023 +0700

    [CHANGELOG] Refresher as of 17/05/2023
---
 CHANGELOG.md | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83127c9d1c..98357ff9df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 
-## [Unreleased]
+## [unreleased]
+
+No changes yet.
+
+## [3.8.0] - 2023-05-17
 
 This release brings the following significant changes:
 
@@ -79,6 +83,14 @@ This release brings the following significant changes:
  - JAMES-3880 MailRepositories: add a way to count retries (#1411)
  - JAMES-3756 JMAP APIs to manage delegation
  - JAMES-3867 Allow IMAP extensions configuration
+ - JAMES-3533 JMAP: Email/parse
+ - JAMES-3822 RFC-4865 Implement delayed sends in SMTP
+ - Support `--generate-keystore` when running Guice James server (#1525)
+ - [FIX] Improve code coverage for IMAP
+ - JAMES-3905 LDAP should allow per user base DN (#1540)
+ - JAMES-3904 Support LDAPS (#1536)
+ - JAMES-3292 More filters for listing webadmin tasks (#1520)
+ - JAMES-3899 WithStorageDirective: Support flag storage directives
 
 ### Changes
 
@@ -122,6 +134,7 @@ This release brings the following significant changes:
  - JAMES-3694 RabbitMQ: Apply queue expiracy only for per-node queues
  - JAMES-3876 Load-balancing flag for Remote Delivery Gateways (#1403)
  - JAMES-3878 - Remove icu4j dependency (#1406)
+ - JAMES-3829 Drop FST (#1545)
  
 ### Fixed
 
@@ -183,6 +196,10 @@ This release brings the following significant changes:
  - [FIX] Misleeading error log in Host class (#1441)
  - [FIX] JMAP urn:ietf:params:jmap:submission submissionExtensions shoul… (#1424)
  - [FIX] OidcJwtTokenVerifier: be resilient upon missing kid
+ - Don't add gateway if no gateway is configured (empty value)
+ - JAMES-2791 Avoid incoherent mail repository count (#1537)
+ - JAMES-3901 OpenSearch indexing should tolerate bad URL encoding for C… (#1527)
+ - JAMES-3900 Ignore errors upon task manager polling updates (#1523)
  
 ### Documentation
 
@@ -268,6 +285,13 @@ Multiple performance enhancements for Distributed server mailbox, IMAP, SMTP and
  - [PERF] Avoid converting mailbox list to map for all mailboxes (#1383)
  - JAMES-3872 Add a FetchType that support getting the attachments' metadata without fetching the body content
  - JAMES-3870 Group IMAP response line within TCP packets (#1364)
+ - [PERF] Disable JMAP related listeners if JMAP is disabled
+ - [PERF] Allow to disable ACLs
+ - [PERF] Optimize IMAP ESEARCH options
+ - JAMES-3777 Event sourcing snapshot, projection and incremental changes for JMAP filters
+ - JAMES-3900 Snapshots for polled updates (#1533)
+ - JAMES-3440 RFC-8621 support for emailQueryView before + inMailbox sorted by receivedAt
+ - JAMES-2080 Allow turning off header indexing in OpenSearch (#1516)
 
 ## [3.7.4] - 2023-03-20
 


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


[james-project] 05/05: [RELEASE] Dowload page for 3.8.0

Posted by bt...@apache.org.
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 e590418ac00b85caf3d7e1b0da1153b04869efb5
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 09:46:51 2023 +0700

    [RELEASE] Dowload page for 3.8.0
---
 src/site/xdoc/download.xml | 132 ++++++++++++++++++++++-----------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 161641a1d6..1679358649 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -53,13 +53,13 @@
 
   <section name='Apache James Server'>
 
-    <subsection name="Apache James 3.7.4 is the latest stable version">
+    <subsection name="Apache James 3.8.0 is the latest stable version">
 
       <ul>
         <li>Source code (ZIP Format):
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-project-3.7.4-source-release.zip">james-project-3.7.4-source-release.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-project-3.7.4-source-release.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-project-3.7.4-source-release.zip.asc">PGP</a>]</li>
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.8.0/james-project-3.8.0-source-release.zip">james-project-3.8.0-source-release.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-project-3.8.0-source-release.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-project-3.8.0-source-release.zip.asc">PGP</a>]</li>
 
         <p><b>JPA James server</b>:</p>
 
@@ -67,9 +67,9 @@
           (defaults to an embedded Derby database) that can be configured with an external SQL database.</p>
 
         <li>Binary (ZIP Format) for the JPA James server:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-jpa-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-jpa-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.8.0/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-jpa-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-jpa-guice.zip.asc">PGP</a>]
         </li>
 
         <p><b>Distributed James server</b>:</p>
@@ -78,30 +78,30 @@
           RabbitMQ, and S3 API. It is intended for large scale deployments where scalability is required.</p>
 
         <li>Binary (ZIP Format) for the Distributed James server:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-distributed-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-distributed-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.8.0/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-distributed-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-distributed-guice.zip.asc">PGP</a>]
         </li>
 
         <p><b>Spring wiring</b>:</p>
 
         <li>Binary (ZIP Format) for Spring wiring:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-app-3.7.4-app.zip">james-server-app-3.7.4-app.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-app-3.7.4-app.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-app-3.7.4-app.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.8.0/james-server-app-3.8.0-app.zip">james-server-app-3.8.0-app.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-app-3.8.0-app.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.8.0/james-server-app-3.8.0-app.zip.asc">PGP</a>]
         </li>
 
       </ul>
 
     </subsection>
 
-    <subsection name="Apache James 3.6.2 is the previous stable version">
+    <subsection name="Apache James 3.7.4 is the latest stable version">
 
       <ul>
         <li>Source code (ZIP Format):
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.6.2/james-project-3.6.2-source-release.zip">james-project-3.6.2-source-release.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-project-3.6.2-source-release.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-project-3.6.2-source-release.zip.asc">PGP</a>]</li>
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-project-3.7.4-source-release.zip">james-project-3.7.4-source-release.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-project-3.7.4-source-release.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-project-3.7.4-source-release.zip.asc">PGP</a>]</li>
 
         <p><b>JPA James server</b>:</p>
 
@@ -109,9 +109,9 @@
           (defaults to an embedded Derby database) that can be configured with an external SQL database.</p>
 
         <li>Binary (ZIP Format) for the JPA James server:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.6.2/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-jpa-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-jpa-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-jpa-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-jpa-guice.zip.asc">PGP</a>]
         </li>
 
         <p><b>Distributed James server</b>:</p>
@@ -120,17 +120,17 @@
           RabbitMQ, and S3 API. It is intended for large scale deployments where scalability is required.</p>
 
         <li>Binary (ZIP Format) for the Distributed James server:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.6.2/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-distributed-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-distributed-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-distributed-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-distributed-guice.zip.asc">PGP</a>]
         </li>
 
         <p><b>Spring wiring</b>:</p>
 
         <li>Binary (ZIP Format) for Spring wiring:
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.6.2/james-server-app-3.6.2-app.zip">james-server-app-3.6.2-app.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-app-3.6.2-app.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.6.2/james-server-app-3.6.2-app.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.4/james-server-app-3.7.4-app.zip">james-server-app-3.7.4-app.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-app-3.7.4-app.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.4/james-server-app-3.7.4-app.zip.asc">PGP</a>]
         </li>
 
       </ul>
@@ -322,13 +322,13 @@
 
   <section name="Apache Mailet">
   
-    <p>Apache Mailet 3.7.4 is the latest stable version. </p>
+    <p>Apache Mailet 3.8.0 is the latest stable version. </p>
 
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-api-3.7.4-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-api-3.7.4-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-api-3.7.4-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-api-3.8.0-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-api-3.8.0-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-api-3.8.0-sources.jar.asc">PGP</a>]
     </p>
 
     <p>You can use the mailet API using this maven dependency:</p>
@@ -338,27 +338,27 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mailet-api&lt;/artifactId&gt;
-    &lt;version&gt;3.7.4&lt;/version&gt;
+    &lt;version&gt;3.8.0&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-api-3.7.4.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-api-3.7.4.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-api-3.7.4.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-api-3.8.0.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-api-3.8.0.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-api-3.8.0.jar.asc">PGP</a>]
     </p>
     
   </section>
 
   <section name="Apache Mailet Base">
 
-    <p>Apache Mailet Base 3.7.4 is the latest stable version.</p>
+    <p>Apache Mailet Base 3.8.0 is the latest stable version.</p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-base-3.7.4-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-base-3.7.4-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-base-3.7.4-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-base-3.8.0-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-base-3.8.0-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-base-3.8.0-sources.jar.asc">PGP</a>]
     </p>
 
     <p>You can use the mailet Base using this maven dependency:</p>
@@ -368,27 +368,27 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mailet-base&lt;/artifactId&gt;
-    &lt;version&gt;3.7.4&lt;/version&gt;
+    &lt;version&gt;3.8.0&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-base-3.7.4.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-base-3.7.4.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-base-3.7.4.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-base-3.8.0.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-base-3.8.0.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-base-3.8.0.jar.asc">PGP</a>]
     </p>
 
   </section>
 
   <section name="Apache Mailet Standard">
 
-    <p>Apache Mailet Standard 3.7.4 is the latest stable version. </p>
+    <p>Apache Mailet Standard 3.8.0 is the latest stable version. </p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-standard-3.7.4-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-standard-3.7.4-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-standard-3.7.4-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-standard-3.8.0-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-standard-3.8.0-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-standard-3.8.0-sources.jar.asc">PGP</a>]
     </p>
 
     <p>You can use mailet Standard content using this maven dependency:</p>
@@ -398,27 +398,27 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mailet-standard&lt;/artifactId&gt;
-    &lt;version&gt;3.7.4&lt;/version&gt;
+    &lt;version&gt;3.8.0&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-standard-3.7.4.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-standard-3.7.4.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-standard-3.7.4.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-standard-3.8.0.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-standard-3.8.0.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-standard-3.8.0.jar.asc">PGP</a>]
     </p>
 
   </section>
 
   <section name="Apache Crypto Mailets">
   
-    <p>Apache Crypto Mailets 3.7.4 is the latest stable version.</p>
+    <p>Apache Crypto Mailets 3.8.0 is the latest stable version.</p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-crypto-3.7.4-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-crypto-3.7.4-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4//apache-mailet-crypto-3.7.4-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-crypto-3.8.0-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-crypto-3.8.0-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0//apache-mailet-crypto-3.8.0-sources.jar.asc">PGP</a>]
     </p>
 
     <p>You can use Mailet Crypto content using this maven dependency:</p>
@@ -428,32 +428,32 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-mailet-crypto&lt;/artifactId&gt;
-    &lt;version&gt;3.7.4&lt;/version&gt;
+    &lt;version&gt;3.8.0&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.4/apache-mailet-crypto-3.7.4.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-crypto-3.7.4.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.4/apache-mailet-crypto-3.7.4.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.8.0/apache-mailet-crypto-3.8.0.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-crypto-3.8.0.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.8.0/apache-mailet-crypto-3.8.0.jar.asc">PGP</a>]
     </p>
     
   </section>
 
   <section name="Apache James Protocols">
   
-    <p>Apache James Protocols 3.7.4 is the latest stable version.</p>
+    <p>Apache James Protocols 3.8.0 is the latest stable version.</p>
 
     <ul>
       You can get the James implementation of various protocols using maven:
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-api/3.7.4">API</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-netty/3.7.4">NETTY</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-smtp/3.7.4">SMTP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-lmtp/3.7.4">LMTP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-imap/3.7.4">IMAP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-pop3/3.7.4">POP3</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-managesieve/3.7.4">MANAGESIEVE</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-api/3.8.0">API</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-netty/3.8.0">NETTY</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-smtp/3.8.0">SMTP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-lmtp/3.8.0">LMTP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-imap/3.8.0">IMAP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-pop3/3.8.0">POP3</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-managesieve/3.8.0">MANAGESIEVE</a></li>
     </ul>
   
   </section>


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


[james-project] 03/05: [RELEASE] Blog post for 3.8.0

Posted by bt...@apache.org.
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 8fc56ecf8064c704c82523675795ed961c1ee551
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 09:15:43 2023 +0700

    [RELEASE] Blog post for 3.8.0
---
 ....3.markdown => 2023-03-20-james-3.7.4.markdown} |  0
 .../_posts/2023-05-17-james-3.8.0.markdown         | 32 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/src/homepage/_posts/2023-03-20-james-3.7.3.markdown b/src/homepage/_posts/2023-03-20-james-3.7.4.markdown
similarity index 100%
rename from src/homepage/_posts/2023-03-20-james-3.7.3.markdown
rename to src/homepage/_posts/2023-03-20-james-3.7.4.markdown
diff --git a/src/homepage/_posts/2023-05-17-james-3.8.0.markdown b/src/homepage/_posts/2023-05-17-james-3.8.0.markdown
new file mode 100644
index 0000000000..5245309e52
--- /dev/null
+++ b/src/homepage/_posts/2023-05-17-james-3.8.0.markdown
@@ -0,0 +1,32 @@
+---
+layout: post
+title:  "Apache James Server 3.8.0"
+date:   2023-05-17  01:16:30 +0200
+categories: james update
+---
+
+The Apache James developers are pleased to announce James server 3.8.0 release.
+
+Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker].
+
+The Apache James PMC would like to thank all contributors who made this release possible!
+
+## Announcement
+
+This release brings the following significant changes:
+
+ - Upgrade TCP protocols to Netty 4
+ - Migrate IMAP protocol as reactive
+ - Multiple additional IMAP extensions are implemented
+ - Upgrade to Cassandra driver 4
+ - Migrate to OpenSearch
+ - Review our threading model to cap threads performing blocking tasks
+ - Implement official JMAP quotas specification
+
+## Release changelog
+
+The full changes included in this release can be seen in the [CHANGELOG][CHANGELOG].
+
+[CHANGELOG]: https://github.com/apache/james-project/blob/master/CHANGELOG.md#380---2023-05-17
+[tracker]: https://issues.apache.org/jira/browse/JAMES
+[download]: http://james.apache.org/download.cgi#Apache_James_Server


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


[james-project] 04/05: [RELEASE] Documentation changes for 3.8.0

Posted by bt...@apache.org.
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 bff6f3ad4bc360bf505b8ef82fef4c330f02b579
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 09:35:43 2023 +0700

    [RELEASE] Documentation changes for 3.8.0
---
 README.adoc                                        |  2 +-
 docs/antora.yml                                    |  2 +-
 server/apps/distributed-app/docs/antora.yml        |  2 +-
 .../docs/modules/ROOT/pages/operate/index.adoc     | 26 ++++++++++++----------
 .../docs/modules/ROOT/pages/run/k8s-values.adoc    |  2 +-
 .../docs/modules/ROOT/pages/run/run-docker.adoc    |  4 ++--
 .../distributed-app/helm-chart/james/values.yaml   |  2 +-
 src/homepage/index.html                            |  6 ++---
 src/site/markdown/mailet/quickstart.md             |  2 +-
 src/site/xdoc/server/install.xml                   |  8 +++----
 src/site/xdoc/server/packaging.xml                 | 16 ++++++-------
 src/site/xdoc/server/release-notes.xml             |  4 ++++
 12 files changed, 41 insertions(+), 35 deletions(-)

diff --git a/README.adoc b/README.adoc
index 668b93f2d8..32aca1377d 100644
--- a/README.adoc
+++ b/README.adoc
@@ -120,7 +120,7 @@ link:docs/modules/development/pages/deployment-tests.adoc[This page] details how
 James comes with a https://james.apache.org/documentation.html[Documentation] and https://github.com/linagora/james-project/tree/master/src/adr[Architectural Decision Records].
 
 A more precise description of the *Distributed Server* architecture can be found
-link:https://james.staged.apache.org/james-distributed-app/3.7.4/architecture/index.html[here].
+link:https://james.staged.apache.org/james-distributed-app/3.8.0/architecture/index.html[here].
 
 == Articles for James community
 
diff --git a/docs/antora.yml b/docs/antora.yml
index 1482356e95..6c1e37e8e0 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,6 @@
 name: james-project
 title: Apache James Server
-version: '3.7.4'
+version: '3.8.0'
 prerelease: SNAPSHOT
 nav:
 - modules/concepts/nav.adoc
diff --git a/server/apps/distributed-app/docs/antora.yml b/server/apps/distributed-app/docs/antora.yml
index 832fc8dea2..2c910ce6dc 100644
--- a/server/apps/distributed-app/docs/antora.yml
+++ b/server/apps/distributed-app/docs/antora.yml
@@ -1,6 +1,6 @@
 name: james-distributed-app
 title: Apache James Distributed Server
-version: '3.7.4'
+version: '3.8.0'
 prerelease: SNAPSHOT
 nav:
 - modules/ROOT/nav.adoc
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
index e3d2816cd5..4d45d27a34 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/index.adoc
@@ -34,25 +34,22 @@ This section sums up and links upgrade instructions for people willing to upgrad
 |===
 | Upgrade from | Recommended upgrade path to 3.7.4
 
-| 3.7.0 - 3.7.3
-| Rolling upgrade to 3.7.3. No specific upgrade instructions to perform.
+| 3.7.0 - 3.7.4
+| Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions]
 
-| 3.6.2
-| Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
+| 3.6.0 - 3.6.2
+| 1. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#370-version[3.7.0 upgrade instructions]
 
-| 3.6.1
-| Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
-
-| 3.6.0
-| Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
+2. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions]
 
 | 3.5.0
 | 1. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#360-version[3.6.0 upgrade instructions]
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-2. Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
+2. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#370-version[3.7.0 upgrade instructions]
 
+3. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions]
 
 | 3.4.0
 | 1. Rolling upgrade to 3.5.0, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#350-version[3.5.0 upgrade instructions]
@@ -61,7 +58,10 @@ Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be do
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-3. Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
+3. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#370-version[3.7.0 upgrade instructions]
+
+4. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions]
+
 
 | 3.3.0
 | 1. upgrade to 3.4.0, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#340-version[3.4.0 upgrade instructions]
@@ -74,6 +74,8 @@ Note: Because of ElasticSearch upgrade (2.2 ->  6.3) this migration cannot be do
 
 Note: Because of ElasticSearch upgrade (6.3 -> 7.10) this migration cannot be done in a rolling fashion manner.
 
-4. Rolling upgrade to 3.7.4. No specific upgrade instructions to perform.
+4. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#370-version[3.7.0 upgrade instructions]
+
+5. Upgrade, and apply link:https://github.com/apache/james-project/blob/master/upgrade-instructions.md#380-version[3.8.0 upgrade instructions]
 
 |===
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
index f1cf0ddee4..54e446ae22 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc
@@ -31,7 +31,7 @@ JMAP instance in the cluster
 |replicaImapSmtpInstanceCount |1 |The number of pods we deploy for James
 IMAP/SMTP instance in the cluster
 
-|image |apache/james:distributed-3.7.4 |The James image used for
+|image |apache/james:distributed-3.8.0 |The James image used for
 deployment (Cassandra - RabbitMQ - LDAP distributed James flavor)
 |===
 
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
index 449ac3039d..b3a97f44e5 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-docker.adoc
@@ -44,7 +44,7 @@ Then load the distributed server docker image:
 
 Alternatively we provide convenience distribution for the latest release:
 
-    docker pull apache/james:distributed-3.7.4
+    docker pull apache/james:distributed-3.8.0
 
 === Running
 Firstly, create your own user network on Docker for the James environment:
@@ -76,7 +76,7 @@ You can find more explanation on the need of Tika in this xref:configure/tika.ad
 To run this container :
 
     $ docker run --network james --hostname HOSTNAME -p "25:25" -p 80:80 -p "110:110" -p "143:143" -p "465:465" -p "587:587" -p "993:993" -p "127.0.0.1:8000:8000" --name james_run
-        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.7.4 --generate-keystore
+        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.8.0 --generate-keystore
 
 Where :
 
diff --git a/server/apps/distributed-app/helm-chart/james/values.yaml b/server/apps/distributed-app/helm-chart/james/values.yaml
index 0d05b55487..ee10968f9e 100644
--- a/server/apps/distributed-app/helm-chart/james/values.yaml
+++ b/server/apps/distributed-app/helm-chart/james/values.yaml
@@ -9,7 +9,7 @@ dns:
 james:
   replicaJmapInstanceCount: 1
   replicaImapSmtpInstanceCount: 1
-  image: apache/james:distributed-3.7.4
+  image: apache/james:distributed-3.8.0
   ## Environment for James
   env:
     jamesCassandraKeyspace: sandbox_james
diff --git a/src/homepage/index.html b/src/homepage/index.html
index 0923ca6a87..1bd312021d 100644
--- a/src/homepage/index.html
+++ b/src/homepage/index.html
@@ -119,14 +119,14 @@ layout: default
             <ul class="james-ul no-padding">
               <li class="post-template"><span class="long-arrow-right">&#8594;</span><span><b>
 WHAT WILL YOU TRY:</b><br>
-              <span>Here you will try James server v 3.7.4 thanks to an image. This James image has a default configuration
+              <span>Here you will try James server v 3.8.0 thanks to an image. This James image has a default configuration
                 using JPA (hsqldb) and Lucene. It also includes a default domain named james.local and three default users:
                 user01@james.local, user02@james.local, user03@james.local, with their default password being <i>1234</i>.<br>
                 <i>Note: this James server will respond to IMAPS port 993 and SMTPS port 465.</i></span></span>
               </li>
               <li class="post-template"><span class="long-arrow-right">&#8594;</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br>
                 Pull and run the James image with the following single command:<br><br>
-                <code class="highlighter-rouge">docker run -p "465:465" -p "993:993" apache/james:demo-3.7.4</code>
+                <code class="highlighter-rouge">docker run -p "465:465" -p "993:993" apache/james:demo-3.8.0</code>
 
                 <br><br>
                 Then, connect this image with for instance, Thunderbird. This <a href="howTo/imap-server.html">tutorial</a> covers more in depth user and domain creation,
@@ -168,7 +168,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template"><span><b>INCOMING WORK</b><br>
                 <ul>
                   <li><span class="long-arrow-right">&#8594;</span><span>Rework our documentation with <a href="https://antora.org/">Antora</a>,
-                    specify it on a per-server basis for ease of use. <a href="https://james.staged.apache.org/james-project/3.7.4/servers/index.html">Preview</a>...<br/>
+                    specify it on a per-server basis for ease of use. <a href="https://james.staged.apache.org/james-project/3.8.0/servers/index.html">Preview</a>...<br/>
                     We will furthermore target servers to identified use cases, formulated in non technical terms: Basic Server, Advanced Server and Distributed Server.<br/></span></li>
                   <li><span class="long-arrow-right">&#8594;</span><span>Promote guice based applications.<br/>
                     Spring server will be deprecated. A summary of community call describing this item can be found
diff --git a/src/site/markdown/mailet/quickstart.md b/src/site/markdown/mailet/quickstart.md
index 7438c9cfd1..1aa86c70fe 100644
--- a/src/site/markdown/mailet/quickstart.md
+++ b/src/site/markdown/mailet/quickstart.md
@@ -20,7 +20,7 @@ Just include something like this in your *pom.xml*
     <dependency>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet-api</artifactId>
-        <version>3.7.4</version>
+        <version>3.8.0</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index b74c32d7e6..fcdf18dd75 100644
--- a/src/site/xdoc/server/install.xml
+++ b/src/site/xdoc/server/install.xml
@@ -29,11 +29,11 @@
 
   <subsection name="Java Virtual Machine">
 
-    <p>James 3.7.4 requires a Java Runtime Environment. Java version 11 is required to run the
+    <p>James 3.8.0 requires a Java Runtime Environment. Java version 11 is required to run the
        James application. The exact JREs available depends on the platform. In addition, the environment variable JAVA_HOME should be set to
        the JRE home directory before running James.</p>
     
-    <p>James 3.7.4 has been successfully tested on OpenJDK 11</p>
+    <p>James 3.8.0 has been successfully tested on OpenJDK 11</p>
   
   </subsection>
   
@@ -72,8 +72,8 @@
   </section>
 
   <section name="Build instructions">
-      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.7.4">
-          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.7.4/README.adoc">README instructions</a> about compilation.</p>
+      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.8.0">
+          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.8.0/README.adoc">README instructions</a> about compilation.</p>
 
       <ul>Using these instructions, you can build the following images:
           <li>Guice + JPA + Lucene</li>
diff --git a/src/site/xdoc/server/packaging.xml b/src/site/xdoc/server/packaging.xml
index 1c86add6f3..b6410fcd58 100644
--- a/src/site/xdoc/server/packaging.xml
+++ b/src/site/xdoc/server/packaging.xml
@@ -76,9 +76,9 @@
                     <tr>
                         <td>Docker image</td>
                         <td>Not available. Contributions welcomed for JIB support.</td>
-                        <td>apache/james:cassandra-3.7.4</td>
-                        <td>apache/james:distributed-3.7.4</td>
-                        <td>apache/james:jpa-3.7.4</td>
+                        <td>apache/james:cassandra-3.8.0</td>
+                        <td>apache/james:distributed-3.8.0</td>
+                        <td>apache/james:jpa-3.8.0</td>
                         <td>None</td>
                     </tr>
                     <tr>
@@ -230,7 +230,7 @@
                         <th>Supported protocols</th>
                     </tr>
                     <tr>
-                        <td>apache/james:distributed-3.7.4</td>
+                        <td>apache/james:distributed-3.8.0</td>
                         <td>Multi-node</td>
                         <td>Cassandra</td>
                         <td>S3 or Cassandra</td>
@@ -239,7 +239,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:jpa-3.7.4</td>
+                        <td>apache/james:jpa-3.8.0</td>
                         <td>Single node</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -248,7 +248,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:demo-3.7.4</td>
+                        <td>apache/james:demo-3.8.0</td>
                         <td>Pre-provisioned Single node instance to ease project discovery</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -257,7 +257,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:memory-3.7.4</td>
+                        <td>apache/james:memory-3.8.0</td>
                         <td>Single node for test purposes</td>
                         <td>Memory (no persistence)</td>
                         <td>Memory (no persistence)</td>
@@ -266,7 +266,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:cassandra-3.7.4</td>
+                        <td>apache/james:cassandra-3.8.0</td>
                         <td>Single node on top of a shared database</td>
                         <td>Cassandra</td>
                         <td>Cassandra</td>
diff --git a/src/site/xdoc/server/release-notes.xml b/src/site/xdoc/server/release-notes.xml
index 6cba0a655a..cc522b240d 100644
--- a/src/site/xdoc/server/release-notes.xml
+++ b/src/site/xdoc/server/release-notes.xml
@@ -39,6 +39,10 @@
                 of a <a href="https://github.com/apache/james-project/blob/master/CHANGELOG.md">changelog file</a>
                 as well as details <a href="https://github.com/apache/james-project/blob/master/upgrade-instructions.md">upgrade instructions</a>.</p>
         </section>
+        <section name="Version 3.8.0">
+            <p>Released May 2023</p>
+            <p><a href="https://james.apache.org/james/update/2023/05/17/james-3.8.0.html">Read the release announce</a>. </p>
+        </section>
         <section name="Version 3.7.4">
             <p>Released March 2023</p>
             <p><a href="https://james.apache.org/james/update/2023/03/20/james-3.7.4.html">Read the release announce</a>. </p>


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


[james-project] 02/05: [RELEASE] Roll over upgrade instructions for 3.8.0

Posted by bt...@apache.org.
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 4fb2c33df368a492b29734ccfb3ba0a58c250b2f
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 09:12:56 2023 +0700

    [RELEASE] Roll over upgrade instructions for 3.8.0
---
 upgrade-instructions.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 378839a95c..4b5bb0aea2 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -10,9 +10,13 @@ software documentation. Do not follow this guide blindly!
 
 ## Unreleased
 
+No changes yet.
+
+## 3.8.0 version
+
 Note: this section is in progress. It will be updated during all the development process until the release.
 
-Changes to apply between 3.7.x and 3.8.x will be reported here.
+Changes to apply between 3.7.x and 3.8.0 will be reported here.
 
 Change list:
 


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