You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/07/24 08:04:44 UTC

[1/3] james-project git commit: Fix spring-jpa-postgres documentation

Repository: james-project
Updated Branches:
  refs/heads/master 985ab8647 -> 19d4dc0e7


Fix spring-jpa-postgres documentation


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/19d4dc0e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/19d4dc0e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/19d4dc0e

Branch: refs/heads/master
Commit: 19d4dc0e70b573bc1ca22e8f71d06a79460e9e4d
Parents: aa03085
Author: Antoine Duprat <ad...@linagora.com>
Authored: Thu Jul 20 17:48:06 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Mon Jul 24 10:03:48 2017 +0200

----------------------------------------------------------------------
 src/site/xdoc/server/config-spring-jpa-postgres.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/19d4dc0e/src/site/xdoc/server/config-spring-jpa-postgres.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-spring-jpa-postgres.xml b/src/site/xdoc/server/config-spring-jpa-postgres.xml
index d88824a..467ce69 100644
--- a/src/site/xdoc/server/config-spring-jpa-postgres.xml
+++ b/src/site/xdoc/server/config-spring-jpa-postgres.xml
@@ -42,7 +42,7 @@
 
         <p>Example to install it on Debian:</p>
         <source>
-          sudo apt-get update && sudo apt-get install postgresql-9.4 postgresql-client-9.4
+          sudo apt-get update &amp;&amp; sudo apt-get install postgresql-9.4 postgresql-client-9.4
         </source>
         <p>Example to pull and launch Postgres on docker</p>
         <source>


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


[3/3] james-project git commit: Update documentation for the 3.0.0 release

Posted by ad...@apache.org.
Update documentation for the 3.0.0 release


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ddfa4f43
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ddfa4f43
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ddfa4f43

Branch: refs/heads/master
Commit: ddfa4f43e7a980505a911a1e7fcb947a373a889f
Parents: 985ab86
Author: Antoine Duprat <ad...@linagora.com>
Authored: Thu Jul 20 14:15:03 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Mon Jul 24 10:03:48 2017 +0200

----------------------------------------------------------------------
 src/site/xdoc/download.xml                     | 10 ++++-----
 src/site/xdoc/server/advantages.xml            |  3 ---
 src/site/xdoc/server/index.xml                 |  7 ++----
 src/site/xdoc/server/install.xml               |  2 +-
 src/site/xdoc/server/quick-start-cassandra.xml |  4 ++--
 src/site/xdoc/server/quick-start.xml           | 10 ++++-----
 src/site/xdoc/server/release-notes.xml         | 25 +++++++++++++++++++++
 7 files changed, 40 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/download.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 40374d1..fe19bf3 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -141,7 +141,7 @@ is found <a href='http://www.apache.org/licenses/exports/'>here</a>.
 
   <section name='Apache James Server'>
 
-    <subsection name="Apache James 3.0-RC1 is for early adopters">
+    <subsection name="Apache James 3.0.0 is the stable version">
 
       <div class="ui-widget">
         <div class="ui-priority-secondary ui-corner-all apache-james-crypto-notice">
@@ -160,17 +160,17 @@ is found <a href='http://www.apache.org/licenses/exports/'>here</a>.
       </div>
 
       <ul>
-        <li>Source code <a href="https://github.com/apache/james-project/releases/tag/james-project-3.0.0-RC1">on GitHub</a></li>
+        <li>Source code <a href="https://github.com/apache/james-project/releases/tag/james-project-3.0.0">on GitHub</a></li>
 
         <li>Binary (ZIP Format): <a
-                href="http://www.apache.org/dist/james/server/james-server-app-3.0.0-RC1-app.zip">apache-james-3.0.0-RC1-app.zip</a> [<a
-                href="http://www.apache.org/dist/james/server/james-server-app-3.0.0-RC1-app.zip.asc">PGP</a>]</li>
+                href="http://www.apache.org/dist/james/server/3.0.0/james-server-app-3.0.0-app.zip">apache-james-3.0.0-app.zip</a> [<a
+                href="http://www.apache.org/dist/james/server/3.0.0/james-server-app-3.0.0-app.zip.md5.sig">PGP</a>]</li>
 
       </ul>
 
     </subsection>
     
