Jakarta-Slide Release 2.2 beta 2 -------------------------------- RELEASE NUMBER: 2.1b2 RELEASE TAG / BRANCH: SLIDE_2_1_BETA2_RELEASE / SLIDE_2_1_RELEASE_BRANCH GENERAL NOTES ------------- This is the second beta release of Slide 2.1. It is compatible to the previous 2.0 release, but adds some new features and fixes some issues. Additionally, it adds transactions spanning multiple requests and extends WebDAV methods to control external transactions. NEW FEATURES (since 2.0) ------------ WebDAV Layer: - External Transaction Support as defined by MS Core: - Transaction control much more adhers to JTA spec allowing for transactions spanning more than one request - Added transient exclusive locks that limit the risk of deadlocks - Extractors for MS Office Stores: - Support for Oracle, DB2 and MySQL 4.1 (additional for 4.0) - Sequence support for MySQL, Oracle and Postgres added (sequence support completed) - DASL properties expression factory for RDBMS stores dramatically improves DASL performance. - JNDI store for users and roles - New caching modes - File Store performance improved - Transient utility stores Client: - External Transaction Support as defined by MS - JCA Connector for Slide - new Ant tasks - Full support for BIND, REBIND and UNBIND in the client library. - http://issues.apache.org/bugzilla/show_bug.cgi?id=27483: Add some little convenience methods. Misc: - Projector Framework - Replaced tx file system, locking, default XAResource implementation, etc. with the versions from commons transaction - Clustering support BUGFIXES (since 2.0) -------- WebDAV Layer: - Misc. fixes improving WebDAV conformance - Default mode limits concurrent requests and prevents deadlocks - http://issues.apache.org/bugzilla/show_bug.cgi?id=28894: Logger no longer buffers body of request and response Core: Stores: - For Postgres properties can contain up to 1G length - Wrong setting of latest version when there were more than 10 versions fixed - Properties are now long enough to store a significant amount of versions Client: - Paths associated with creation of resources now work closer to what one would expect - http://issues.apache.org/bugzilla/show_bug.cgi?id=30125: MoveMethod and CopyMethod now work correctly when passed absolute URLs. Misc: BUGFIXES (since 2.1b1) -------- WebDAV Layer: - Fixed for If-Match header - Connections reset by client no longer cause internal server errors as message - WebdavServlet now works if mapped to a path other than / Core: - New caching for actions and security - Misc. Fixed for null locks - Wrong hashCode for Uri and ResourceId fixed - Fixes for binding Stores: Client: - JCA connector now closes all connections properly Misc: - Lucene analyzer now is configurable - Moved to final JDOM 1.0 version KNOWN ISSUES ------------ WebDAV Layer: Core: - Performance on large collections still not satisfactory - Security checking performance still not satisfactory - Concurrency not satisfactory Stores: Client: Misc: - Documentation needs to be improved