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/07/10 06:40:45 UTC

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

Author: amitj
Date: Fri Jul 10 04:40:45 2015
New Revision: 9734

Log:
Apache Jackrabbit 1.0.17 release candidate

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

Added: dev/jackrabbit/oak/1.0.17/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.0.17/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.0.17/RELEASE-NOTES.txt Fri Jul 10 04:40:45 2015
@@ -0,0 +1,118 @@
+
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.17
+
+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.0.17 is a patch release that contains fixes and
+improvements over Oak 1.0. Jackrabbit Oak 1.0.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.
+
+New configuration options since Oak 1.0.17
+------------------------------------------
+
+LuceneIndex CopyOnRead feature now supports pre fetching of index files (OAK-3069).
+This reduces time taken in opening a new index. It can be enabled via OSGi config
+of LuceneIndexProviderService
+
+Debugging merge conflict errors is now possible by enabling DEBUG logs on 
+org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff and 
+org.apache.jackrabbit.oak.plugins.commit.ConflictValidator via OAK-3057
+
+Changes in Oak 1.0.17
+---------------------
+
+Bugs
+
+    [OAK-2401] - SegmentNodeStoreService prone to deadlocks
+    [OAK-2845] - Memory leak in ObserverTracker#removedService
+    [OAK-2934] - Certain searches cause lucene index to hit OutOfMemoryError
+    [OAK-2961] - Async index fails with OakState0001: Unresolved conflicts in /:async
+    [OAK-2999] - Index updation fails on updating multivalued property
+    [OAK-3020] - Async Update fails after IllegalArgumentException
+    [OAK-3023] - Long running MongoDB query may block other threads
+    [OAK-3026] - test failures for oak-auth-ldap on Windows
+    [OAK-3035] - ReferenceEditor reindex detection broken
+    [OAK-3046] - Test extending AbstractRepositoryTest not getting executed on 1.0 branch
+    [OAK-3053] - Locking issues seen with CopyOnWrite mode enabled
+    [OAK-3062] - VersionGC failing on Mongo with CursorNotFoundException
+    [OAK-3067] - Lucene IndexCopier should increase readerRemoteReadCount for new files
+    [OAK-3081] - SplitOperations may undo committed changes
+    [OAK-3084] - Commit.applyToDocumentStore(Revision) may rollback committed changes
+    [OAK-3089] - LIRS cache: zero size cache causes IllegalArgumentException
+    [OAK-3013] - SQL2 query with union, limit and offset can return invalid results
+
+Improvements
+
+    [OAK-2766] - Log time to acquire backgroundOperationLock in background operation tasks
+    [OAK-2885] - Enable saveDirListing by default
+    [OAK-3034] - backport OAK-2373 to 1.0 branch
+    [OAK-3043] - Provide item path with InvalidItemStateException
+    [OAK-3057] - Simplify debugging conflict related errors
+    [OAK-3069] - Provide option to eagerly copy the new index files in CopyOnRead
+    [OAK-3076] - Compaction should trace log the current processed path
+    [OAK-3088] - IndexUpdate reports at debug level quite verbose
+
+New Features
+
+    [OAK-2721] - LogDumper rule to dump logs as part of system out in case of test failure
+    
+Tasks
+
+    [OAK-3058] - Backport OAK-2872 to 1.0 and 1.2 branches
+
+
+In addition to the above-mentioned changes, this release contains
+all changes included in previous Apache Jackrabbit Oak 1.0.x releases.
+
+Please note, the backported RDB support for the DocumentNodeStore is considered
+experimental at this point and is not yet ready for production use. Feel free 
+to try it out and report any issues you may see to the Oak developers.
+
+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.0.17/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.asc Fri Jul 10 04:40:45 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJVn0xAAAoJEBgLoc10Yop/cboP/AtrJqRTPdPCIZxj9zIiCiT5
+0t0TvZUZVQY65omjl2QHTFE7RaDTzjQACIxJvgLlGfR23qgoFc/DyYKu1La+OLcS
+ZjBoDKydPm6Wy8i275iSSoX9fa1npJV0L8MSUOU0P4YDGyKVhtyxqddGrkwo9Luv
+y3mYbTby8oy2AMTh0uSfJU9kQ0f982A/Gv9UywH81O5GhatJCiLL+MINm87ggLbt
+KQL4tYU503Gyo5DU6BK6JyXbGXFtOWG179En5emXSCNs1XlTwiizSyPXGucA09zS
+QErhSYb9xxXUbW/zetApP9zVBuf11FbdXL5piOhbSLam91204+yJZImtH8P6GtE3
+xKqSNZzNsa4YqXwfw36C+FA9lYDQ6p4cZKh97i4KKIM7tDvqmNDLU+wO9N/JaDhx
++9Qv+Q26zh+fC7jKr4JnAl/cDkIp9zvp6JnXzpcLmbpXOTbN6Jc+bsDcOxZsnR+4
+VSIkF7TUmZ7CiqjlMJPB7nyIYuK6sq8MCH8jR0xz2Z+U+wasWNDIetyi1WoeBG6/
+FbCAyCikDzywX8kGdt72OhRxooEC3taO2A+m0/LDZQqCrvNp4+uFOzGAWnD5eMxs
+8gJFNi0aelfYeZkODl8xhyrZE5yGSH3Fp4e2mIiOqWn0++2OdjTiCXR0Evrn4VhN
+PX8PnK4DfbQC0T8ZDyAy
+=MqMp
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.md5 Fri Jul 10 04:40:45 2015
@@ -0,0 +1 @@
+c09b86cc2b3117e77fcb721e1a928f56

Added: dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.0.17/jackrabbit-oak-1.0.17-src.zip.sha Fri Jul 10 04:40:45 2015
@@ -0,0 +1 @@
+89a6aa9d00aab0fe7a82eab3582010b90c715592