You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2016/03/02 10:39:46 UTC

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

Author: davide
Date: Wed Mar  2 09:39:46 2016
New Revision: 12586

Log:
Apache Jackrabbit Oak 1.4.0 RC


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

Added: dev/jackrabbit/oak/1.4.0/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.4.0/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.4.0/RELEASE-NOTES.txt Wed Mar  2 09:39:46 2016
@@ -0,0 +1,128 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.3.16
+
+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.16 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.16
+---------------------
+
+Sub-task
+
+    [OAK-3994] - Simple query on suggestion/spellcheck with
+    unambiguous index def and one descendant clause should work
+
+Technical task
+
+    [OAK-4020] - RDBExport: misleading warning about column names
+    [OAK-4021] - RDBDocumentStore: create() for collections other than
+    NODES is broken
+
+Bug
+
+    [OAK-3965] - SegmentPropertyState external binary property reports
+    unusual size
+    [OAK-3981] - Change in aggregation flow in OAK-3831 causes some
+    properties to be left out of aggregation
+    [OAK-3988] - Offline compaction should avoid loading external
+    binaries
+    [OAK-3991] - Incorrect resultset from XPATH, multiple ORs and
+    Lucene full-text
+    [OAK-3995] - Incorrect translation of old checkpoint format
+    [OAK-3999] - ParseException thrown for xpath query on 3 or more
+    jcr:primaryType "or" conditions
+    [OAK-4004] - The cold standby segment store doesn't delete the
+    files marked for deletion
+    [OAK-4009] - Search done via Lucene index might return duplicate
+    results
+    [OAK-4011] - Set online compaction default to paused
+    [OAK-4017] - ObservationTest: tearDown() may fail with NPE
+    [OAK-4018] - Test failures after upgrading to JR 2.12.0
+
+Improvement
+
+    [OAK-2761] - Persistent cache: add data in a different thread
+    [OAK-3274] - DefaultSyncConfigImpl: add information to
+    "user.membershipExpTime" about minimum expiration time
+    [OAK-3975] - Change DELETE_BATCH_SIZE to 100 (from 450), and make
+    it configurable
+    [OAK-3978] - Add segment size to segment graph
+    [OAK-3979] - RepositoryUpgrade skip on error must skip non
+    existing node bundle
+    [OAK-3989] - Add S3 datastore support for Text Pre Extraction
+    [OAK-3990] - Enable specifying the max clause limit in
+    BooleanClause
+    [OAK-3997] - Include eviction cause to the LIRS removal callback
+    [OAK-4006] - Enable cloning of repo for shared data store and
+    discovery-lite
+    [OAK-4007] - "reset clusterId tool" in oak-run
+    [OAK-4008] - DataStoreBlobStore - Log blob deletion as info
+    [OAK-4013] - DataStoreTextWriter should not write on close when
+    running in readOnly mode
+
+Task
+
+    [OAK-3946] - Document oak-authorization-cug
+    [OAK-3996] - Update Jackrabbit version to 2.12.0
+    [OAK-4002] - Consolidate maven-jar-plugin in oak-parent pom.xml
+
+Test
+
+    [OAK-3986] - simple performance regression IT (that would fail in
+    case commitRoots would not be purged)
+    [OAK-3998] - No SLF4J binding in oak-it
+
+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/

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

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

Added: dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.asc Wed Mar  2 09:39:46 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iEYEABECAAYFAlbWsocACgkQxtglw1pRrJ0y2ACgrM9YsBbz1Hpy1TeuOHKjUygl
+1UkAoIkCDdroOeUV/I+NLZ1xoR3CGusT
+=EaJl
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.md5 Wed Mar  2 09:39:46 2016
@@ -0,0 +1 @@
+46215c43e7c2c1f6d9dfd3a30d282470

Added: dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.4.0/jackrabbit-oak-1.4.0-src.zip.sha Wed Mar  2 09:39:46 2016
@@ -0,0 +1 @@
+fa45ec140a001f5db51682ecb34e18af50f15b70