173810: Make reapTimeout default to maxLifetime
It does not make sense to have connections in use for more than maxLifetime, so now we reap in that case. This is to avoid pool exhaustion if connections are held and blocked for a long time.
174127: Enable JMS to use the new concurrent pool for high performance
It is now possible to also use the new pools with JMS.
168918: REST/SOAP: add recovery domain name to propagation
For safety reasons, we now add the recovery domain name to the transaction propagation - so we avoid transactions across recovery domains.
172441: XAResourceTransaction: don't log error on heuristic states
Heuristics are the responsibility of the recovery module in the background, so it is not necessary to log errors in the OLTP module.