You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by am...@apache.org on 2016/04/20 06:07:02 UTC

svn commit: r13307 - in /dev/jackrabbit/oak/1.2.14: ./ RELEASE-NOTES.txt jackrabbit-oak-1.2.14-src.zip jackrabbit-oak-1.2.14-src.zip.asc jackrabbit-oak-1.2.14-src.zip.md5 jackrabbit-oak-1.2.14-src.zip.sha

Author: amitj
Date: Wed Apr 20 04:07:02 2016
New Revision: 13307

Log:
Apache Jackrabbit 1.2.14 release candidate

Added:
    dev/jackrabbit/oak/1.2.14/
    dev/jackrabbit/oak/1.2.14/RELEASE-NOTES.txt
    dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip   (with props)
    dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.asc
    dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.md5
    dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.sha

Added: dev/jackrabbit/oak/1.2.14/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.2.14/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.2.14/RELEASE-NOTES.txt Wed Apr 20 04:07:02 2016
@@ -0,0 +1,108 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.2.14
+
+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.2.14 is a patch release that contains fixes and
+improvements over Oak 1.2. Jackrabbit Oak 1.2.x releases are considered
+stable and targeted for production use.
+
+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.2.14
+--------------------
+
+Sub-task
+
+    [OAK-3230] - Query engine should support virtual index rows
+    [OAK-3994] - Simple query on suggestion/spellcheck with unambiguous index def and one descendant clause should work
+
+
+Technical task
+
+    [OAK-4156] - RDBConnectionHandler: add logging when getting the connection takes long
+    [OAK-4193] - RDBBlobStore: logging for garbage collection has parameters reversed
+    [OAK-4199] - RDBBlobStore: garbage collection fails to delete DATA records when there was subsequent blobstore activity
+
+
+Bug
+
+    [OAK-3149] - SuggestHelper should manage a suggestor per index definition
+    [OAK-3156] - Lucene suggestions index definition can't be restricted to a specific type of node
+    [OAK-3235] - Deadlock when closing a concurrently used FileStore
+    [OAK-3493] - Deadlock when closing a concurrently used FileStore 2.0
+    [OAK-3692] - java.lang.NoClassDefFoundError: org/apache/lucene/index/sorter/Sorter$DocComparator
+    [OAK-3838] - IndexPlanner incorrectly lets all full text indices to participate for suggest/spellcheck queries
+    [OAK-4009] - Search done via Lucene index might return duplicate results
+    [OAK-4024] - CoW uses incorrect directory on re-indexing when indexPath property is used
+    [OAK-4059] - Tests in oak-lucene do not shut down repository
+    [OAK-4068] - Align default value of suggestUpdateFrequencyMinutes to match documented 10 minutes
+    [OAK-4126] - Suggestion and spellcheck queries throw exception if result contain lucene query character
+
+
+Improvement
+
+    [OAK-2477] - Move suggester specific config to own configuration node
+    [OAK-2754] - Use non unique PathCursor in LucenePropertyIndex
+    [OAK-3407] - Configuration to pass suggestion fields through analyzer
+    [OAK-3509] - Lucene suggestion results should have 1 row per suggestion with appropriate column names
+    [OAK-3825] - Including Resource name to suggestions
+    [OAK-4163] - LastRevRecoveryAgent: improve startup diagnostics
+
+
+Task
+
+    [OAK-4070] - Refactor LuceneIndexEditorContext to allow for switchable clock for testing
+    [OAK-4149] - Backport OAK-3235 and OAK-3493 to the 1.2 branch
+    [OAK-4158] - OAK 1.2: update Jackrabbit dependency to 2.10.2
+    [OAK-4167] - Collect and backport lucene based suggestion improvements done in 1.4 into 1.2 branch
+
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.2.13 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/

Added: dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.asc Wed Apr 20 04:07:02 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJXFv9SAAoJEFzbMTQIVFDFBU0P/RJ8qZE3QWR8zI6V7ikb1qqZ
+4QJON/CqreFMlWhf8niWpHR1VoN/8obsq2FnXBLlujnN/+/Moyezm/IOcCIXShmb
+7RxC1X+oYUfg6/B+1kG617iPUdSxyEIgYi1hjYRMP6gJwxiij0MUMEJnya2kztA/
+2dZ1LZAgJXaFox7ZYYHkG2uhk1JvG4JnSUZ6zlmoGGZlwbfekAxG9OoalN9JRjOG
+BCHoSvWfI8aNUmMB8rzKT+QoO4vXD4jd67wBmY9rgjLV8ZsVr+HB8pG/7hvozhbn
+zeDCNK7HzWCSeh1G3otlOfFA1p6IdYtPjBDUZkSAAIjLZwrBVmkvaO4DOS50V7ib
+R6aXG23ey7wOhd0XD3/IA4o3RYvGWLr1PQRl5qTeBJeUNQ1arWBFl6iIfssiikqQ
+oy3NrSR80J9tIf+vcAPNd4Y6WC11/Dnm/4FTbQHnaU1hdL58++6+ydGxD12s4/Eo
+7pBh0CjBFV7GVqYlcM+m9IrXSrau8o7MZSi/3JjjxGN94Q92AqPjv+3xFAOBfxEC
+qKHTqBPuoAKvDj0GmfUfNOlLvRmEPD702W4lS9J6smvYHbCfBaVai5zHIseyinq8
+CDtOnzp+Lb2Ad3l0IaR34dv5b8YgAcDeZRwCjyCBV9CQ7gsg6TYaiqceUszk8+s8
+F4Knw/ELznGnc7pNSQ/R
+=SLI8
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.md5 Wed Apr 20 04:07:02 2016
@@ -0,0 +1 @@
+bbe10c963b9c90c7c8461ea3995c7a5d

Added: dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.2.14/jackrabbit-oak-1.2.14-src.zip.sha Wed Apr 20 04:07:02 2016
@@ -0,0 +1 @@
+8675d0198e3d9eb6e956ae7407dd00adfdbae663