Apache Jackrabbit Oak 1.0.1 发布,此版本现已提供下载。此版本包括了对 Oak 1.0 的 bug 修复和改进,Jackrabbit Oak 1.0.x 发布的都是稳定版本,可以用在生产环境。
Changes in Oak 1.0.1
--------------------
新特性
[OAK-1804] TarMK compaction
改进
[OAK-1561] Implement optimised range queries
[OAK-1570] Improve perfomances of the OrderedIndex while insert
[OAK-1745] OrderedIndex should serve range queries regardless of direction
[OAK-1771] Avoid lock contention in Tracker.getServices()
[OAK-1775] Avoid lock contention in IndexTracker.getIndexNode()
[OAK-1800] Configurable number of rows in SolrQueryIndex
[OAK-1835] Solr index support for relative properties
[OAK-1854] Duplicate revisions
[OAK-1862] Checkpoints release method
[OAK-1875] Configurable filter restrictions to be used in SolrQueryIndex
Bug 修复
[OAK-1727] Cross foreign cluster revision comparison may be wrong
[OAK-1788] ConcurrentConflictTest fails occasionally
[OAK-1810] Incorrect TarMK graph metadata validation
[OAK-1813] LastRevSingleNodeRecoveryTest fails with Mongo
[OAK-1814] RevisionComparator my incorrectly report a revision as FUTURE
[OAK-1817] NPE in MarkSweepGarbageCollector.saveBatchToFile during ...
[OAK-1822] NodeDocument _modified may go back in time
[OAK-1827] ClassCastException in NodeDocument.split() when collisions ...
[OAK-1829] IllegalStateException when using "lowerCase"/"lower" on ...
[OAK-1865] Blob garbage collector deletes referenced blobs for ...
[OAK-1866] SegmentMK: Inefficient flat node comparisons
[OAK-1869] TarMK: Incorrect tar entry verification in recovery mode
[OAK-1874] Indexes: re-index automatically when adding an index
[OAK-1877] Hourly async reindexing on an idle instance
[OAK-1883] Unnecessary invocations of LastRevRecovery when recovery ...
[OAK-1886] OOM in org.apache.jackrabbit.oak.jcr.OrderedIndex...
同时还包括了 Oak 1.0.0 的所有改进。
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 实现之间无缝地切换。
项目主页:http://jackrabbit.apache.org/
下载地址:http://jackrabbit.apache.org/downloads.html
来自:开源中国社区

