Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 99216 invoked from network); 1 Apr 2010 10:44:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 10:44:55 -0000 Received: (qmail 163 invoked by uid 500); 1 Apr 2010 10:44:55 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 99137 invoked by uid 500); 1 Apr 2010 10:44:52 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 99121 invoked by uid 99); 1 Apr 2010 10:44:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 10:44:51 +0000 X-ASF-Spam-Status: No, hits=-1313.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 10:44:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61183234C4C8 for ; Thu, 1 Apr 2010 10:44:27 +0000 (UTC) Message-ID: <167685067.629721270118667396.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 10:44:27 +0000 (UTC) From: "Mark Struberg (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (EXTCDI-18) Provide ProjectStage determination mechanisms also for non-JSF environments like unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Provide ProjectStage determination mechanisms also for non-JSF environments like unit tests ------------------------------------------------------------------------------------------- Key: EXTCDI-18 URL: https://issues.apache.org/jira/browse/EXTCDI-18 Project: MyFaces CODI Issue Type: New Feature Reporter: Mark Struberg We need a centralised but extendible mechanism to properly detect ProjectStages and provide both, programmatic detection and @Produces for it. The programmatic detection is necessary for writing plugins which need to know the actual ProjectStage at a point in time where the CDI startup process has not yet finished. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.