[jboss-osgi-issues] [JBoss JIRA] Commented: (JBOSGI-199) Use thread safe collections where information is mutable

Ales Justin (JIRA) jira-events at lists.jboss.org
Wed Nov 4 02:31:06 EST 2009


    [ https://jira.jboss.org/jira/browse/JBOSGI-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492985#action_12492985 ] 

Ales Justin commented on JBOSGI-199:
------------------------------------

I see this here:

Message: 1
Date: Tue, 3 Nov 2009 08:51:24 -0500
From: jboss-cvs-commits at lists.jboss.org
Subject: [jboss-cvs] JBossAS SVN: r95951 - in
	projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework:	
	deployers and 3 other directories.
To: jboss-cvs-commits at lists.jboss.org
Message-ID:
	<200911031351.nA3DpO3X021869 at svn01.web.mwc.hst.phx2.redhat.com>
Content-Type: text/plain; charset=UTF-8

Author: adrian at jboss.org
Date: 2009-11-03 08:51:24 -0500 (Tue, 03 Nov 2009)
New Revision: 95951

Modified:
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleManager.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/deployers/OSGiDeployersWrapper.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/metadata/internal/AbstractOSGiMetaData.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/metadata/internal/OSGiParameters.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/plugins/internal/AutoInstallPluginImpl.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/resolver/BundleCapability.java
   projects/jboss-osgi/trunk/reactor/framework/src/main/java/org/jboss/osgi/framework/resolver/BundleResolver.java
Log:
[JBOSGI-199] - Use thread safe collections for mutable info


> Use thread safe collections where information is mutable
> --------------------------------------------------------
>
>                 Key: JBOSGI-199
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-199
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jboss-osgi-microcontainer
>            Reporter: Adrian Brock
>            Assignee: Thomas Diesler
>             Fix For:  JBossOSGi 1.0.0 Beta5
>
>
> There are a number of places using HashMap, ArrayList, etc. for mutable data that can potentially become
> corrupted and cause all sorts of problems when used in a multi-threaded way.
> These need to use thread safe collections.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list