-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.4
-
Fix Version/s: 2.0
-
Labels:None
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.