You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (Commented) (JIRA)" <ji...@apache.org> on 2011/10/21 16:14:32 UTC

[jira] [Commented] (FELIX-3179) Add generic type information

    [ https://issues.apache.org/jira/browse/FELIX-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132690#comment-13132690 ] 

Richard S. Hall commented on FELIX-3179:
----------------------------------------

Thanks for the patch. It might take me a little time to review it all.

I noticed one thing already. We are using a copy-on-write approach for Felix.m_installedBundles, which was an array of maps. You've separated this into two maps that can be mutated, which breaks the concurrency control approach, since we weren't locking read access to this data structure. That will have to be changed back.
                
> Add generic type information
> ----------------------------
>
>                 Key: FELIX-3179
>                 URL: https://issues.apache.org/jira/browse/FELIX-3179
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.0
>            Reporter: Lucas Galfaso
>            Priority: Minor
>         Attachments: felix_java5.diff
>
>
> Add the generic type information to Felix Framework

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira