You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2009/08/31 16:54:32 UTC

[jira] Created: (CXF-2412) Aegis roots cannot be generics

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.


[jira] Resolved: (CXF-2412) Aegis roots cannot be generics

Posted by "Benson Margulies (JIRA)" <ji...@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.