阿里百川梦想创业大赛,500万创投寻找最赞的APP
Apache Jackrabbit Oak 1.0.10 发布,此版本现已提供下载: http://jackrabbit.apache.org/downloads.html 。
Oak 1.0.10 更新内容
--------------------
Bug 修复
[OAK-2058] - Hard-coded write concern
[OAK-2195] - Repository upgrade does not correctly update jcr:all
aggregate privileges and bits
[OAK-2285] - Builder does not exist error during async index update
[OAK-2358] - revisionGC leaves garbage around, for often-changed nodes
[OAK-2359] - read is inefficient when there are many split documents
[OAK-2380] - SegmentReferenceLimitTestIT does not close FileStore
[OAK-2386] - AnnotatingConflictHandler: jcr:primaryType must be of type
Name
[OAK-2388] - Possibility of overflow in file length calculation
[OAK-2396] - TarMk Cold Standby reduce verbosity of server errors on
client timeouts
[OAK-2411] - Upgrade may fail with constraint exception
[OAK-2418] - int overflow with orderby causing huge slowdown
[OAK-2426] - [LucenePropertyIndex] full-text search on first level
relative node returns no result
[OAK-2429] - MissingIndexProviderStrategy too eager to set the reindex
flag
[OAK-2430] - TARMK Cold Standby size increase due to checkpoints copy
[OAK-2433] - IllegalStateException for ValueMap on _revisions
[OAK-2434] - Lucene AND query with a complex OR phrase returns incorrect
result
[OAK-2435] - UpdateOp.Key.equals() incorrect
[OAK-2439] - IndexPlanner returning plan for queries involving jcr:score
改进
[OAK-1791] - Clean up dangling references to previous documents
[OAK-1794] - Keep commit info for local changes in main document
[OAK-2372] - TARMK Cold Standby improve test cases for FSDS mirroring
[OAK-2391] - Provide API to create Tree from NodeBuilder
[OAK-2393] - Change default blob size to around 1 MB in OakDirectory
[OAK-2398] - TarMk Cold Standby add metatype info for
'standby.readtimeout' property
[OAK-2422] - Improve logging in Lucene indexer
任务
[OAK-2428] - Fix the method name AbstractQueryTest#setTravesalEnabled in
1.0 branch
[OAK-2431] - Avoid wrapping of LuceneIndexProvider with
AggregateIndexProvider in tests
子任务
[OAK-2377] - Change log level in Propert [OAK-2136] - remove RDB
support from 1.0 branch
[OAK-2421] - Clean up orphaned branches [OAK-2270] - Resolve usage of
ImmutableTree wrt OSGi constraints
更多更新内容请看这里: 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 实现之间无缝地切换。