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/01/06 06:54:12 UTC

[james-project] branch master updated (19984d6765 -> 3eb5dc564d)

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 19984d6765 JAMES-3771 Date searching should align IMAP4rev2 specifications
     new 775cf89fba [CHANGELOG] Refresh changelog
     new 599ad30a20 [UPGRADE-INSTRUCTIONS] Mention 3.7.3 without specific requirements
     new 1f05757e1f [DOCUMENTATION] Bump latest release to 3.7.3 everywhere
     new 3eb5dc564d [DOCUMENTATION] Post for 3.7.3 release

The 4 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                                       |  94 +++++++++++++++++-
 docs/antora.yml                                    |   2 +-
 server/apps/distributed-app/docs/antora.yml        |   2 +-
 .../docs/modules/ROOT/pages/operate/index.adoc     |  12 +--
 .../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 +-
 ....2.markdown => 2022-12-30-james-3.7.3.markdown} |   8 +-
 src/homepage/howTo/mail-processing.html            |   2 +-
 src/homepage/index.html                            |   6 +-
 src/site/markdown/mailet/quickstart.md             |   2 +-
 src/site/xdoc/download.xml                         | 106 ++++++++++-----------
 src/site/xdoc/protocols/imap4.xml                  |   2 +-
 src/site/xdoc/server/feature-security.xml          |   4 +-
 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                            |   4 +
 18 files changed, 189 insertions(+), 91 deletions(-)
 copy src/homepage/_posts/{2022-10-06-james-3.7.2.markdown => 2022-12-30-james-3.7.3.markdown} (85%)


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


[james-project] 01/04: [CHANGELOG] Refresh changelog

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 775cf89fbaf3a9b658a01a50aca32632948dbf05
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Dec 30 10:33:59 2022 +0700

    [CHANGELOG] Refresh changelog
    
     - Accounts for upcoming 3.7.3 James release
     - Refresh changelog on master
---
 CHANGELOG.md | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 92 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56fdc45f95..5caea63b68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,18 +9,24 @@ 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
 
+### Removal
+
+ - Remove server/blob/blob-gc (unused draft work, redundant with GC current bloom-filter based implementation)
+
 ### Deprecations
 
