Firefox 135.0 发布
Apache Jackrabbit Oak 1.3.10 发布,更新内容如下:
子任务 [OAK-1708] - extend DocumentNodeStoreService to support RDBPersistence [OAK-3542] - evaluation for special tree types in aggregation Bug [OAK-3335] - RepositorySidegrade has runtime dependency on jackrabbit-core [OAK-3499] - Test failures when there is no network interface [OAK-3556] - MongoDocumentStore may create incomplete document [OAK-3557] - NodeDocument.isConflicting() reads complete revision history for changed property [OAK-3567] - Long running query holds TreeLock [OAK-3579] - BackgroundLeaseUpdate not scheduled when asyncDelay=0 [OAK-3582] - Background split may throw NPE [OAK-3584] - PathNotFoundException when reading child node and property definitions below nt root [OAK-3590] - Incomplete doc of GlobPattern [OAK-3592] - merge-paths option not working for repository upgrade 提升 [OAK-3372] - Collapsing external events in BackgroundObserver even before queue is full leads to JournalEntry not getting used [OAK-3449] - DocumentNodeStore support for predefined clusterIds should use ClusterNodeInfos [OAK-3494] - MemoryDiffCache should also check parent paths before falling to Loader (or returning null) [OAK-3555] - Remove usage of deprecated mongo-java-driver methods [OAK-3565] - Use DocumentStore.create() for new previous documents [OAK-3581] - Increase tracked info on Lucene index closing [OAK-3587] - SegmentNodeStore stricter checkpoint creation policy [OAK-3588] - SegmentNodeStore allow tweaking of lock fairness [OAK-3593] - improvements to plugins/tree [OAK-3596] - Allow specific OSGi reference for atomic counter provider 新特性 [OAK-3550] - Add meta data to segments [OAK-3560] - Tooling for writing segment graphs to a file 任务 [OAK-3439] - MissingLastRevSeeker potential race condition acquiring the lock [OAK-3535] - Update jackrabbit version to 2.11.2 [OAK-3569] - Bump mongo java driver version to 2.13.3 测试 [OAK-3562] - Tests do not close MongoConnection [OAK-3570] - concurrentLoop(MongoDocumentStoreIT) test failures [OAK-3585] - Reduce memory usage of SegmentParserTest
更多内容请看:发行说明
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 实现之间无缝地切换。