Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 87067 invoked from network); 23 Dec 2010 16:16:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Dec 2010 16:16:26 -0000 Received: (qmail 12357 invoked by uid 500); 23 Dec 2010 16:16:26 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 12133 invoked by uid 500); 23 Dec 2010 16:16:25 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 12101 invoked by uid 99); 23 Dec 2010 16:16:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 16:16:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 16:16:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBNGG40q014312 for ; Thu, 23 Dec 2010 16:16:04 GMT Message-ID: <25125762.289441293120964412.JavaMail.jira@thor> Date: Thu, 23 Dec 2010 11:16:04 -0500 (EST) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Subject: [jira] Commented: (FELIX-1424) Constructor Injection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974646#action_12974646 ] Clement Escoffier commented on FELIX-1424: ------------------------------------------ Constructor injection is now supported in the version from the trunk > Constructor Injection > --------------------- > > Key: FELIX-1424 > URL: https://issues.apache.org/jira/browse/FELIX-1424 > Project: Felix > Issue Type: Improvement > Components: iPOJO > Reporter: Clement Escoffier > Assignee: Clement Escoffier > Fix For: iPOJO-1.8.0 > > > Provide mechanisms to support constructor injection. > If enable, the container will look for a compatible constructor and use this one instead of the empty one. Obviously the bundle context will be also injected if an argument match this type. The argument / property to inject will use an id mechanism to simplify the lookup. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.