159428: Transaction timeout: stack trace logged with interleaving logs from other threads
Fixed log formatting for stack traces on timeout - so that concurrent threads don't log in between.
158944: XATransactionalResource: errors on refreshXAResource should be logged as WARN, not DEBUG
Improved logging of what really should be a warning, not a debug entry.
158901: Tomcat integration: add JNDI config / lookup of 3rd party JDBC/JMS factories
It is now possible to delegate JNDI lookup of JDBC/JMS resources to 3rd party JNDI providers - all from within the Tomcat JNDI space.
158770: Improve Hazelcast integration: also support client/server config
We've improved the hazelcast integration to allow for pure client/server deployments.
158931: Add participatingUniqueResourceNames to TransactionCommitted/TransactionAborted events
We now publish the participating resources as part of these events so your integration tests can verify the scope of a transaction.
159065: New logging/recovery: race condition for high loads
Fixed a race condition where recovery could interfere with OLTP commits.

Add a comment