You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2015/09/17 11:07:59 UTC

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

Author: mreutegg
Date: Thu Sep 17 09:07:57 2015
New Revision: 10532

Log:
Apache Jackrabbit 1.0.21 release candidate

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

Added: dev/jackrabbit/oak/1.0.21/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.0.21/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.0.21/RELEASE-NOTES.txt Thu Sep 17 09:07:57 2015
@@ -0,0 +1,136 @@
+
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.21
+
+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.21 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 in Oak 1.0.21
+---------------------------------------
+
+This release of Oak includes an improvement to the DocumentNodeStore,
+which requires a new collection in the DocumentStore. The DocumentStore
+implementations in Oak will try to create the new collection if necessary.
+However, there may be deployments where the configured backend storage user
+for the DocumentStore implementation does not have the require privilege.
+In this case it is required to create the table for the RDB backend or 
+collection for MongoDB manually before Oak is upgraded to 1.0.21.
+See https://issues.apache.org/jira/browse/OAK-2829 for more details.
+
+Node name index support (OAK-1752) - With this queries involving
+node name constraint can make use of index and perform better. Refer to
+http://jackrabbit.apache.org/oak/docs/query/lucene.html#index-node-name
+for usage details.
+ 
+
+Changes in Oak 1.0.21
+---------------------
+
+Sub-tasks
+
+    [OAK-2634] - QueryEngine should expose name query as property restriction
+    [OAK-2986] - RDB: switch to tomcat datasource implementation 
+    [OAK-3261] - consider existing locks when creating new ones
+    [OAK-3279] - Create StringUtils.estimateMemoryUsage(String)
+    [OAK-3338] - Deprecate CIHelper travis methods with profile 
+    [OAK-3345] - SessionMBean should provide information about pending refresh
+
+Technical tasks
+
+    [OAK-3385] - Make compress-interval configurable
+    [OAK-3391] - RDBBlobStore: speed up testBigBlob(), also improve memory usage
+    [OAK-3408] - RDBDocumentStore: improve MySQL diagnostics
+    [OAK-3410] - RDB*Store diagnostics: strip line feeds from product information
+
+Bugs
+
+    [OAK-2712] - Possible null-dereference when calling ItemImpl#perform
+    [OAK-2979] - JournalTest.cleanupTest reliably fails on Windows
+    [OAK-3265] - Test failures: NodeLocalNameTest, NodeNameTest
+    [OAK-3281] - Test failures on trunk: SolrIndexQueryTestIT.sql2
+    [OAK-3282] - DataStoreBlobStore cache ignores key for memory calculation
+    [OAK-3283] - Background read does not close StringSort
+    [OAK-3310] - Write operations on Property do not check checked-out state of Node
+    [OAK-3313] - Many tests leak DocumentNodeStore instances
+    [OAK-3324] - Evaluation with restriction is not consistent with parent ACLs
+    [OAK-3333] - SplitOperations purges _commitRoot entries too eagerly
+    [OAK-3339] - Logging in and out many sessions leads to high memory consumption 
+    [OAK-3376] - DocumentNodeStoreTest.dispose() waiting indefinitely on ArrayBlockingQueue.put()
+    [OAK-3383] - "The unbindBlobDataSource method has thrown an exception" message on shutdown of the RDBMK 
+    [OAK-3395] - RevisionGC fails for JCR paths having line feed characters
+    [OAK-3411] - Inconsistent read on DocumentNodeStore startup
+
+Improvements
+
+    [OAK-1752] - Node name queries should use an index
+    [OAK-3146] - ExternalLoginModuleFactory should inject SyncManager and ExternalIdentityProviderManager
+    [OAK-3259] - Optimize NodeDocument.getNewestRevision()
+    [OAK-3288] - clarify DocumentStore contract with respect to number formats
+    [OAK-3365] - Wording in Log statements inconsistent
+
+Tasks
+
+    [OAK-1743] - Cleanup documentation of _modCount
+
+Tests
+
+    [OAK-3312] - [Blob GC] Test case for GC / OAK-3167
+    [OAK-3337] - CIHelper methods related to travis outdated 
+
+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.21/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.asc Thu Sep 17 09:07:57 2015
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iQIcBAABCAAGBQJV+oCQAAoJENEI/4eapjlQ+pEP/RHZ+g7e5+bWU8mIRbSFtqSh
+fgQCuZc3LB2ZgyOBqtxI0Kmz+oY6jZ1z8YDE1XzKTCBAgRfFCrb50by1Cp5XuoDr
+lcZpPCVUbu+6hrlc2LX6buLYu9TYXEKs8LF0cSTC4hRkpjJIsOgna+2yv/2uwRWv
+iDsoeJjNONtfGD/VJWwjaqSNgxQU5iYFAHpIj1DDDIx/DPL5AYk/hvNDQAzhx+gW
+S2RTK4uclcXSffxQSrsfEp2TahcdlwG+QToery26DNgz4ulkKkf20dYV6D5MBL/H
+gBwd60KdYJNuI+Z2G3fMbiu62y1seSYQ1shGxzanbQq9LwvZh6YlWtjuk5KTrRz4
+VW2N0AoKogtgk0h867jJ3VNyi5S+Po8MuWkIkIzAIYbiOqsWkXjaxrmzAwf+Sro9
+4QupLQXi1HdEHP9//xVck5TEVX9muGsouGQpGaU+glQwEpsR5tNiokNWEIv5OLm7
+BIGLGA8lODd4bDPMUoIVNpBtgYCJiUPDPQGpa1b03inI2jvP8C/uawyiLBtALB+1
+ig2fKLFYWbyvDP4QiEvT+DXXTcQheIxKT+ep1pJ8ogS59i1TXmWhBkJso+YmtdhU
+je2jiF1R6Hk2VUO65lSvhTmdKk1blvuPlyPx2i3vcDLPMME9K8cT6MKiifjdcsrP
+ZrSiX8Q49lYcUQmSYh/V
+=318l
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.md5 Thu Sep 17 09:07:57 2015
@@ -0,0 +1 @@
+b04a39ea6cc6650c0b785456d9b6352f

Added: dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.0.21/jackrabbit-oak-1.0.21-src.zip.sha Thu Sep 17 09:07:57 2015
@@ -0,0 +1 @@
+b3d1d3d0f945715dcba4982a06d29932bd44e760