You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2017/07/18 06:47:20 UTC

svn commit: r1015628 - in /websites/staging/openwebbeans/trunk/content: ./ source.html

Author: buildbot
Date: Tue Jul 18 06:47:20 2017
New Revision: 1015628

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/source.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 18 06:47:20 2017
@@ -1 +1 @@
-1802139
+1802244

Modified: websites/staging/openwebbeans/trunk/content/source.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/source.html (original)
+++ websites/staging/openwebbeans/trunk/content/source.html Tue Jul 18 06:47:20 2017
@@ -85,6 +85,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="cannonical-source-repository">Cannonical Source Repository<a class="headerlink" href="#cannonical-source-repository" title="Permanent link">&para;</a></h1>
 <p>The sources of Apache OpenWebBeans are maintained in the Apache Software Foundation Subversion repository.
 This is the repository where all committers work on.</p>
+<p>The SVN trunk currently contains our effort to implement the CDI-2.0 specification and is considered production ready.</p>
 <p>The sources can be checked out read only with the following command:</p>
 <pre>
 svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
@@ -95,8 +96,15 @@ svn co http://svn.apache.org/repos/asf/o
 svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
 </pre>
 
-<p>The SVN trunk currently contains our effort to implement the CDI-1.1 specification and is not considered production ready yet.
-For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please use the owb_1.1.x branch from here:</p>
+<h2 id="maintenance-releases-targetting-older-cdi-specifications">Maintenance releases targetting older CDI specifications<a class="headerlink" href="#maintenance-releases-targetting-older-cdi-specifications" title="Permanent link">&para;</a></h2>
+<h3 id="cdi-12-openwebbeans-17x">CDI-1.2 - OpenWebBeans-1.7.x<a class="headerlink" href="#cdi-12-openwebbeans-17x" title="Permanent link">&para;</a></h3>
+<p>For checking out sources of the stable CDI-1.2 version of OpenWebBeans, please use the owb_1.7.x branch from here:</p>
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x/
+</pre>
+
+<h3 id="cdi-10-openwebbeans-11x">CDI-1.0 - OpenWebBeans-1.1.x<a class="headerlink" href="#cdi-10-openwebbeans-11x" title="Permanent link">&para;</a></h3>
+<p>For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please use the owb_1.1.x branch from here:</p>
 <pre>
 svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
 </pre>
@@ -120,11 +128,11 @@ mvn clean install
 
 <p>The following maven profiles exist in our build to trigger additional build steps and configuration:</p>
 <ul>
-<li>tck - for executing the CDI (JSR-299 resp. JSR-346) standalone TCK</li>
+<li>tck - for executing the CDI (JSR-299, JSR-346 resp JSR-365) standalone TCK</li>
 <li>jsr330-tck - for executing the JSR-330 'atinject' TCK</li>
-<li>doc - for building the documentation PDF from docbook</li>
 </ul>
-<p>To activate all of them use</p>
+<p>In trunk they are all activated by default and run every time you build OpenWebBeans.</p>
+<p>For older OpenWebBeans versions you might enable them manually.</p>
 <pre>
 mvn clean install -Ptck -Pjsr330-tck -Pdoc
 </pre>