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 2015/08/24 07:52:17 UTC

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

Author: amitj
Date: Mon Aug 24 05:52:16 2015
New Revision: 10279

Log:
Apache Jackrabbit 1.2.4 release candidate

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

Added: dev/jackrabbit/oak/1.2.4/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.2.4/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.2.4/RELEASE-NOTES.txt Mon Aug 24 05:52:16 2015
@@ -0,0 +1,108 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.2.4
+
+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.4 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.4
+--------------------
+
+
+Release Notes - Jackrabbit Oak - Version 1.2.4
+
+Bugs
+
+    [OAK-2827] - [oak-blob-cloud] Test Failures: Add joda-time dependency explicitly with definite version range
+    [OAK-2880] - NPE in SegmentWriter.writeMap
+    [OAK-2973] - [Blob GC] Report accurate deleted count
+    [OAK-3116] - SolrQueryIndexProviderService should not blindly register a QueryIndexProvider
+    [OAK-3130] - ReferenceEditor may not enforce referential integrity
+    [OAK-3143] - lucene command for oak-run console doesn't work
+    [OAK-3155] - AsyncIndex stats do not capture execution for runs where no indexing is performed
+    [OAK-3157] - Lucene suggestions don't work if suggested phrases don't return documents on :fulltext search
+    [OAK-3164] - MemoryNodeStore issues duplicate checkpoint
+    [OAK-3167] - [Blob GC] Wrong time units for blobGcMaxAge are passed from SegmentNodeStoreService
+    [OAK-3169] - rep:versionablePaths mixin not always set for versionable nodes
+    [OAK-3171] - Conflict Exception logs path information only on DEBUG
+    [OAK-3199] - DocumentNodeState ignores binary value for memory calculation
+    [OAK-3231] - Change default maxCachedBinarySize to match lucene DEFAULT_BLOB_SIZE 
+    [OAK-3246] - MultiDocumentStoreTest might fail to clean up test nodes
+
+Improvements
+
+    [OAK-3129] - SolrQueryIndex making too many Solr requests per jCR query
+    [OAK-3135] - Solr index should not be used for path/pt restrictions only
+    [OAK-3142] - All children path and primary type restrictions should be converted to filter queries
+    [OAK-3147] - Make it possible to collapse results under jcr:content nodes
+    [OAK-3174] - [Blob GC] Make actual deletion of blobs synchronous
+    [OAK-3204] - oak-core version diagnostics
+    [OAK-3257] - speed up BasicDocumentStoreTest
+
+New Features
+
+    [OAK-2619] - Repeated upgrades
+
+Sub-tasks
+
+    [OAK-3198] - reduce RDBDocumentStore class size, avoid code duplication with RDBBlobStore
+    [OAK-3206] - DocumentStorePerformanceTest executed together with unit tests
+    [OAK-3222] - RDBDocumentStore: add missing RDBHelper support for JOURNAL table
+
+Tests
+
+    [OAK-2545] - SegmentMk IT tests are too intensive
+
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.2.3 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/

Propchange: dev/jackrabbit/oak/1.2.4/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.asc Mon Aug 24 05:52:16 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJV2rA/AAoJEBgLoc10Yop/GNcQAI8i56fXKDumtMnsSPVCsvIo
+GfB9MXCi4DDSTx0LZDR0y+8CuICpe2WmcppSwpM0fWsVxS3MqZR6lAg9aGa7RdW/
+6t/T5B3js33G5ni2xCk2hjxCd/D3ZLZTuQbq0/76ftpYOLJN2HLjTBnr2gmgxfGh
+2POxp/FZiB0HBdHpVQUmM5RAlO54kgOg6lHO7hL2H5nhgRw3NE4HO36cGYV7gSFd
+2+jwwQUQYpEA3yGdivPj7/O+qHhRW1sJ/fiq51ASxoCfIjgGIzgCJnIzE5Rf8PKY
+P8TLYSol49GDO0eaW/qMDTVeoHh4tN88DN4uXkN0o5rXQF/eavOqHYm2QMAUtmQ6
+tNb34KWCoT5mMwj8wtqHxwRR0/UapkZt9PMlce9lj/7gKreRPBaZzXg6FjkCAquk
+uKhy40jq3s+TIxZo7U2NlDL+iy93Ne3y2SOvlqTmPWIeLUzzWOxgBlS8HFmY18fD
+a8JmConxl+Frlw3jfPdUlDeS6FWmhIRJQehiH0FS6Rr6aXKnMuB5xV/J09GNw9O+
+EbToe9grcEyp4EmPqkzpd6b3rpqi9inJJDSqDJgdgxPVb8SxXsjHXaN2aBsh1xPK
+XISfkg7CjaYrc9ahaGm/cULbc7meDN8aZ6d0CNednSsSB032QQE2ZoQoHiHyGos/
+4XByxIN7iuKr6hG7Pptj
+=ZBHX
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.md5 Mon Aug 24 05:52:16 2015
@@ -0,0 +1 @@
+b7d7619ded2d74838dc5f0454238cbac

Added: dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.2.4/jackrabbit-oak-1.2.4-src.zip.sha Mon Aug 24 05:52:16 2015
@@ -0,0 +1 @@
+24c667100a89553bd4689cd0fbd580bc1af3bc57