-    <subsection name="Apache James 2.3.2.1 is the stable version">
+    <subsection name="Apache James 2.3.2.1 is the previous stable version">
     
       <p>This release has many enhancements and bug fixes over the previous
       release.  See the <a

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/advantages.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/advantages.xml b/src/site/xdoc/server/advantages.xml
index 62ff569..2cfe51f 100644
--- a/src/site/xdoc/server/advantages.xml
+++ b/src/site/xdoc/server/advantages.xml
@@ -99,9 +99,6 @@
             Component Oriented Programming and  Inversion of Control. The stable and robust
             Spring container provides a strong foundation for the Apache James Server.</p>
 
-          <p>The internal and exposed APIs for this 3.0-beta4 release are under current validation and are
-            expected to be subject to change - <a href="dev.html">read more</a>.</p>
-
           <p><img src="images/uml/org.apache.james-package-small.png" width="400px" /></p>
 
         </subsection>

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/index.xml b/src/site/xdoc/server/index.xml
index 8c9c0b3..0597714 100644
--- a/src/site/xdoc/server/index.xml
+++ b/src/site/xdoc/server/index.xml
@@ -40,19 +40,16 @@
 	      <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.0-RC1 and <a href="quick-start.html">quick-start</a> it!</p>
+        <p>Download Apache James Mail Server 3.0.0 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>Early Apache James Server 3.0-RC1</span>
+              <span><span class="icon"></span>Apache James Server 3.0.0</span>
             </a>
           </span>
         </p>
          <p>You can also have a look to the last stable version</p>
 
-         <p>The James team is working hard to release version 3.0. We currently do load testing, write more tests, rework the website,
-             and started using James 3.0 in production.</p>
-	
         <p>Apache James Server 3.0 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>

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/install.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index 46ec41b..9b9586c 100644
--- a/src/site/xdoc/server/install.xml
+++ b/src/site/xdoc/server/install.xml
@@ -206,7 +206,7 @@ $ telnet 127.0.0.1 25
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
-220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0-beta4) ready Sat, 6 Nov 2010 17:31:33 +0100 (CET)
+220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0.0) ready Wed, 20 Jul 2017 17:31:33 +0100 (CET)
 ehlo test
 250-172.16.1.131 Hello test (aoscommunity.com [127.0.0.1])
 250-PIPELINING

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/quick-start-cassandra.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/quick-start-cassandra.xml b/src/site/xdoc/server/quick-start-cassandra.xml
index d044b88..c0ad8c1 100644
--- a/src/site/xdoc/server/quick-start-cassandra.xml
+++ b/src/site/xdoc/server/quick-start-cassandra.xml
@@ -119,7 +119,7 @@ $ telnet <b>HOSTNAME</b> 25
 Trying <b>HOSTNAME</b>...
 Connected to <b>HOSTNAME</b>.
 Escape character is '^]'.
-220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0-beta4) ready Sat, 6 Nov 2010 17:31:33 +0100 (CET)
+220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0.0) ready Wed, 20 Jul 2017 17:31:33 +0100 (CET)
 ehlo test
 250-172.16.1.131 Hello test (aoscommunity.com [127.0.0.1])
 250-PIPELINING
@@ -236,7 +236,7 @@ $ telnet <b>HOSTNAME</b> 25
 Trying <b>HOSTNAME</b>...
 Connected to <b>HOSTNAME</b>.
 Escape character is '^]'.
-220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0-beta4) ready Sat, 6 Nov 2010 17:31:33 +0100 (CET)
+220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0.0) ready Wed, 20 Jul 2017 17:31:33 +0100 (CET)
 ehlo test
 250-172.16.1.131 Hello test (aoscommunity.com [127.0.0.1])
 250-PIPELINING

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/quick-start.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/quick-start.xml b/src/site/xdoc/server/quick-start.xml
index afa3e38..73e1325 100644
--- a/src/site/xdoc/server/quick-start.xml
+++ b/src/site/xdoc/server/quick-start.xml
@@ -44,16 +44,16 @@ Step 0: Requirements
 Step 1: Download
 #################
 
-  * Download apache-james-3.0-beta5-app.zip from http://james.apache.org/download.cgi#Apache_James_Server
+  * Download apache-james-3.0.0-app.zip from http://james.apache.org/download.cgi#Apache_James_Server
 
 Step 2: Deploy
 ##############
 
