发布于 2014-09-01 23:56:12 | 152 次阅读 | 评论: 0 | 来源: 网友投递
Apache JackRabbit
Apache JackRabbit是一个开放源码的JSR-170 实现,实现了Level 2,但它还有许多扩展的功能。
Apache Jackrabbit Oak 1.0.5 发布,此版本包括 1.0 系列的 bug 修复和改进,现已提供下载。
Oak 1.0.5 改进记录 -------------------- Bug 修复 [OAK-2020] - NodeState view at given version is not stable with DocumentNodeStore [OAK-2021] - XPath queries with certain combinations of "or" conditions ... [OAK-2022] - XPath queries with "order by" are never converted to "union" [OAK-2026] - Incompatibility with PropertyDefinitionImpl#getValueConstraints ... [OAK-2027] - SessionMBean fails to render due to NPE in getSessionAttributes [OAK-2029] - Oak Lucene index doesn't get notified about updates when index is ... [OAK-2035] - OrderedIndex fails to keep a correct skipList on TarMK [OAK-2038] - Invalid type error while importing DocView xml data [OAK-2039] - SegmentNodeStore might not create a checkpoint [OAK-2042] - TarMK CompactionMap should include more nodes [OAK-2048] - oak-solr-osgi uses wrong version of spatial4j 改进 [OAK-1821] - Full text expression with * as 'field' should expand to ... [OAK-2011] - Log read and write operations to different loggers [OAK-2017] - Add checkpoint management to oak-run [OAK-2018] - Query: before throwing "traversed more than x nodes" exception, log it [OAK-2019] - Compact only if needed [OAK-2025] - Make the cache size in MongoBlobStore configurable [OAK-2040] - Tar compaction: log a warning if there is more than one checkpoint Issues: https://issues.apache.org/jira/browse/OAK
Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的开放源码实现..
随着内容管理应用程序的日益普及,对用于内容仓库的普通、标准化 API 的需求已凸现出来。Content Repository for Java Technology API (JSR-170) 的目标就是提供这样一个接口。JSR-170 的一个主要优点是,它不绑定到任何特定的底层架构。例如,JSR-170 实现的后端数据存储可以是文件系统、WebDAV 仓库、支持 XML 的系统,甚至还可以是 SQL 数据库。此外,JSR-170 的导出和导入功能允许一个集成器在内容后端与 JCR 实现之间无缝地切换。