ehcache Changelog

What's new in ehcache 2.4.2

Apr 28, 2011
  • Resolved Issues:
  • EHC-845 CompoundStore.putWithWriter doesn't follow contract regarding return value
  • 5628 - Resolved incompatibility with local transactions and search
  • Compatibility:
  • Compatible with Terracotta 3.5.1 - which includes platform bug fixes.

New in ehcache 2.4.1 (Apr 28, 2011)

  • Updates and Enhancements:
  • Created improved toString method on ResultImpl
  • Please refer to Terracotta 3.5.0 Release notes for more detailed information on new features Ehcache 2.4.0 and up.
  • Fix list in Jira
  • Ehcache 2.4.1 EHC Jira Project
  • Other Resolved Issues:
  • 5396 - NullPointerException using Hibernate if you don't specify that NonStopCache is disabled
  • 5376 - The ehcache xa transactional mode (not xa_strict, that one is fine) doesn't play 100% well with the Atomikos transaction manager: if all other XA resources participating in the transaction return XA_RDONLY during prepare then Atomikos will mistakenly report the transaction's status as UNKNOWN instead of COMMITTED, making ehcache rollback the changes.
  • This is a bug in Atomikos, already reported here: http://fogbugz.atomikos.com/default.asp?community.6.802.3 we programatically worked around it.