Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AAF52200CC6 for ; Tue, 18 Jul 2017 08:47:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9533166688; Tue, 18 Jul 2017 06:47:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EF7EF166687 for ; Tue, 18 Jul 2017 08:47:21 +0200 (CEST) Received: (qmail 75384 invoked by uid 500); 18 Jul 2017 06:47:21 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 75373 invoked by uid 99); 18 Jul 2017 06:47:21 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2017 06:47:21 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7FD6C3A265E for ; Tue, 18 Jul 2017 06:47:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1015628 - in /websites/staging/openwebbeans/trunk/content: ./ source.html Date: Tue, 18 Jul 2017 06:47:20 -0000 To: commits@openwebbeans.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170718064720.7FD6C3A265E@svn01-us-west.apache.org> archived-at: Tue, 18 Jul 2017 06:47:22 -0000 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

Cannonical Source Repository

The sources of Apache OpenWebBeans are maintained in the Apache Software Foundation Subversion repository. This is the repository where all committers work on.

+

The SVN trunk currently contains our effort to implement the CDI-2.0 specification and is considered production ready.

The sources can be checked out read only with the following command:

 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
 
-

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:

+

Maintenance releases targetting older CDI specifications

+

CDI-1.2 - OpenWebBeans-1.7.x

+

For checking out sources of the stable CDI-1.2 version of OpenWebBeans, please use the owb_1.7.x branch from here:

+
+svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x/
+
+ +

CDI-1.0 - OpenWebBeans-1.1.x

+

For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please use the owb_1.1.x branch from here:

 svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
 
@@ -120,11 +128,11 @@ mvn clean install

The following maven profiles exist in our build to trigger additional build steps and configuration:

    -
  • tck - for executing the CDI (JSR-299 resp. JSR-346) standalone TCK
  • +
  • tck - for executing the CDI (JSR-299, JSR-346 resp JSR-365) standalone TCK
  • jsr330-tck - for executing the JSR-330 'atinject' TCK
  • -
  • doc - for building the documentation PDF from docbook
-

To activate all of them use

+

In trunk they are all activated by default and run every time you build OpenWebBeans.

+

For older OpenWebBeans versions you might enable them manually.

 mvn clean install -Ptck -Pjsr330-tck -Pdoc