166361: Updated README for REST transactions
Clarified with missing instructions for seamless testing of the demo.
166386: Setting com.atomikos.icatch.max_timeout=0 means unlimited
Improved the new recovery to interpret 0 as unlimited, and we now log a warning if this happens with XA.
166601: Allow delegating JNDI lookups to underlying platform implementation
We've improved our transactions-jndi-provider module: if you use our com.atomikos.jndi.AtomikosContextFactory as the initial context factory then you can delegate unbound lookups to a third-party provider specified as "env."-prefixed properties in the jndi.properties file.
For instance: env.java.naming.factory.initial = … would set the third-party context implementation to delegate to.