ehcache-2.5.1
==================
<release version="2.5.1" date="2012-01" description="Bug Fix Release">
<action dev="Alex Snaps" type="update" issue="EHC-882">
Make @IgnoreSizeOf inheritable by users
</action>
<action dev="Chris Dennis" type="update" issue="EHC-900">
SizeOfPolicy cannot be set/add if TransactionManagerLookup was previously set/add
</action>
<action dev="Chris Dennis" type="update" issue="EHC-903">
Not release lock in SelectableConcurrentHashMap
</action>
<action dev="Chris Dennis" type="update" issue="EHC-909">
Can probably add the java.lang.Class type to the built-in ignore list
</action>
<action dev="Alex Snaps" type="update" issue="EHC-910">
Agent shouldn't put in System props by default
</action>
</release>
ehcache-2.5.0
==================
<release version="2.5.0" date="2011-11" description="New Release">
<action dev="Ludovic Orban" type="update" issue="EHC-849">
transactionalMode setting via code has no effect
</action>
<action dev="Ludovic Orban" type="update" issue="EHC-867">
Transactional cache with short TTI / TTL can provoke deadlocks
</action>
<action dev="Alex Snaps" type="update" issue="EHC-858">
ManagementService does not check for both class type of caches "Ehcache" and "Cache" which causes an NullPointerException if you attempt to use BlockingCache
</action>
<action dev="Alex Snaps" type="update" issue="EHC-440">
absolute memory configuration
</action>
<action dev="Chris Dennis" type="update" issue="EHC-868">
Misleading AssertionError in DiskPersistentStorageFactory.loadIndex
</action>
<action dev="Chris Dennis" type="update" issue="EHC-847">
Expose the Java property user.name for use in setting up the Disk Store
</action>
<action dev="Chris Dennis" type="update" issue="EHC-820">
Use region.contains() in ReadOnlyEhcacheEntityRegionAccessStrategy
</action>
<action dev="Hung Huynh" type="update" issue="EHC-856">
Ehcache core now compatible with Maven3
</action>
<action dev="James House" type="update" issue="EHC-837">
putIfAbsent does not work as intended with synchronous RMI distributed caches
</action>
</release>
ehcache-2.4.6
==================
<release version="2.4.6" date="2011-10" description="Bug fixes">
<action dev="Ludovic Orban" type="update" issue="EHC-852">
NotSerializableException when Ehcache tries overflow data to disk in XA Mode
</action>
<action dev="Tim Eck" type="update" issue="EHC-879">
ReadWriteSerializationCopyStrategy does not use TCCL for resolving classes
</action>
</release>
ehcache-2.4.5
==================
<release version="2.4.5" date="2011-08" description="Bug fixes">
<action dev="Raghvendra Singh" type="update" issue="6129">
NonStopCache causing application to hang when it is shutdown (normal shutdown not kill command)
</action>
<action dev="Ludovic Orban" type="update" issue="6157">
Cache.replace(oldElement, newElement) with local cache and big memory throws ClassCastException
</action>
</release>
ehcache-2.4.4
==================
<release version="2.4.4" date="2011-08" description="Bug fixes">
<action dev="Tim Eck" type="update" issue="CDV-1593">
Replicated cache events on TC clustered caches may not work in all configurations </action>
<action dev="James House" type="update" issue="5993">
Update default timeout in rejoin
</action>
</release>
ehcache-2.4.3
==================
<release version="2.4.3" date="2011-07" description="Bug fixes">
<action dev="Ludovic Orban" type="update" issue="EHC-853">
NotSerializableException when Ehcache tries overflow data to disk in XA Mode
</action>
<action dev="Alex Snaps" type="update" issue="EHC-853">
Timestamper.next() can loop a billion times or more
</action>
<action dev="Tim Eck" type="update" issue="EHC-846">
Give access to attribute name within the Extractor classes in search
</action>
<action dev="Tim Eck" type="update" issue="EHC-848">
Pass properties when constructing attribute extractors instances
</action>
</release>
ehcache-2.4.2
==================
<release version="2.4.2" date="2011-04" description="Bug fixes">
<action dev="Chris Dennis" type="fix" issue="EHC-845">
CompoundStore.putWithWriter doesn't follow contract regarding return value
</action>
</release>
ehcache-2.4.1
==================
<release version="2.4.1" date="2011-03-25" description="Bug fixes">
<action dev="Chris Dennis" type="fix" issue="EHC-840">
Disallow a cache from being configured for overflowToOffHeap and terracottaClustered
</action>
<action dev="Gary Keim" type="fix" issue="EHC-830">
JMX interface needs to translate InvalidConfigurationException throw by SampledCacheMBean.setCoherent(true) to plain RuntimeException
</action>
<action dev="Tim Eck" type="fix" issue="EHC-838">
Create improved toString method on ResultImpl
</action>
</release>
ehcache-2.4.0
==================
<release version="2.4.0" date="2011-02-15" description="Major release">
<action dev="Tim Eck" type="add">
Search. Caches can now be indexed and searched by key, value or attribute extracted from values.
This is a major new API and feature for Ehcache.
</action>
<action dev="Ludovic Orban" type="add">
Transactions support rework. Introduced 'local' and 'xa' modes, renamed old 'xa' mode into 'xa_strict'.
</action>
<action dev="Alex Snaps" type="fix" issue="EHC-773">
SelfPopulatingCache will always release the lock on failure during the CacheEntryFactory.createEntry
</action>
<action dev="Hung Huynh" type="add">
Update slf4j to 1.6.1
</action>
<action dev="Abhishek Sanoujam" type="add">
Add new consistency modes - strong and eventual. Deprecated old coherent settings ("true", "false")
for Terracotta distributed caches.
</action>
<action dev="Abhishek Sanoujam" type="add">
Add rejoin feature for Terracotta distributed caches.
</action>
<action dev="Abhishek Sanoujam" type="add">
Move nonstop functionality from a decorator to ehcache-core.
</action>
<action dev="Abhishek Sanoujam" type="add">
Add explicit-locking API to Ehcache.
</action>
</release>
ehcache-2.3.2
==================
<release version="2.3.2" date="2011-02-15" description="Bug fixes">
<action dev="Chris Dennis" type="fix" issue="EHC-805">
Blocking cache can create several StripedReadWriteLockSync
</action>
</release>
ehcache-2.3.1
==================
<release version="2.3.1" date="??" description="Bug fixes">
<action dev="Ludovic Orban" type="add">
Introduced ElementValueComparator to make element value comparison used in replace() and remove()
atomic methods plugga
没有合适的资源?快使用搜索试试~ 我知道了~
ehcache-core-2.5.2-distribution

