Apache Jackrabbit Oak 1.2.9/1.3.12 发布
欢迎加入运维网交流群:263444886Apache Jackrabbit Oak 1.2.9 发布,此版本主要是一些改进和 bug 修复:
Bug 修复
- NodeDocument.isConflicting() reads complete revision
history for changed property
- NodeAggregator in SolrQueryIndexProviderService
should be volatile
- Wrong method name for "updated" reference in
SolrServerProviderService
- Missing lucene-memory dependency in OSGi env breaks
excerpt
改进
- Collapsing external events in BackgroundObserver even
before queue is full leads to JournalEntry not getting used
- MemoryDiffCache should also check parent paths before
falling to Loader (or returning null)
- Index based excerpt should be used for binaries
- Use stable reverse revision comparator in
UpdateUtils.applyChanges()
同时还发布了 Apache Jackrabbit Oak 1.3.12 版本,这个是非稳定版本,主要是新特性和一些改进:
Bug 修复
- Test failure: OrderableNodesTest.testAddNode
- Test failure: ObservationRefreshTest
- Test failure: OrderableNodesTest
- SuggestHelper should manage a suggestor per index
definition
- The string/template cache of the SegmentWriter should
be cleared before cleanup
- Required property type not respected
- Incomplete cleanup of entries in ACL
- NotCompliantMBeanException for QueryEngineSettings,
QueryStatManager, RepositoryStatsMBean
- Missing lucene-memory dependency in OSGi env breaks
excerpt
- OakOSGiRepositoryFactory shutting down the repository
twice
- java.lang.NoClassDefFoundError:
org/apache/lucene/index/sorter/Sorter$DocComparator
- Baseline failure in oak-lucene
- Exception in JcrRemotingServlet at startup
- CugValidator should ignore node type definitions
- Offline compaction doesn't clean up unreferenced tar
files
改进
- Broadcasting cache
- Configuration to pass suggestion fields through
analyzer
- NodeStore.merge implementations throw ISE instead of
IAE when passed a non root builder
- Use stable reverse revision comparator in
UpdateUtils.applyChanges()
- Support S3DataSource as the migration source
- Provide and use a default set of bundle filters
- More resilient BackgroundThread implementation
- Remove dep cycle between
plugins/tree/TreeTypeProvider and spi.security
- SegmentWriter reduce buffer size for reading binaries
新特性
- Expose Lucene search score explanation
- Integrate with Metrics for various stats collection
下载:http://jackrabbit.apache.org/downloads.html
Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的开放源码实现..
随着内容管理应用程序的日益普及,对用于内容仓库的普通、标准化 API 的需求已凸现出来。Content Repository forJava Technology API (JSR-170) 的目标就是提供这样一个接口。JSR-170的一个主要优点是,它不绑定到任何特定的底层架构。例如,JSR-170 实现的后端数据存储可以是文件系统、WebDAV 仓库、支持 XML的系统,甚至还可以是 SQL 数据库。此外,JSR-170 的导出和导入功能允许一个集成器在内容后端与 JCR 实现之间无缝地切换。
页:
[1]