Apache Jackrabbit 2.10.5 发布了。更新如下:
Bug
[JCR-4015] - jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root
[JCR-4027] - NPE in JcrRemotingServlet.canHandle() when content-type is missing
[JCR-4031] - AbstractLocatorFactory: typo in log message
[JCR-4047] - Build fails: jackrabbit-jcr2spi: Signature errors found.
[JCR-4068] - jcr-commons: get rid of test dependency to json.org JSON parser
[JCR-4079] - incorrect PROPPATCH response error handling
Improvement
[JCR-3924] - Allow release-deploy to skip tests
Task
[JCR-4080] - Upgrade Apache Commons Collections to v3.2.2
[JCR-4081] - Upgrade Apache Commons IO to 2.5
[JCR-4090] - Fix Javadoc for JDK 1.8 doctool compliance
[JCR-4092] - avoid use of deprecated interface JcrValueType
Sub-task
[JCR-4019] - move httpclient dependency out of parent pom
[JCR-4059] - avoid use of HttpClient3 URI class
[JCR-4064] - Refactor WebDAV related code out of HttpClient3-specific classes for better future re-use
[JCR-4086] - spi2dav: code reformat to reduce scope of changes for JCR-4066
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 实现之间无缝地切换。