-  * Unzip apache-james-3.0-beta5-app.zip.
+  * Unzip apache-james-3.0.0-app.zip.
   * You should have a folder with sub-folders bin, conf, lib, log, var and four text files.
 
-$ unzip japache-james-3.0-beta5-app.zip
-$ cd apache-james-3.0-beta5-app
+$ unzip apache-james-3.0.0-app.zip
+$ cd apache-james-3.0.0-app
 $ ls (linux) / dir (windows)
 bin
 BUILD.txt
@@ -147,7 +147,7 @@ $ telnet 127.0.0.1 25
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
-220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0-beta5) ready Sat, 6 Nov 2010 17:31:33 +0100 (CET)
+220 172.16.1.131 SMTP Server (JAMES SMTP Server 3.0.0) ready Wed, 20 Jul 2017 17:31:33 +0100 (CET)
 ehlo test
 250-172.16.1.131 Hello test (aoscommunity.com [127.0.0.1])
 250-PIPELINING

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddfa4f43/src/site/xdoc/server/release-notes.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/release-notes.xml b/src/site/xdoc/server/release-notes.xml
index 2fd61de..26169b6 100644
--- a/src/site/xdoc/server/release-notes.xml
+++ b/src/site/xdoc/server/release-notes.xml
@@ -35,6 +35,31 @@
             </div>
         </div>
 
+        <section name="Version 3.0.0">
+
+            <p>Released July 2017</p>
+
+            <p>The Apache James project is happy to announce the release
+                of version 3.0.0 of its modular mail server.</p>
+
+            <p>After a long work, the team is really proud to announce the new release, James 3.0.
+                This new version of the Apache James Server introduces many new features, 
+                like the IMAP protocol, 
+                experimental Sieve support, 
+                experimental JMAP support, 
+                and new email storage back-ends.</p>
+
+            <p>For the James 3.0 release, the team have been specifically committed to testing. 
+                We care about unit testing in a Test Driven Development way. 
+                We added many integration tests, using the Mail Protocol Tester suite, but also using various IMAP, SMTP and HTTP clients. 
+                We conducted load testing campaigns, and developed tools based on Gatling, a load testing framework, for the JMAP, IMAP and SMTP protocols. 
+                We introduced live metric collection and display in Grafana, as well as log collection in Kibana.</p>
+
+            <p>If you're interested in contributing to the James project, please subscribe to the James
+                <a href="http://james.apache.org/mail.html">mailing lists</a>.</p>
+
+        </section>
+
         <section name="Version 3.0-RC1">
 
             <p>Released May 2017</p>


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


[2/3] james-project git commit: Add post about 3.0.0 release

Posted by ad...@apache.org.
Add post about 3.0.0 release


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/aa03085a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/aa03085a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/aa03085a

Branch: refs/heads/master
Commit: aa03085a8644d3667396dcdc65225e60dcb859b3
Parents: ddfa4f4
Author: Antoine Duprat <ad...@linagora.com>
Authored: Thu Jul 20 14:15:21 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Mon Jul 24 10:03:48 2017 +0200

----------------------------------------------------------------------
 src/homepage/_posts/2017-07-20-james-3.0.markdown | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/aa03085a/src/homepage/_posts/2017-07-20-james-3.0.markdown
----------------------------------------------------------------------
diff --git a/src/homepage/_posts/2017-07-20-james-3.0.markdown b/src/homepage/_posts/2017-07-20-james-3.0.markdown
new file mode 100644
index 0000000..f38ebe4
--- /dev/null
+++ b/src/homepage/_posts/2017-07-20-james-3.0.markdown
@@ -0,0 +1,13 @@
+---
+layout: post
+title:  "Apache James Server 3.0.0"
+date:   2017-07-20 16:13:22 +0200
+categories: james update
+---
+
+James server 3.0.0 has been released !
+
+You are welcome to [download it][download], any issue can be reported on our issue [tracker][tracker].
+
+[tracker]: https://issues.apache.org/jira/browse/JAMES
+[download]: http://james.apache.org/download.cgi#Apache_James_Server
\ No newline at end of file


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