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 685fd3abc683af9ca59169f9e852a88b9b3a6b39
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Wed Jan 29 14:39:01 2025 +0100

    [3.8.2] Website changes
---
 src/homepage/index.html                            |  6 +++---
 src/site/markdown/mailet/quickstart.md             |  2 +-
 src/site/markdown/server/install/guice-jpa-smtp.md |  2 +-
 src/site/markdown/server/install/guice-jpa.md      |  2 +-
 src/site/xdoc/protocols/imap4.xml                  |  2 +-
 src/site/xdoc/server/index.xml                     | 10 +++++-----
 src/site/xdoc/server/install.xml                   |  8 ++++----
 src/site/xdoc/server/objectives.xml                |  2 +-
 src/site/xdoc/server/packaging.xml                 | 16 ++++++++--------
 src/site/xdoc/server/release-notes.xml             |  4 ++++
 10 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/src/homepage/index.html b/src/homepage/index.html
index 05add90e09..89c683ca99 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 version 3.8.1 thanks to an 
image. This James image has a default configuration
+              <span>Here you will try James server version 3.8.2 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.8.1</code>
+                <code class="highlighter-rouge">docker run -p "465:465" -p 
"993:993" apache/james:demo-3.8.2</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.8.1/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.2/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 f9b11ba8cb..0d2c829631 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.8.1</version>
+        <version>3.8.2</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>
diff --git a/src/site/markdown/server/install/guice-jpa-smtp.md 
b/src/site/markdown/server/install/guice-jpa-smtp.md
index 05fa4e060f..cf093ca923 100644
--- a/src/site/markdown/server/install/guice-jpa-smtp.md
+++ b/src/site/markdown/server/install/guice-jpa-smtp.md
@@ -10,7 +10,7 @@
 
 ### Download the artifacts
 
-Download james-jpa-smtp-guice-3.8.1.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-smtp-guice-3.8.2.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
 
 ### (alternative) Building the artifacts
 
diff --git a/src/site/markdown/server/install/guice-jpa.md 
b/src/site/markdown/server/install/guice-jpa.md
index 01a9e4f895..677b64830a 100644
--- a/src/site/markdown/server/install/guice-jpa.md
+++ b/src/site/markdown/server/install/guice-jpa.md
@@ -9,7 +9,7 @@
 
 ### Download the artifacts
 
-Download james-jpa-guice-3.8.1.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-guice-3.8.2.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
 
 ### (alternative) Building the artifacts
 
diff --git a/src/site/xdoc/protocols/imap4.xml 
b/src/site/xdoc/protocols/imap4.xml
index 1bc5952137..0069615ec0 100644
--- a/src/site/xdoc/protocols/imap4.xml
+++ b/src/site/xdoc/protocols/imap4.xml
@@ -88,7 +88,7 @@
   </section>
 
   <section name='Apache James IMAP in Server and as component'>
-    <p><a href='http://james.apache.org/server'>Apache James Server 3.8.1</a> 
supports IMAP
+    <p><a href='http://james.apache.org/server'>Apache James Server 3.8.2</a> 
supports IMAP
        (using this library).</p>
     <p>The <a href="source-code.html">source code</a> page contains 
information on how 
        to develop on James IMAP.</p>
diff --git a/src/site/xdoc/server/index.xml b/src/site/xdoc/server/index.xml
index a5d005c327..0a4c341dac 100644
--- a/src/site/xdoc/server/index.xml
+++ b/src/site/xdoc/server/index.xml
@@ -40,22 +40,22 @@
           <a href="manage.html">manage</a>, <a href="monitor.html">monitor</a>
           and <a href="dev.html">develop</a> Apache James Server.</p>
 
-        <p>Download Apache James Mail Server 3.8.1 and <a 
href="quick-start.html">quick-start</a> it!</p>
+        <p>Download Apache James Mail Server 3.8.2 and <a 
href="quick-start.html">quick-start</a> it!</p>
         <p>
           <span class="minibutton btn-download">
             <a href="http://james.apache.org/download.cgi#Apache_James_Server";>
