Apache Jackrabbit 2.9.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 实现之间无缝地切换。

改进记录包括:

New Features

  [JCR-3797] Add path exclusion to JackrabbitEventFilter
  [JCR-3802] User Management: API for System Users

Improvements

  [JCR-3766] Sync new IndexInfos file
  [JCR-3777] Add simple allow/deny/clear convenience methods to ...
  [JCR-3782] Backport OAK-1612, OAK-1615, OAK-1616
  [JCR-3788] S3DataStore  require to set endpoint for thirdparty cloud ...
  [JCR-3801] Improve ListenerTracker output

Bug fixes

  [JCR-3235] ArrayIndexOfOufBounds in TargetImportHandler ...
  [JCR-3368] CachingHierarchyManager: inconsistent state after transient ...
  [JCR-3779] Node.getPath() returns inconsistent values depending on ...
  [JCR-3783] Deadlock due to IOException in WorkspaceUpdateChannel ...
  [JCR-3784] ReplacePropertyWhileOthersReadTest fails when run with ...
  [JCR-3786] Incompatible CachingDataStore's path &  FileDataStore's path ...
  [JCR-3789] AccessControlUtils.clear should not retrieve applicable policies
  [JCR-3796] TokenProvider.createToken is case sensitive


新闻来源:Apache Jackrabbit 2.9.0 发布,JSR-170 内容管理