温馨提示
从2 5 2的核心包里能找到ehcache.xml,可以作为我们进行同步配置的参照。 跟ehcache.xml同级放着ehcache.xsd文件,是xml的结构定义文件,其实ehcache.xml配置文件开头的超链接配置也同样配置着该xml结构定义文件。
资源推荐
资源详情
资源评论






























收起资源包目录





































































































共 1857 条
- 1
- 2
- 3
- 4
- 5
- 6
- 19

蛰脚踝的天蝎
- 粉丝: 27
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 【网页归档技术】基于Python的HTML与资源文件合并:离线网页转换为单个MHTML文件的实现方法研究
- MKV视频字幕提取器 - V1.0
- 福州某综合楼外脚手架施工方案(附计算书).doc
- 风机盘管基础知识.doc
- 光恢瞳撹云曳熟燕-.doc
- 与适俱进-氨心选择.ppt
- 技术标准借阅登记薄.docx
- 改良的Java平台的JSON解析包
- 规划设计阶段的成本.ppt
- 电缆敷设工艺标准.doc
- 陈鹤琴幼儿园管理-思想初探.doc
- 高速公路精细化施工管理指南.doc
- PPE合金薄壁方箱内置模空心楼盖施工技术汇报.ppt
- 某厂房钢结构制作及安装监控措施.doc
- 幼小衔接数学-第03关.ppt
- 劲性钢骨柱节点施工技术.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制

- 1
- 2
- 3
- 4
- 5
前往页