Apache Jackrabbit Oak 1.5.3 发布了。
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 实现之间无缝地切换。
改进日志如下:
一些提升:
[OAK-4361] - Reduce performance impact of observation ACFilter
[OAK-4370] - Unreferenced empty VersionHistories should be deleted
automatically
[OAK-4372] - VersionGarbageCollector uses more temporary memory
than needed
[OAK-4380] - DocumentNodeState should override getPropertyCount
[OAK-4381] - Query engine: decouple nodetype lookup
[OAK-4384] - Benchmarks: add support 'automembership' config
option
[OAK-4385] - Benchmarks: proper init of
ExternalPrincipalConfiguration with dynamicMembership
[OAK-4413] - IndexCopier logs too verbose
[OAK-4424] - Optimize PathUtils.concat by using a properly sized
StringBuilder
新特性:
[OAK-4101] - Consider separate external (group) principal
management
任务:
[OAK-4279] - Rework offline compaction
[OAK-4364] - Initial Benchmarks for oak-auth-external
[OAK-4411] - DocumentNodeStore: Improve test coverage for
concurrent updates and queries
查看完整发布说明,可以点击这里。