Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的开放源码实现,JSR-170把自己定义为一个能与内容仓库互相访问的,独立的,标准的方式。同时它也对内容仓库做出了自己的定义,它认为内容仓库是一个高级的信息管理 系统,该系统是是传统的数据仓库的扩展,它提供了诸如版本控制、全文检索,访问控制,内容分类、访问控制、内容事件监视等内容服务。
更新日志
Bug修复
- [JCR-2633] - Modified externally exception when modifying mixinTypes with single session
- [JCR-3632] - Test failed under Java 8
- [JCR-3937] - jackrabbit-jcr-commons bundle incorrectly has google dependency in Export-Package uses clause
- [JCR-3948] - LostFromCacheIssueTest failure
- [JCR-3949] - occasional test failure in RepositoryConfigTest.testAutomaticClusterNodeIdCreation()
- [JCR-3950] - CLONE - XSS in DirListingExportHandler
- [JCR-3958] - Endless loop until async upload completes
- [JCR-3965] - RepositoryStatistics is reset per second for bundle cache size which should not be the case for the bundle cache stats
- [JCR-3987] - jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root
改进
新特性
- [JCR-3983] - Possibility to parallelize the Garbage Collection
Test
- [JCR-3961] - Some tests in GetInfoTest do not save changes
- [JCR-3962] - NodeReorderTest waits for unexpected events
- [JCR-3963] - Reduce wait timeout for AddEventListenerTest.testNoLocalTrue()
- [JCR-3964] - Skip tests marked as known issues
下载