发布于 2017-01-26 23:22:34 | 73 次阅读 | 评论: 0 | 来源: 网友投递
Apache JackRabbit
Apache JackRabbit是一个开放源码的JSR-170 实现,实现了Level 2,但它还有许多扩展的功能。
Apache Jackrabbit 2.8.4 发布了。Apache Jackrabbit 2.8.4 是一个补丁版本,包含对 Jackrabbit 2.8 的修复和改进。Jackrabbit 2.8.x 系列被认为是稳定的,并针对生产使用。本次更新如下:
Bug
[JCR-3987] - jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root
[JCR-3992] - JcrUtils.getOrCreateByPath broken by JCR-3987
[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-4047] - Build fails: jackrabbit-jcr2spi: Signature errors found.
[JCR-4068] - jcr-commons: get rid of test dependency to json.org JSON parser
[JCR-4100] - jackrabbit-webdav: Scope implements equals() but not hashCode()
[JCR-4102] - jcr2dav: change polling thread sometimes dies with NPE
Improvement
[JCR-3845] - Have AuthorizableQueryManager Support Specifying Sort Ignore Case Mode
Task
[JCR-4080] - Upgrade Apache Commons Collections to v3.2.2
[JCR-4081] - Upgrade Apache Commons IO to 2.5
[JCR-4092] - avoid use of deprecated interface JcrValueType
Sub-task
[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