Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95106 invoked from network); 3 Aug 2010 08:37:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Aug 2010 08:37:44 -0000 Received: (qmail 4721 invoked by uid 500); 3 Aug 2010 08:37:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4345 invoked by uid 500); 3 Aug 2010 08:37:41 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 4332 invoked by uid 99); 3 Aug 2010 08:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 08:37:40 +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; Tue, 03 Aug 2010 08:37:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o738bGDe012099 for ; Tue, 3 Aug 2010 08:37:16 GMT Message-ID: <33088158.134581280824636420.JavaMail.jira@thor> Date: Tue, 3 Aug 2010 04:37:16 -0400 (EDT) From: "Wang Guang Zhe (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5489) Add test cases for dependency injection for java 1.0 features into the testsuite. In-Reply-To: <3850319.110481280709855721.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Guang Zhe updated GERONIMO-5489: ------------------------------------- Attachment: (was: di1.0-testsuite.patch) > Add test cases for dependency injection for java 1.0 features into the testsuite. > --------------------------------------------------------------------------------- > > Key: GERONIMO-5489 > URL: https://issues.apache.org/jira/browse/GERONIMO-5489 > Project: Geronimo > Issue Type: Task > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 3.0 > Reporter: Wang Guang Zhe > Assignee: Forrest Xia > Fix For: 3.0 > > > Dependency Injection for Java 1.0 is a new component in Java EE 6. > The features included are five annotations ane one interface. > The annotations are: > @Inject > @Named > @Qualifier > @Scope > @Singleton > The only interface is: > public interface Provider > They are all tested in this suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.