You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Davide Giannella <da...@apache.org> on 2016/01/07 15:21:09 UTC

[ANNOUNCE] Apache Jackrabbit Oak 1.3.13 released

The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit Oak 1.3.13 The release is available for download at:

    http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release:

Release Notes -- Apache Jackrabbit Oak -- Version 1.3.13

Introduction
------------

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

Apache Jackrabbit Oak 1.3.13 is an unstable release cut directly from
Jackrabbit Oak trunk, with a focus on new features and other
improvements. For production use we recommend the latest stable 1.2.x
release.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

Changes in 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

Documentation

    [OAK-3736] - Document changing OOTB index definitions
    [OAK-3808] - Fix broken link on 'Backward compatibility' - 'Query'
    section

Epic

    [OAK-144] - Implement observation

Improvement

    [OAK-3436] - Prevent missing checkpoint due to unstable topology
    from causing complete reindexing
    [OAK-3519] - Some improvement to SyncMBeanImpl
    [OAK-3529] - NodeStore API should expose an Instance ID
    [OAK-3576] - Allow custom extension to augment indexed lucene
    documents
    [OAK-3649] - Extract node document cache from Mongo and RDB
    document stores
    [OAK-3703] - Improve handling of IOException
    [OAK-3707] - Register composite commit hook with whiteboard
    [OAK-3721] - Reduce code duplication in MembershipProvider
    [OAK-3728] - Document indexes in the index itself
    [OAK-3745] - Introduce an exception in the Content Repository API
    to represent an invalid state of the repository
    [OAK-3773] - Include segment information in Segment.toString
    [OAK-3795] - FileStore#compact should throw ISE instead of IAE
    when no compaction strategy is set
    [OAK-3804] - Add tarmk revision recovery listing to oak-run
    [OAK-3805] - Add support for Metrics Histogram
    [OAK-3820] - Add inc and dec by specific size support in
    CounterStats
    [OAK-3829] - Expose BlobStore cache statistics
    [OAK-3831] - Allow relative property to be indexed but excluded
    from aggregation

New Feature

    [OAK-1736] - Support for Faceted Search
    [OAK-3806] - Collect and expose statistics related to BlobStore
    operations

Task

    [OAK-3747] - VersionGarbageCollectorIT: use name annotation for
    test parameters
    [OAK-3749] - Implement tooling for tracing a node through the
    revision history
    [OAK-3750] - BasicDocumentStoreTest: improve robustness of
    .removeWithCondition test
    [OAK-3755] - Remove the special in-place upgrade handling from
    oak-upgrade
    [OAK-3768] - Remove OrderedPropertyIndex support from trunk
    [OAK-3823] - Expose the count maintained by various stats
    [OAK-3824] - StatisticsProvider should provide a way to disable
    TimeSeries for certain metrics

Test

    [OAK-3754] - RepositoryStub does not dispose DocumentStore

In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.2.x release.

For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at

  https://issues.apache.org/jira/browse/OAK

Release Contents
----------------

This release consists of a single source archive packaged as a zip file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.md file for instructions on how to build this release.

The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at
http://www.apache.org/dist/jackrabbit/KEYS.

About Apache Jackrabbit Oak
---------------------------

Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project. 
Apache Jackrabbit is a project of the Apache Software Foundation.

For more information, visit http://jackrabbit.apache.org/oak

About The Apache Software Foundation
------------------------------------

Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 140 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 3,800+ contributors.

For more information, visit http://www.apache.org/