Jakarta-Slide Release 2.1 beta 1 -------------------------------- RELEASE NUMBER: 2.1b1 RELEASE TAG / BRANCH: SLIDE_2_1_BETA1_RELEASE / SLIDE_2_1_RELEASE_BRANCH GENERAL NOTES ------------- This is the first 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 ------------ 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 - 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 -------- 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: KNOWN ISSUES ------------ WebDAV Layer: - SEARCH doesn't work with WebdavServlet mapped to a path other than / 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