发布于 2017-01-19 23:31:45 | 69 次阅读 | 评论: 0 | 来源: 网友投递
Apache JackRabbit
Apache JackRabbit是一个开放源码的JSR-170 实现,实现了Level 2,但它还有许多扩展的功能。
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