-- Deprecating custom JMAP quotas specification
+ - Deprecating custom JMAP quotas specification
+ - [DEPRECATION] Deprecate JDBCMailRepository (#1237)
 
 ### Added
 
- - JAMES-3775 Rspamd extension
+ - JAMES-3775 Rspamd extension, including per-user database management
  - JAMES-3810 Health check for the RabbitMQ MailQueue view
  - JAMES-3788 IMAP/SMTP compatibility with the proxy protocol (HAProxy)
  - JAMES-3802 Webadmin route to clean events of a dead letter group
@@ -38,6 +44,32 @@ This release brings the following significant changes:
  - JAMES-3724 Leak detection to prevent temporary file leaks
  - JAMES-3723 Allow to not consume emails upon reprocessing
  - JAMES-3830 Implement official JMAP quotas specification
+ - JAMES-3841 Metrics for embedded ActiveMQ
+ - JAMES-3867 Make IMAP modular (#1343) allows writing IMAP extensions
+ - JAMES-3755 OIDC check token by user info (#1340)
+ - JAMES-3850 [JMAP] Configure `urn:ietf:params:jmap:mail` `maxSizeAttac… (#1303)
+ - Support for multiple IMAP RFCs:
+   - Support for RFC-8514 Extension for savedate
+   - Support for RFC-5258 LIST extensions
+   - Support for RFC-5819 LIST STATUS
+   - Support for RFC-8440 LIST MY RIGHTS
+   - Support for RFC-9209 Quota spec update
+   - Support for RFC-6154 Special use
+   - Support for RFC-2971 IMAP ID spec
+   - Support for RFC-7889 APPENDLIMIT
+   - Support for RFC-7889 Special use
+   - Support for RFC-8437 UNAUTHENTICATE
+   - Support for XLIST
+   - Support for RFC-8474 OBJECTID
+   - Fix RFC-5464 Capability typo (METADATA)
+ - JAMES-3850 Implement urn:ietf:params:jmap:quota draft
+ - JAMES-3842 Access SSLSession from Hooks and Handlers
+ - JAMES-3292 More powerful task listing (#1263)
+ - [REFACTORING] More flexible fetch groups for Mailbox metadata (#1347)
+ - JAMES-3831 Implement urn:apache:james:params:jmap:mail:identity:sortorder extension
+ - JAMES-3826 Introduce loading additional healthcheck mechanism
+ - JAMES-3825 Task to clean up tasks (#1208)
+ - JAMES-2656 - Add initial JPAMailRepository implementation (#1176)
 
 ### Changes
 
@@ -66,6 +98,14 @@ This release brings the following significant changes:
  - Naming threads: Spooler threads should be named
  - Naming threads: RabbitMQ driver threads should be named
  - Naming threads: ElasticSearch driver threads should be named
+ - JAMES-3775 Leverage saveDate for better period filtering for Rspamd report
+ - JAMES-3756 Allow the use of OIDC without virtualHosting
+ - [CLEAN_CODE] Remove commons-beanutils (un-used) in protocols-imap4
+ - [UPGRADE] com.fasterxml.jackson.core:jackson-databind 2.13.3 -> 2.13.4.2
+ - [UPGRADE] JSieve 0.7 -> 0.8 (#1294)
+ - [UPGRADE] JDKIM 0.2 -> 0.3 (#1258)
+ - JAMES-3836 Rework MailRepository loading
+ - JAMES-3813 Module chooser for DeletedMessagesVault on Cassandra based… (#1195)
  
 ### Fixed
 
@@ -100,15 +140,35 @@ This release brings the following significant changes:
  - [FIX] UidValidity generate fails for Long.MIN_VALUE
  - JAMES-3715 Fix a data race upon IDLE
  - JMAP Email/set create should use tooLarge when attempt to create an oversize mail (#918)
+ - JAMES-3754 Date searching should align IMAP4rev2 specifications (#1360)
+ - [FIX] EmailBodyPart filename should fallback to Content-Disposition field (#1348) (JMAP)
+ - JAMES-3461 - Fix Mailbox/changes do not take isSubscribe changes into account (#1320)
+ - JAMES-3861 EmailDelivery push selection for JMAP should be used only upon delivery, not for mail store interactions
+ - JAMES-3852 Support subscriptions management on delegated mailboxes
+ - [JMAP] Email/set create should add missing mimeMessageId and sentAt (#1286)
+ - [FIX] Prevent stack overflow in FETCH command (#1289)
+ - JAMES-3825 Cancel tasks upon graceful shutdown - waiting to the cancelled listener is completed (#1272)
+ - JAMES-3827 Support From fields without domain parts in the email address (#1271)
+ - [BUG] Handle CALENDAR objects without VEVENT gracefully (#1270)
+ - JAMES-3811 Ability to cancel IMAP request execution upon closed connections (#1267)
+ - JAMES-3840 Sanitize UTF-8 string after splitting (#1266)
+ - JAMES-3835 EmailSubmission/set response is wrong (#1254)
+ - JAMES-3828 Fix AttributeValue serialization for calendar related mailet
+ - [FIX] S3: apply timeouts configuration (#1202)
  
 ### Documentation
 
  - JAMES-3734 Document database benchmark methodologies and base performances (#937)
+ - [DOCUMENTATION] Correct Event Dead Letter webadmin routes documentation (#1184)
 
 ### Security
 
  - [UPGRADE] Spark 2.9.3 -> 2.9.4 (#1129)
  - JAMES-3789 Upgrade apache commons-configuration to 2.8.0
+ - JAMES-3834 Configurable value for AES blobStore private key algorithm
+ - JAMES-3834 Enhance UsersRepository with stronger hashing options
+ - [UPGRADE] scala-library 2.13.7 -> 2.13.9 (#1210)
+ - [UPGRADE] Bump jsoup from 1.15.1 to 1.15.3 (#1178)
  
 ### Performance
 
@@ -158,7 +218,37 @@ Multiple performance enhancements for Distributed server mailbox, IMAP, SMTP and
  - JAMES-3715 Schedule IMAP IDLE heartbits on the Netty Event loop (#948)
  - [PERF] Allow disabling host information in protocol MDC (#928)
  - JAMES-3433 MimeMessageStore StoragePolicy should be the same on read and writes
+ - [FIX] Avoid using LWT on non critical tables (#1356) (messagev3, mailbox)
+ - [PERF] Allow disabling SERIAL read for non critical UID/ModSeq read operations
+ - [PERF] Improve Cassandra rows interpretation in mailbox/cassandra
+ - [PERF] Adopt CqlIdentifier accross the project
+ - [PERF] More flexible fetch groups for Mailbox metadata (#1347)
+ - JAMES-3863 JMAP OPTIONS should support caching
+ - [PERF] Reduce memory allocation upon S3BlobStoreDAO::save(InputStream) (#1334)
+ - JAMES-3828 Smarter duplication for AttributeValue
+ - JAMES-3793 Add a setting to prevent S3BlobStoreDAO load too big objects in memory
+ - [PERF] Improve Mailbox/get algorithm (#1164)
+ - JAMES-3793 Prevent needless defensive copies within S3BlobStoreDAO (#1147)
+ - JAMES-3793 Prevent Bytes concat upon reading FULL messages (#1152)
+
+## [3.7.3] - 2022-12-30
+
+### Security
+
+Upcoming security announcements.
 
+ - [UPGRADE] commons-text 1.9 -> 1.10 (#1291)
+ - JAMES-3832 RemoteDelivery will do TLS host name verification when contacting remote mail servers
+ - JAMES-3860 Rely on Files.createTempFile (#1325)
+
+### Fixes
+
+ - [FIX] Unregister gauge upon shutdown (#1251)
+ - JAMES-3862 Switch to SLF4J 2.0.x compatible Log4j Adapter. Copy log4j-core dependency jar to appassembler lib dir. (#1333) (#1335)
+ - JAMES-3859 start sequence ordering should take provisions into account
+ - [FIX] ToSenderFolder needs to call .block on mono (#1317)
+ - [BUILD] Fix SpamAssassin container on 3.7.x (#1330)
+ 
 ## [3.7.2] - 2022-10-06
 
 ### Security 


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


[james-project] 03/04: [DOCUMENTATION] Bump latest release to 3.7.3 everywhere

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 1f05757e1fd530e37cd2dc605518a42835f568ae
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Dec 30 10:58:27 2022 +0700

    [DOCUMENTATION] Bump latest release to 3.7.3 everywhere
---
 docs/antora.yml                                    |   2 +-
 server/apps/distributed-app/docs/antora.yml        |   2 +-
 .../docs/modules/ROOT/pages/operate/index.adoc     |  12 +--
 .../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/howTo/mail-processing.html            |   2 +-
 src/homepage/index.html                            |   6 +-
 src/site/markdown/mailet/quickstart.md             |   2 +-
 src/site/xdoc/download.xml                         | 106 ++++++++++-----------
 src/site/xdoc/protocols/imap4.xml                  |   2 +-
 src/site/xdoc/server/feature-security.xml          |   4 +-
 src/site/xdoc/server/install.xml                   |   8 +-
 src/site/xdoc/server/packaging.xml                 |  16 ++--
 src/site/xdoc/server/release-notes.xml             |   4 +
 15 files changed, 89 insertions(+), 85 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 4eb17c8754..72b534457c 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,6 @@
 name: james-project
 title: Apache James Server
-version: '3.7.2'
+version: '3.7.3'
 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 41e217de29..04d692f34e 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.2'
+version: '3.7.3'
 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 80af0c2792..ae9a10fad1 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
@@ -32,19 +32,19 @@ This section sums up and links upgrade instructions for people willing to upgrad
 
 .Upgrade path
 |===
-| Upgrade from | Recommended upgrade path to 3.7.2
+| Upgrade from | Recommended upgrade path to 3.7.3
 
-| 3.7.0
-| Rolling upgrade to 3.7.2. No specific upgrade instructions to perform.
+| 3.7.0 - 3.7.2
+| Rolling upgrade to 3.7.3. No specific upgrade instructions to perform.
 
 | 3.6.2
-| Rolling upgrade to 3.7.2. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.3. No specific upgrade instructions to perform.
 
 | 3.6.1
-| Rolling upgrade to 3.7.2. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.3. No specific upgrade instructions to perform.
 
 | 3.6.0
-| Rolling upgrade to 3.7.2. No specific upgrade instructions to perform.
+| Rolling upgrade to 3.7.3. No specific upgrade instructions to perform.
 
 | 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]
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 f036c133e5..3ad605d32d 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.2 |The James image used for
+|image |apache/james:distributed-3.7.3 |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 6af699c48d..24e3732bd9 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.2
+    docker pull apache/james:distributed-3.7.3
 
 === Running
 Firstly, create your own user network on Docker for the James environment:
@@ -82,7 +82,7 @@ Copy your TLS keys to the current folder or generate it using the following comm
 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.2
+        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.7.3
 
 Where :
 
diff --git a/server/apps/distributed-app/helm-chart/james/values.yaml b/server/apps/distributed-app/helm-chart/james/values.yaml
index f6f83ebbed..8ee523aa48 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.2
+  image: apache/james:distributed-3.7.3
   ## Environment for James
   env:
     jamesCassandraKeyspace: sandbox_james
diff --git a/src/homepage/howTo/mail-processing.html b/src/homepage/howTo/mail-processing.html
index 708fd1d563..bef84a8f13 100644
--- a/src/homepage/howTo/mail-processing.html
+++ b/src/homepage/howTo/mail-processing.html
@@ -50,7 +50,7 @@ layout: howTo
           Hence, we can arrange James standard components listed <a href="/server/dev-provided-mailets.html">here</a> to achieve basic logic. But what if our goals are more
           complex? What if we need our own processing components?</p>
 
-          <p>This page will propose a 'hands on practice' how-to using James 3.7.2. We will implement a custom mailet and a custom matcher,
+          <p>This page will propose a 'hands on practice' how-to using James 3.7.3. We will implement a custom mailet and a custom matcher,
           then deploy it in a James server.</p>
 
           <p>We need to choose our use case. We will, when a mail is delayed over one day, write a mail to the original sender
diff --git a/src/homepage/index.html b/src/homepage/index.html
index b7a496cdc7..268df1f732 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.2 thanks to an image. This James image has a default configuration
+              <span>Here you will try James server v 3.7.3 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.2</code>
+                <code class="highlighter-rouge">docker run -p "465:465" -p "993:993" apache/james:demo-3.7.3</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.2/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.7.3/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 fff93f3b46..515a00bf9d 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.2</version>
+        <version>3.7.3</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 7327c4661c..2322035095 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.2 is the latest stable version">
+    <subsection name="Apache James 3.7.3 is the latest stable version">
 
       <ul>
         <li>Source code (ZIP Format):
-          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.2/james-project-3.7.2-source-release.zip">james-project-3.7.2-source-release.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-project-3.7.2-source-release.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-project-3.7.2-source-release.zip.asc">PGP</a>]</li>
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.3/james-project-3.7.3-source-release.zip">james-project-3.7.3-source-release.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-project-3.7.3-source-release.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-project-3.7.3-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.2/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-jpa-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-jpa-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.3/james-server-jpa-guice.zip">james-server-jpa-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-server-jpa-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-server-jpa-guice.zip.asc">PGP</a>]
         </li>
 
         <p><b>Distributed James server</b>:</p>
@@ -78,17 +78,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.7.2/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-distributed-guice.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-distributed-guice.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.3/james-server-distributed-guice.zip">james-server-distributed-guice.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-server-distributed-guice.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.3/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.2/james-server-app-3.7.2-app.zip">james-server-app-3.7.2-app.zip</a>
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-app-3.7.2-app.zip.sha512">SHA-512</a>]
-          [<a href="https://downloads.apache.org/james/server/3.7.2/james-server-app-3.7.2-app.zip.asc">PGP</a>]
+          <a href="https://www.apache.org/dyn/closer.lua/james/server/3.7.3/james-server-app-3.7.3-app.zip">james-server-app-3.7.3-app.zip</a>
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-server-app-3.7.3-app.zip.sha512">SHA-512</a>]
+          [<a href="https://downloads.apache.org/james/server/3.7.3/james-server-app-3.7.3-app.zip.asc">PGP</a>]
         </li>
 
       </ul>
@@ -322,13 +322,13 @@
 
   <section name="Apache Mailet">
   
-    <p>Apache Mailet 3.7.2 is the latest stable version. </p>
+    <p>Apache Mailet 3.7.3 is the latest stable version. </p>
 
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.2/apache-mailet-api-3.7.2-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-api-3.7.2-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-api-3.7.2-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-api-3.7.3-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-api-3.7.3-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-api-3.7.3-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.2&lt;/version&gt;
+    &lt;version&gt;3.7.3&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.2/apache-mailet-api-3.7.2.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-api-3.7.2.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-api-3.7.2.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-api-3.7.3.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-api-3.7.3.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-api-3.7.3.jar.asc">PGP</a>]
     </p>
     
   </section>
 
   <section name="Apache Mailet Base">
 
-    <p>Apache Mailet Base 3.7.2 is the latest stable version.</p>
+    <p>Apache Mailet Base 3.7.3 is the latest stable version.</p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.2/apache-mailet-base-3.7.2-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-base-3.7.2-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-base-3.7.2-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-base-3.7.3-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-base-3.7.3-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-base-3.7.3-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.2&lt;/version&gt;
+    &lt;version&gt;3.7.3&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.2/apache-mailet-base-3.7.2.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-base-3.7.2.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-base-3.7.2.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-base-3.7.3.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-base-3.7.3.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-base-3.7.3.jar.asc">PGP</a>]
     </p>
 
   </section>
 
   <section name="Apache Mailet Standard">
 
-    <p>Apache Mailet Standard 3.7.2 is the latest stable version. </p>
+    <p>Apache Mailet Standard 3.7.3 is the latest stable version. </p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.2/apache-mailet-standard-3.7.2-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-standard-3.7.2-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-standard-3.7.2-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-standard-3.7.3-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-standard-3.7.3-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-standard-3.7.3-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.2&lt;/version&gt;
+    &lt;version&gt;3.7.3&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.2/apache-mailet-standard-3.7.2.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-standard-3.7.2.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-standard-3.7.2.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-standard-3.7.3.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-standard-3.7.3.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-standard-3.7.3.jar.asc">PGP</a>]
     </p>
 
   </section>
 
   <section name="Apache Crypto Mailets">
   
-    <p>Apache Crypto Mailets 3.7.2 is the latest stable version.</p>
+    <p>Apache Crypto Mailets 3.7.3 is the latest stable version.</p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.2/apache-mailet-crypto-3.7.2-sources.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-crypto-3.7.2-sources.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2//apache-mailet-crypto-3.7.2-sources.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-crypto-3.7.3-sources.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-crypto-3.7.3-sources.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3//apache-mailet-crypto-3.7.3-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.2&lt;/version&gt;
+    &lt;version&gt;3.7.3&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.2/apache-mailet-crypto-3.7.2.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-crypto-3.7.2.jar.sha512">SHA-512</a>]
-      [<a href="https://downloads.apache.org/james/mailets/3.7.2/apache-mailet-crypto-3.7.2.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/mailets/3.7.3/apache-mailet-crypto-3.7.3.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-crypto-3.7.3.jar.sha512">SHA-512</a>]
+      [<a href="https://downloads.apache.org/james/mailets/3.7.3/apache-mailet-crypto-3.7.3.jar.asc">PGP</a>]
     </p>
     
   </section>
 
   <section name="Apache James Protocols">
   
-    <p>Apache James Protocols 3.7.2 is the latest stable version.</p>
+    <p>Apache James Protocols 3.7.3 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.2">API</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-netty/3.7.2">NETTY</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-smtp/3.7.2">SMTP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-lmtp/3.7.2">LMTP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-imap/3.7.2">IMAP</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-pop3/3.7.2">POP3</a></li>
-      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-managesieve/3.7.2">MANAGESIEVE</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-api/3.7.3">API</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-netty/3.7.3">NETTY</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-smtp/3.7.3">SMTP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-lmtp/3.7.3">LMTP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-imap/3.7.3">IMAP</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-pop3/3.7.3">POP3</a></li>
+      <li><a href="https://repo1.maven.org/maven2/org/apache/james/protocols/protocols-managesieve/3.7.3">MANAGESIEVE</a></li>
     </ul>
   
   </section>
diff --git a/src/site/xdoc/protocols/imap4.xml b/src/site/xdoc/protocols/imap4.xml
index b506e98f9a..88cba53532 100644
--- a/src/site/xdoc/protocols/imap4.xml
+++ b/src/site/xdoc/protocols/imap4.xml
@@ -87,7 +87,7 @@
   </section>
 
   <section name='Apache James IMAP in Server and as component'>
-    <p><a href='http://james.apache.org/server'>Apache James Server 3.7.2</a> supports IMAP
+    <p><a href='http://james.apache.org/server'>Apache James Server 3.7.3</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/feature-security.xml b/src/site/xdoc/server/feature-security.xml
index b55a297698..07cbc9ddf9 100644
--- a/src/site/xdoc/server/feature-security.xml
+++ b/src/site/xdoc/server/feature-security.xml
@@ -54,13 +54,13 @@
             <a href="https://apache.org/security/committers.html#vulnerability-handling">vulnerability handling</a>.
         </subsection>
         <subsection name="CVE-2021-44228: STARTTLS command injection in Apache JAMES">
-            <p>Apache James distribution prior to release 3.7.2 is vulnerable to a buffering attack relying on the use of the STARTTLS command.</p>
+            <p>Apache James distribution prior to release 3.7.3 is vulnerable to a buffering attack relying on the use of the STARTTLS command.</p>
 
             <p>Fix of CVE-2021-38542, which solved similar problem from Apache James 3.6.1, is subject to a parser differential and do not take into account concurrent requests.</p>
 
             <p><b>Severity</b>: Moderate</p>
 
-            <p><b>Mitigation</b>: We recommend to upgrade to Apache James 3.7.2 or higher, which fixes this vulnerability.</p>
+            <p><b>Mitigation</b>: We recommend to upgrade to Apache James 3.7.3 or higher, which fixes this vulnerability.</p>
         </subsection>
         <subsection name="CVE-2021-44228: Log4Shell">
             <p>Apache James Spring distribution prior to release 3.6.1 is vulnerable to attacks leveraging Log4Shell.
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index 7cc258c867..647cec7aa8 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.2 requires a Java Runtime Environment. Java version 11 is required to run the
+    <p>James 3.7.3 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.2 has been successfully tested on OpenJDK 11</p>
+    <p>James 3.7.3 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.2">
-          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.7.2/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.7.3">
+          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.7.3/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 48809f7538..1d5e54f2fa 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.2</td>
-                        <td>apache/james:distributed-3.7.2</td>
-                        <td>apache/james:jpa-3.7.2</td>
+                        <td>apache/james:cassandra-3.7.3</td>
+                        <td>apache/james:distributed-3.7.3</td>
+                        <td>apache/james:jpa-3.7.3</td>
                         <td>None</td>
                     </tr>
                     <tr>
@@ -230,7 +230,7 @@
                         <th>Supported protocols</th>
                     </tr>
                     <tr>
-                        <td>apache/james:distributed-3.7.2</td>
+                        <td>apache/james:distributed-3.7.3</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.2</td>
+                        <td>apache/james:jpa-3.7.3</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.2</td>
+                        <td>apache/james:demo-3.7.3</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.2</td>
+                        <td>apache/james:memory-3.7.3</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.2</td>
+                        <td>apache/james:cassandra-3.7.3</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 506c9311d7..d278313f26 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.7.3">
+            <p>Released December 2022</p>
+            <p><a href="https://james.apache.org/james/update/2022/12/30/james-3.7.3.html">Read the release announce</a>. </p>
+        </section>
         <section name="Version 3.7.2">
             <p>Released October 2022</p>
             <p><a href="https://james.apache.org/james/update/2022/10/06/james-3.7.2.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/04: [UPGRADE-INSTRUCTIONS] Mention 3.7.3 without specific requirements

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 599ad30a2085a224add2e47a8ef437ac99a4888a
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Dec 30 10:35:46 2022 +0700

    [UPGRADE-INSTRUCTIONS] Mention 3.7.3 without specific requirements
---
 upgrade-instructions.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 496daad9f2..545238a009 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -202,6 +202,10 @@ In order to add this `authorized_users` column you need to run the following CQL
 ALTER TABLE james_keyspace.user ADD authorized_users set<text>;
 ```
 
+## 3.7.3 version
+
+No specific operation to conduct from a 3.7.2 version.
+
 ## 3.7.2 version
 
 No specific operation to conduct from a 3.7.1 version.


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


[james-project] 04/04: [DOCUMENTATION] Post for 3.7.3 release

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 3eb5dc564d50aa01aec9e27cca77d1d704d10b7c
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Dec 30 11:00:08 2022 +0700

    [DOCUMENTATION] Post for 3.7.3 release
---
 .../_posts/2022-12-30-james-3.7.3.markdown         | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/homepage/_posts/2022-12-30-james-3.7.3.markdown b/src/homepage/_posts/2022-12-30-james-3.7.3.markdown
new file mode 100644
index 0000000000..95332f486d
--- /dev/null
+++ b/src/homepage/_posts/2022-12-30-james-3.7.3.markdown
@@ -0,0 +1,24 @@
+---
+layout: post
+title:  "Apache James Server 3.7.3"
+date:   2022-12-30  01:16:30 +0200
+categories: james update
+---
+
+The Apache James developers are pleased to announce James server 3.7.3 release.
+
+Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker].
+
+The Apache James PMC would like to thanks all contributors who made this release possible!
+
+## Announcement
+
+This release proposes stability related bug fixes and updates some dependencies for security reasons.
+
+## 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#373---2022-12-30
+[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