The abstract base classes in jcr-commons should be synchronized
---------------------------------------------------------------

                 Key: JCR-1793
                 URL: https://issues.apache.org/jira/browse/JCR-1793
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-jcr-commons
            Reporter: Jukka Zitting
            Priority: Minor


The abstract base classes like AbstractSession in o.a.j.commons implicitly 
assume that a session and related objects (items, etc.) associated with that 
session are never accessed concurrently from more than one thread. Instead of 
relying on client code we should enforce thread-safety by explicitly 
synchronizing potentially unsafe operations on the session instance.

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

Reply via email to