- Ahead of future eventual consistency support, Infinispan now supports versioned cache entries which means that existing write skew checks on REPEATABLE_READ caches can be done more accurately.
- Support for CDI injection of remote caches! Thanks to excellent work of community contributor Kevin Pollet, you can now inject remote caches as well as embedded caches using CDI. Detailed documentation on how to use is available here. In the mean time, checkout the CDI integration module in the Infinispan source code for examples.
Cheers,
Galder
Hi Galder,
ReplyDeleteJust tested it, looks really good except that I've noticed ISPN-1514 issue is back when using JdbcCacheStore with Oracle 11G jdbc driver.
Already posted a comment on jira (under the same issue) perhaps could it be an incomplete merge from 5.1.0.BETA5? this issue was fixed there.
Thanks and Regards
Gustavo