Author: davide
Date: Mon Jan 4 11:09:34 2016
New Revision: 1722842
URL: http://svn.apache.org/viewvc?rev=1722842&view=rev
Log:
OAK-3832 - Release Oak 1.3.13
- release notes
Modified:
jackrabbit/oak/trunk/RELEASE-NOTES.txt
Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1722842&r1=1722841&r2=1722842&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Mon Jan 4 11:09:34 2016
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.3.12
+Release Notes -- Apache Jackrabbit Oak -- Version 1.3.13
Introduction
------------
@@ -7,7 +7,7 @@ Jackrabbit Oak is a scalable, high-perfo
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.
-Apache Jackrabbit Oak 1.3.12 is an unstable release cut directly from
+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.
@@ -15,101 +15,139 @@ 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.12
+Changes in Oak 1.3.13
---------------------
Sub-task
- [OAK-1828] - Improved SegmentWriter
- [OAK-3193] - Integrate with Felix WebConsole
+ [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-3632] - Incorrect Value Conversion upon Node.setProperty and
- Node.setValue
- [OAK-3659] - Stale document in RDBDocumentStore cache
- [OAK-3661] - RDBDocumentStore: improve logging for invalid data in
- persistence
- [OAK-3670] - RDBDocumentStore on SQLServer: off-by-one bug may
- cause truncated JSON to be written
- [OAK-3676] - RDBDocumentStore on SQLServer: append logic creates
- many different PreparedStatements
- [OAK-3684] - RDBBlob/DocumentStore.finalize() do not call
- super.finalize()
- [OAK-3691] - RDBDocumentStore: refactor update logic
- [OAK-3699] - RDBDocumentStore shutdown: improve logging
- [OAK-3714] - RDBDocumentStore diagnostics for Oracle might not
- contain index information
- [OAK-3722] - RDBDataSourceFactory: restore ability to close the
- pool
- [OAK-3731] - Version Garbage Collection: improve logging for split
- documents
- [OAK-3737] - Compactor should log revisions acting upon
+ [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-2655] - Test failure: OrderableNodesTest.testAddNode
- [OAK-2858] - Test failure: ObservationRefreshTest
- [OAK-2859] - Test failure: OrderableNodesTest
- [OAK-3149] - SuggestHelper should manage a suggestor per index
- definition
- [OAK-3612] - The string/template cache of the SegmentWriter should
- be cleared before cleanup
- [OAK-3621] - Required property type not respected
- [OAK-3671] - Incomplete cleanup of entries in ACL
- [OAK-3673] - NotCompliantMBeanException for QueryEngineSettings,
- QueryStatManager, RepositoryStatsMBean
- [OAK-3682] - Missing lucene-memory dependency in OSGi env breaks
- excerpt
- [OAK-3689] - OakOSGiRepositoryFactory shutting down the repository
- twice
- [OAK-3692] - java.lang.NoClassDefFoundError:
- org/apache/lucene/index/sorter/Sorter$DocComparator
- [OAK-3697] - Baseline failure in oak-lucene
- [OAK-3701] - Exception in JcrRemotingServlet at startup
- [OAK-3709] - CugValidator should ignore node type definitions
- [OAK-3732] - Offline compaction doesn't clean up unreferenced tar
- files
+ [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-2843] - Broadcasting cache
- [OAK-3407] - Configuration to pass suggestion fields through
- analyzer
- [OAK-3677] - NodeStore.merge implementations throw ISE instead of
- IAE when passed a non root builder
- [OAK-3678] - Use stable reverse revision comparator in
- UpdateUtils.applyChanges()
- [OAK-3685] - Support S3DataSource as the migration source
- [OAK-3688] - Provide and use a default set of bundle filters
- [OAK-3702] - More resilient BackgroundThread implementation
- [OAK-3713] - Remove dep cycle between
- plugins/tree/TreeTypeProvider and spi.security
- [OAK-3715] - SegmentWriter reduce buffer size for reading binaries
+ [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-3352] - Expose Lucene search score explanation
- [OAK-3654] - Integrate with Metrics for various stats collection
+ [OAK-1736] - Support for Faceted Search
+ [OAK-3806] - Collect and expose statistics related to BlobStore
+ operations
Task
- [OAK-3111] - Enforce check for max node name length
- [OAK-3611] - upgrade H2DB dependency to 1.4.190
- [OAK-3667] - Refactor executor closing logic as a utility class
- [OAK-3669] - Update jackrabbit.version to regular non-snapshot
- version
- [OAK-3686] - Solr suggestion results should have 1 row per
- suggestion with appropriate column names
- [OAK-3705] - Change default of compaction.forceAfterFail to false
- [OAK-3708] - Update Oak to Jackrabbit 2.11.3
- [OAK-3719] - Test failure: ManyChildNodesTest
- [OAK-3720] - Update script console bundle version to 1.0.2
+ [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-3681] - SegmentSizeTest.testAccessControlNodes() and
- testNodeSize() fail
+ [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.