Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 25208 invoked from network); 8 Sep 2009 17:46:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 17:46:24 -0000 Received: (qmail 7759 invoked by uid 500); 8 Sep 2009 17:46:23 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 7694 invoked by uid 500); 8 Sep 2009 17:46:23 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 7424 invoked by uid 99); 8 Sep 2009 17:46:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 17:46:23 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 17:46:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F026234C4CB for ; Tue, 8 Sep 2009 10:45:58 -0700 (PDT) Message-ID: <954013045.1252431958060.JavaMail.jira@brutus> Date: Tue, 8 Sep 2009 10:45:58 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2412) Aegis roots cannot be generics In-Reply-To: <1311043640.1251730472761.JavaMail.jira@brutus> 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/CXF-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved CXF-2412. ----------------------------------- Resolution: Fixed Done. > Aegis roots cannot be generics > ------------------------------ > > Key: CXF-2412 > URL: https://issues.apache.org/jira/browse/CXF-2412 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.2.3 > Reporter: Benson Margulies > Assignee: Benson Margulies > Fix For: 2.3 > > > The root class set is Class, not Type, so it can't take full generics, which is a problem for things like JAX-RS that want to start with a generic collection. The proposed fix is to just change it to Type, and take the minor compatibility pain. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.