Implement a more concurrency-friendly version of ManagedProperties

Registered by Gregory Moyer

Currently, ManagedProperties defers to java.util.Properties for all of the lowest level properties work. Since java.util.Properties uses a Hashtable, it is not nearly as concurrent as an implementation of ConcurrentMap (such as ConcurrentHashMap). ManagedProperties should be enhanced to make use of more modern concurrent data structures.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Medium
Drafter:
None
Direction:
Approved
Assignee:
Gregory Moyer
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
milestone icon 1.1-beta1
Started by
Gregory Moyer
Completed by
Gregory Moyer

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.