Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.0
-
None
Description
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.