智能化下的产物,无人棋牌室
Apache Jackrabbit Oak 1.3.13 发布,更新如下:
Sub-task [OAK-2509] - Support for faceted search in query engine [OAK-2510] - Support for faceted search in Solr index [OAK-2511] - Support for faceted search in Lucene index [OAK-2512] - ACL filtering for faceted search Technical task [OAK-3586] - ConflictException and CommitQueue should support a list of revisions [OAK-3620] - Increase lock stripes in RDBDocumentStore [OAK-3662] - Add bulk createOrUpdate method to the DocumentStore API [OAK-3729] - RDBDocumentStore: implement RDB-specific VersionGC support for lookup of deleted documents [OAK-3730] - RDBDocumentStore: implement RDB-specific VersionGC support for lookup of split documents [OAK-3764] - RDB/NodeStoreFixture fails to track DataSource instances [OAK-3774] - Tool for detecting references to pre compacted segments [OAK-3785] - IndexDefinition should expose underlying node state [OAK-3807] - Oracle DB doesn't support lists longer than 1000 [OAK-3816] - RDBBlobStoreTest should use named parameters Bug [OAK-2656] - Test failures in LDAP authentication: Failed to bind an LDAP service [OAK-2877] - Test failure: OrderableNodesTest.setPrimaryType [OAK-2878] - Test failure: AutoCreatedItemsTest.autoCreatedItems [OAK-3295] - Test failure: NodeTypeTest.trivialUpdates [OAK-3424] - ClusterNodeInfo does not pick an existing entry on startup [OAK-3663] - LastRevRecoveryRandomizedIT fails with seed 10848868 [OAK-3668] - Potential test failure: CompactionAndCleanupIT#testMixedSegments [OAK-3733] - Sometimes hierarchy conflict between concurrent add/delete isn't detected [OAK-3740] - ValueImpl has references on classes internal to SegmentStore [OAK-3741] - AbstractCheckpointMBean references SegmentCheckpointMBean [OAK-3751] - Limit the unique index "authorizableId" to the "rep:Authorizable" nodetype [OAK-3756] - NodeStateUtils wrong indentation for toString method [OAK-3759] - UserManager.onCreate is not omitted for system users in case of XML import [OAK-3762] - StandbyServerhandler catches IllegalStateException instead of IllegalRepositoryStateException [OAK-3763] - EmptyNodeState.equals() broken [OAK-3765] - Parallelized test runner does not wait for test completion [OAK-3775] - Inconsistency between Node.getPrimaryType and Node.isNodeType [OAK-3792] - Provide Simple Exception Name in Credentials Attribute for PW Expiry [OAK-3793] - The Explorer should expect loops in the segment graph [OAK-3794] - The Cold Standby should expect loops in the segment graph [OAK-3798] - NodeDocument.getNewestRevision() incorrect when there are previous documents [OAK-3802] - SessionMBean not getting registered due to MalformedObjectNameException [OAK-3817] - Hidden properties (one prefixed with ':') in lucene's analyzer configuration fail to construct analyzers [OAK-3821] - Lucene directory: improve exception messages
更多内容请看:发行说明
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 实现之间无缝地切换。