Roadmap
Unscheduled yet
- Implement LogLess Transactions optimization, see: http://blogs.sun.com/fkieviet/entry/logless_transactions.
- Implement a generic
XAResourceHolderthat callspublicXAResourcegetXAResource()via reflection on some passed-in object. This should allow manual enlistment of any kind of resource, not just JDBC and JMS. - Implement JTA 1.1 (TransactionSynchronizationRegistry).
- Implement XATerminator, this will allow BTM to support propagation of the transactional context to/from another JVM.
- Add support for JCA.
Unreleased version
Version 1.3.1
Release date: September 2008
New features and fixed bugs:
Released versions
Version 1.3
Release date: 18 August 2008
New features and fixed bugs:
Version 1.2
Release date: 27 January 2008
New features and fixed bugs:
Version 1.1
Release date: 5 October 2007
New features and fixed bugs:
- Made pooled objects unwrappable.
- Implemented dynamic pool size. Pools (both JDBC and JMS) can now grow and shrink.
- Implemented keepConnectionOpenUntilAfter2Pc in PoolingDataSource (required to support IBM DB2).
- Added resource password encryption capability.
Version 1.0.1
Release date: 6 September 2007
New features and fixed bugs:
Version 1.0
Release date: 8 August 2007
New features and fixed bugs:
- Full JTA support.
- JMS and JDBC connection pools tested against and supporting a wide range of databases and JMS servers, both commercial and open-source.
- XA recovery support thanks to the embedded disk logger.
- Usable standalone, with Spring and embeddable into servlet contains such as Jetty and Tomcat.
- Ease of use, precise error reporting and few 3rd party dependencies.

Labels