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 (JIRA)" <ji...@apache.org> on 2009/06/19 20:44:07 UTC

[jira] Created: (FELIX-1260) Make Bundle.findEntries() and Bundle.getEntryPaths() more thread safe

Make Bundle.findEntries() and Bundle.getEntryPaths() more thread safe
---------------------------------------------------------------------

                 Key: FELIX-1260
                 URL: https://issues.apache.org/jira/browse/FELIX-1260
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: felix-1.8.0
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor
             Fix For: felix-2.0.0


The implementation of Bundle.findEntries() and Bundle.getEntryPaths() in FindEntriesEnumeration.java and GetEntryPathsEnumeration.java, respectively, are not completely thread safe. This typically won't be an issue, but could cause problems if the returned enumeration is shared among threads.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-1260) Make Bundle.findEntries() and Bundle.getEntryPaths() more thread safe

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1260.
----------------------------------

    Resolution: Fixed

Committed a fix.

> Make Bundle.findEntries() and Bundle.getEntryPaths() more thread safe
> ---------------------------------------------------------------------
>
>                 Key: FELIX-1260
>                 URL: https://issues.apache.org/jira/browse/FELIX-1260
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: felix-1.8.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: felix-2.0.0
>
>
> The implementation of Bundle.findEntries() and Bundle.getEntryPaths() in FindEntriesEnumeration.java and GetEntryPathsEnumeration.java, respectively, are not completely thread safe. This typically won't be an issue, but could cause problems if the returned enumeration is shared among threads.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.