Reduce compatibilty needs from Java 6 to Java 5
-----------------------------------------------

                 Key: TRANSACTION-22
                 URL: https://issues.apache.org/jira/browse/TRANSACTION-22
             Project: Commons Transaction
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Oliver Zeigermann
            Priority: Minor
             Fix For: 2.1


We currently require Java 6 mostly because of the custom juc ReadWriteLock 
implementation. There we rely on the "ConcurrentSkipListSet" and the 
"AbstractOwnableSynchronizer" which do not exist before Java 6. If experience 
shows that people need to stick to Java 5 and still want to use ctx then there 
might be ways to reimplement the functionality without the means mentioned 
above.

-- 
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