-              <span><span class="icon"></span>Apache James Server 3.8.1</span>
+              <span><span class="icon"></span>Apache James Server 3.8.2</span>
             </a>
           </span>
         </p>
          <p>You can also have a look to the last stable version</p>
 
-        <p>Apache James Server 3.8.1 represents the leading edge of 
development. This code stream has many more
+        <p>Apache James Server 3.8.2 represents the leading edge of 
development. This code stream has many more
           features than the 2.3 code, but is not be as well tested in 
production. Reasonable
           configuration compatibility has been retained with 2.3.2.</p>
           
-        <p>Apache James Server 3.8.1 and following versions require Java 1.11. 
A migration guide for
-           users willing to upgrade from 2.3 to 3.8.1 is <a 
href="upgrade-2.3.html">available</a>. If relying on Guice
+        <p>Apache James Server 3.8.2 and following versions require Java 1.11. 
A migration guide for
+           users willing to upgrade from 2.3 to 3.8.2 is <a 
href="upgrade-2.3.html">available</a>. If relying on Guice
            wiring, you can use some additional components (Cassandra, 
OpenSearch, ...).</p>
     
 
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index 1f5684b5a0..35b060c4cb 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.8.1 requires a Java Runtime Environment. Java version 11 is 
required to run the
+    <p>James 3.8.2 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.8.1 has been successfully tested on OpenJDK 11</p>
+    <p>James 3.8.2 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.8.1";>
-          GitHub</a>. Follow <a 
href="https://github.com/apache/james-project/blob/james-project-3.8.1/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.2";>
+          GitHub</a>. Follow <a 
href="https://github.com/apache/james-project/blob/james-project-3.8.2/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/objectives.xml 
b/src/site/xdoc/server/objectives.xml
index badaba6fd0..485960ce26 100644
--- a/src/site/xdoc/server/objectives.xml
+++ b/src/site/xdoc/server/objectives.xml
@@ -44,7 +44,7 @@
       <i>
         <b>Horizontally scalable email server</b>
       </i>  Apache James uses resource abstraction (see below) to provide and 
assemble
-        the components of a <a 
href="https://james.staged.apache.org/james-distributed-app/3.8.1/index.html";>Distributed
 Email server</a>
+        the components of a <a 
href="https://james.staged.apache.org/james-distributed-app/3.8.2/index.html";>Distributed
 Email server</a>
         based on modern, scalable NoSQL solutions: Cassandra, objectstorage, 
OpenSearch, RabbitMQ/Pulsar.</p>
     <p>
       <i>
diff --git a/src/site/xdoc/server/packaging.xml 
b/src/site/xdoc/server/packaging.xml
index 723a9555d6..f8b5e18f4a 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.8.1</td>
-                        <td>apache/james:distributed-3.8.1</td>
-                        <td>apache/james:jpa-3.8.1</td>
+                        <td>apache/james:cassandra-3.8.2</td>
+                        <td>apache/james:distributed-3.8.2</td>
+                        <td>apache/james:jpa-3.8.2</td>
                         <td>None</td>
                     </tr>
                     <tr>
@@ -230,7 +230,7 @@
                         <th>Supported protocols</th>
                     </tr>
                     <tr>
-                        <td>apache/james:distributed-3.8.1</td>
+                        <td>apache/james:distributed-3.8.2</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.8.1</td>
+                        <td>apache/james:jpa-3.8.2</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.8.1</td>
+                        <td>apache/james:demo-3.8.2</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.8.1</td>
+                        <td>apache/james:memory-3.8.2</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.8.1</td>
+                        <td>apache/james:cassandra-3.8.2</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 9b971be8b5..5e8790ebc5 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.2">
+            <p>Released January 2024</p>
+            <p><a 
href="https://james.apache.org/james/update/2022/01/29/james-3.8.2.html";>Read 
the release announce</a>. </p>
+        </section>
         <section name="Version 3.8.1">
             <p>Released January 2024</p>
             <p><a 
href="https://james.apache.org/james/update/2024/01/09/james-3.8.1.html";>Read 
the release announce</a>. </p>


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

Reply via email to