Roadmap
Unscheduled yet
- Implement Logging Last Resource optimization.
- Implement a generic
XAResourceHolderthat callsXAResource.getXaResource()via reflection on any passed-in object. This should allow enlistment of any kind of unpooled resource, not just JDBC and JMS. - Implement ordering of
XAResourceduring 2PC execution. - Transform the current 2PC execution engine into an abstract prioritized job execution engine.
Version 1.3
Release date: ??
Planned new features and bug fixes:
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:
- Fixed bug BTM-1 error delisting resource error with Oracle 9
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