Jakarta Commons Transaction Release 1.1.1 ----------------------------------------- RELEASE NUMBER: 1.1.1 RELEASE TAG / BRANCH: TRANSACTION_1_1_1_RELEASE / none yet DESCRIPTION ----------- Commons Transaction aims at providing utility classes commonly used in transactional Java programming. There are implementations for: - multi level (e.g. read/write) locks, - transactional maps, and - transactional file access, plus - some helper classes GENERAL RELEASE NOTES --------------------- This is the first bug fix/maintenance release of Commons Transaction 1.1. ENHANCEMENTS FROM 1.1 --------------------- BUGFIXES FROM 1.1 ----------------- - Fixed bugzilla issue 35201. Maps in AbstractXAResource now are synchronizedt to avoid problems in multi threaded scenarios KNOWN ISSUES ------------ - Deadlock detection sometimes determines more than one thread as a deadlock victim