This is an automated email from the ASF dual-hosted git repository. aduprat pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/james-site.git
commit 8c76fafc55ec69adbd8c98a678e9481093891d12 Author: Antoine Duprat <[email protected]> AuthorDate: Wed Mar 27 11:04:53 2019 +0100 Adding posts about 3.3.0 release --- content/feed.xml | 89 +++++++++--- content/index.html | 9 +- content/james/update/2019/03/26/james-3.3.0.html | 170 +++++++++++++++++++++++ content/posts.html | 9 ++ 4 files changed, 250 insertions(+), 27 deletions(-) diff --git a/content/feed.xml b/content/feed.xml index 67056fa..fbbc38c 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -24,9 +24,73 @@ </description> <link>http://james.apache.org/</link> <atom:link href="http://james.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Fri, 22 Mar 2019 14:27:42 +0700</pubDate> - <lastBuildDate>Fri, 22 Mar 2019 14:27:42 +0700</lastBuildDate> - <generator>Jekyll v3.4.3</generator> + <pubDate>Wed, 27 Mar 2019 09:55:49 +0000</pubDate> + <lastBuildDate>Wed, 27 Mar 2019 09:55:49 +0000</lastBuildDate> + <generator>Jekyll v3.8.5</generator> + + <item> + <title>Apache James Server 3.3.0</title> + <description><p>The Apache James developers are pleased to announce James server 3.3.0 release.</p> + +<p>Here are some points we worked on:</p> + +<h3 id="added">Added</h3> + +<ul> + <li>Metrics for BlobStore</li> + <li>New Guice product using Cassandra RabbitMQ ElasticSearch, OpenStack Swift and optional LDAP dependency (experimental)</li> + <li>JPA SMTP dockerFile contributed by <a href="https://github.com/matzepan">matzepan</a></li> + <li>Listing healthchecks, thanks to <a href="https://github.com/kratostaine">Madhu Bhat</a></li> + <li>Configuring the ElasticSearch clusterName</li> + <li>Logging and Metrics now supports Elasticsearch 6 (previously only Elasticsearch 2 was supported)</li> + <li>Implementation of the RabbitMQ EventBus</li> + <li>DeadLetter APIs and memory implementation for storing events that failed delivery</li> + <li>RecipientRewriteTable Aliases and associated WebAdmin routes</li> +</ul> + +<h3 id="fixed">Fixed</h3> + +<ul> + <li>MAILBOX-350 Potential invalid UID &lt;-&gt; MSN mapping upon IMAP COPY</li> + <li>Possibility to better zoom in Grafana boards</li> + <li>default ElasticSearch shards &amp; replica configured values</li> + <li>Move &amp; copy batch sizes are now loaded from configuration</li> +</ul> + +<h3 id="changed">Changed</h3> + +<ul> + <li>WebAdmin ReIndexing API had been reworked</li> + <li>MailboxListener and mailbox event system were reworked. Custom listeners will need to be adapted. Please see Upgrade instuctions.</li> + <li>Docker images are now using a JRE instead of a JDK</li> + <li>Replacement of the old mailbox event system with the EventBus</li> +</ul> + +<h3 id="removed">Removed</h3> + +<ul> + <li>Drop HBase and JCR components (mailbox and server/data).</li> +</ul> + +<h3 id="third-party-softwares">Third party softwares</h3> + +<ul> + <li>Tika prior 1.20 is subject to multiple CVEs. We recommend the upgrade</li> +</ul> + +<p>Early adopters can <a href="http://james.apache.org/download.cgi#Apache_James_Server">download it</a>, any issue can be reported on our issue <a href="https://issues.apache.org/jira/browse/JAMES">tracker</a>.</p> + +</description> + <pubDate>Tue, 26 Mar 2019 08:09:47 +0000</pubDate> + <link>http://james.apache.org/james/update/2019/03/26/james-3.3.0.html</link> + <guid isPermaLink="true">http://james.apache.org/james/update/2019/03/26/james-3.3.0.html</guid> + + + <category>james</category> + + <category>update</category> + + </item> <item> <title>Apache James Mime4J 0.8.3</title> @@ -439,24 +503,5 @@ only be used for privilege escalation.</p> </item> - <item> - <title>Blog post: Easy and secure James installation</title> - <description><p>In a recent <a href="https://medium.com/@thibaut.sautereau/installing-james-3-0-with-spf-verification-421b26b92f11">blog post</a>, <a href="https://github.com/thithib">Thibaut</a> explains us how to easily set up a James server on a personal domain.</p> - -<p>He gives hints about DNS configuration, SSL configuration, James configuration, and SPF configuration. All those -features explained with working examples!</p> - -</description> - <pubDate>Tue, 03 Oct 2017 21:13:22 +0700</pubDate> - <link>http://james.apache.org/james/update/2017/10/03/BlogPostInstallingJames.html</link> - <guid isPermaLink="true">http://james.apache.org/james/update/2017/10/03/BlogPostInstallingJames.html</guid> - - - <category>james</category> - - <category>update</category> - - </item> - </channel> </rss> diff --git a/content/index.html b/content/index.html index 586fdc0..6d292c9 100644 --- a/content/index.html +++ b/content/index.html @@ -1,5 +1,4 @@ <!-- - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -134,14 +133,14 @@ <ul class="james-ul no-padding"> <li class="post-template"><span class="long-arrow-right">→</span><span><b> WHAT WILL YOU TRY:</b><br> - <span>Here you will try James server v 3.2.0 thanks to an image.This James image has a default configuration + <span>Here you will try James server v 3.3.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, user02, user03, with their default password being <i>1234</i>.<br> <i>Note: this James server will respond to IMAP port 143 and SMTP port 25.</i></span></span> </li> <li class="post-template"><span class="long-arrow-right">→</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 "25:25" -p "143:143" linagora/james-jpa-sample:3.2.0</code> + <code class="highlighter-rouge">docker run -p "25:25" -p "143:143" linagora/james-jpa-sample:3.3.0</code> <br><br> Then, connect this image with for instance, Thunderbird.<br> @@ -162,7 +161,7 @@ WHAT WILL YOU TRY:</b><br> <li class="post-template"> <span class="icon fa-file-text-o"></span> <span class="details"> - <a href="/james/update/2019/03/19/mime4j-0.8.3.html" alt="Apache James Mime4J 0.8.3"><b>Apache James Mime4J 0.8.3 - March 19, 2019</b><br><small><p>James Mime4J 0.8.2 has been released.</p> + <a href="/james/update/2019/03/26/james-3.3.0.html" alt="Apache James Server 3.3.0"><b>Apache James Server 3.3.0 - March 26, 2019</b><br><small><p>The Apache James developers are pleased to announce James server 3.3.0 release.</p> </small></a> </span> @@ -171,7 +170,7 @@ WHAT WILL YOU TRY:</b><br> <li class="post-template"> <span class="icon fa-file-text-o"></span> <span class="details"> - <a href="/james/update/2018/11/14/james-3.2.0.html" alt="Apache James Server 3.2.0"><b>Apache James Server 3.2.0 - November 14, 2018</b><br><small><p>The Apache James developers are pleased to announce James server 3.2.0 release.</p> + <a href="/james/update/2019/03/19/mime4j-0.8.3.html" alt="Apache James Mime4J 0.8.3"><b>Apache James Mime4J 0.8.3 - March 19, 2019</b><br><small><p>James Mime4J 0.8.2 has been released.</p> </small></a> </span> diff --git a/content/james/update/2019/03/26/james-3.3.0.html b/content/james/update/2019/03/26/james-3.3.0.html new file mode 100644 index 0000000..272ac5e --- /dev/null +++ b/content/james/update/2019/03/26/james-3.3.0.html @@ -0,0 +1,170 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <title>Apache James</title> + + <link rel="stylesheet" type="text/css" href="/assets/css/main.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css"> + <link rel="shortcut icon" href="/images/james-logo.png"> + </head> +<body> + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<link href="/assets/css/lightbox.css" rel="stylesheet"> +<div id="wrapper" class="post-page"> + <div class="apache_ref"> + <a href="https://www.apache.org" alt="apache foundation link"><img src="https://www.apache.org/foundation/press/kit/asf_logo.svg" title="apache foundation logo"/></a> + </div> + <div class="apache_ref_mobile"> + <a href="https://www.apache.org" alt="apache foundation link">The Apache Software Foundation</a> + </div> + + <header id="header" class="alt"> + <div class="logo"><a href="/index.html" alt="Apache James"><img src="/images/james.svg" alt="james logo"/></a></div> + <h1 class="hidden">James Enterprise Mail Server</h1> + <h2>Emails at the heart of your business logic</h2> + </header> + + <!-- Main --> + <div id="main"> + + <!-- Content --> + <section id="content" class="main"> + + <h1><span class="icon fa-file-text-o"></span> Apache James Server 3.3.0</h1> + <h2><span class="icon fa-clock-o"></span><b> March 26, 2019</b></h2> + + <br/> + + <div> + <p>The Apache James developers are pleased to announce James server 3.3.0 release.</p> + +<p>Here are some points we worked on:</p> + +<h3 id="added">Added</h3> + +<ul> + <li>Metrics for BlobStore</li> + <li>New Guice product using Cassandra RabbitMQ ElasticSearch, OpenStack Swift and optional LDAP dependency (experimental)</li> + <li>JPA SMTP dockerFile contributed by <a href="https://github.com/matzepan">matzepan</a></li> + <li>Listing healthchecks, thanks to <a href="https://github.com/kratostaine">Madhu Bhat</a></li> + <li>Configuring the ElasticSearch clusterName</li> + <li>Logging and Metrics now supports Elasticsearch 6 (previously only Elasticsearch 2 was supported)</li> + <li>Implementation of the RabbitMQ EventBus</li> + <li>DeadLetter APIs and memory implementation for storing events that failed delivery</li> + <li>RecipientRewriteTable Aliases and associated WebAdmin routes</li> +</ul> + +<h3 id="fixed">Fixed</h3> + +<ul> + <li>MAILBOX-350 Potential invalid UID <-> MSN mapping upon IMAP COPY</li> + <li>Possibility to better zoom in Grafana boards</li> + <li>default ElasticSearch shards & replica configured values</li> + <li>Move & copy batch sizes are now loaded from configuration</li> +</ul> + +<h3 id="changed">Changed</h3> + +<ul> + <li>WebAdmin ReIndexing API had been reworked</li> + <li>MailboxListener and mailbox event system were reworked. Custom listeners will need to be adapted. Please see Upgrade instuctions.</li> + <li>Docker images are now using a JRE instead of a JDK</li> + <li>Replacement of the old mailbox event system with the EventBus</li> +</ul> + +<h3 id="removed">Removed</h3> + +<ul> + <li>Drop HBase and JCR components (mailbox and server/data).</li> +</ul> + +<h3 id="third-party-softwares">Third party softwares</h3> + +<ul> + <li>Tika prior 1.20 is subject to multiple CVEs. We recommend the upgrade</li> +</ul> + +<p>Early adopters can <a href="http://james.apache.org/download.cgi#Apache_James_Server">download it</a>, any issue can be reported on our issue <a href="https://issues.apache.org/jira/browse/JAMES">tracker</a>.</p> + + + + </div> + <footer class="major special"> + <hr> + <center> + <ul class="actions"> + <li><a href="/index.html" class="button">Back to homepage</a></li> + <li><a href="/posts.html" class="button">Read More Posts</a></li> + </ul> + </center> + </footer> + </section> + </div> + <footer id="footer" class="major"> + <section> + <h2>James</h2> + <ul class="no-padding"> + <li class="no-padding"><a href="../#intro" class="active">About</a></li> + <li class="no-padding"><a href="../#first">Get Started</a></li> + <li class="no-padding"><a href="../#posts">Last Posts</a></li> + <li class="no-padding"><a href="../#second">Community</a></li> + <li class="no-padding"><a href="https://james.apache.org/"><span class="fa fa-external-link"></span> Documentation</a></li> + </ul> + </section> + <section> + <h2>Connect</h2> + <ul class="icons"> + <li><a href="http://twitter.com/ApacheJames" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li> + <li><a href="https://github.com/apache/james-project" class="icon fa-github alt"><span class="label">GitHub</span></a></li> + <li><a href="http://james.apache.org/mail.html" class="icon fa-envelope-o alt"><span class="label">Mailing-list</span></a></li> + </ul> + </section> + <section> + <h2>Copyright</h2> + <a href="http://www.apache.org/">Apache Licence Copyright</a><br/> + ©Untitled. Design: <a href="https://html5up.net">HTML5 UP</a> + </section> + </footer> +</div> + +</body> +</html> diff --git a/content/posts.html b/content/posts.html index 6c9a2c4..1a6d9ec 100644 --- a/content/posts.html +++ b/content/posts.html @@ -65,6 +65,15 @@ <li class="post-template"> <span class="icon fa-lg fa-file-text-o"></span> <span class="details"> + <a href="/james/update/2019/03/26/james-3.3.0.html" alt="Apache James Server 3.3.0"><b>Apache James Server 3.3.0 - March 26, 2019</b><small><p>The Apache James developers are pleased to announce James server 3.3.0 release.</p> + +</small></a> + </span> + </li> + + <li class="post-template"> + <span class="icon fa-lg fa-file-text-o"></span> + <span class="details"> <a href="/james/update/2019/03/19/mime4j-0.8.3.html" alt="Apache James Mime4J 0.8.3"><b>Apache James Mime4J 0.8.3 - March 19, 2019</b><small><p>James Mime4J 0.8.2 has been released.</p> </small></a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
