You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Phil Steitz (JIRA)" <ji...@apache.org> on 2010/07/10 19:34:51 UTC

[jira] Closed: (POOL-138) GenericKeyedObjectPoolFactory could be made immutable and thread-safe

     [ https://issues.apache.org/jira/browse/POOL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz closed POOL-138.
----------------------------

    Resolution: Duplicate

The proposed changes have been incorporated in POOL-169

> GenericKeyedObjectPoolFactory could be made immutable and thread-safe
> ---------------------------------------------------------------------
>
>                 Key: POOL-138
>                 URL: https://issues.apache.org/jira/browse/POOL-138
>             Project: Commons Pool
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Sebb
>             Fix For: 2.0
>
>
> GenericKeyedObjectPoolFactory could be made immutable and thread-safe by making all the protected fields final.
> This would preclude creating a factory and then changing one of the parameters, though as the fields are protected only subclasses can do this.
> As the class stands, it is not intrinsically thread-safe.

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