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 2015/07/01 16:02:01 UTC

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

Author: davide
Date: Wed Jul  1 14:02:00 2015
New Revision: 9573

Log:
Apache Jackrabbit Oak 1.3.2 release candidate

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

Added: dev/jackrabbit/oak/1.3.2/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.3.2/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.3.2/RELEASE-NOTES.txt Wed Jul  1 14:02:00 2015
@@ -0,0 +1,123 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.3.2
+
+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.2 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.2
+--------------------
+
+Sub-task
+
+    [OAK-3002] - Optimize docCache and docChildrenCache invalidation
+    by filtering using journal
+    [OAK-3010] - RDBDocumentStore: remove hardwired "id-is-binary"
+    flag
+
+Bug
+
+    [OAK-2401] - SegmentNodeStoreService prone to deadlocks
+    [OAK-2829] - Comparing node states for external changes is too
+    slow
+    [OAK-2934] - Certain searches cause lucene index to hit
+    OutOfMemoryError
+    [OAK-2961] - Async index fails with OakState0001: Unresolved
+    conflicts in /:async
+    [OAK-2962] - SegmentNodeStoreService fails to handle empty strings
+    in the OSGi configuration
+    [OAK-3013] - SQL2 query with union, limit and offset can return
+    invalid results
+    [OAK-3019] - VersionablePathHook must not process hidden nodes
+    [OAK-3021] - UserValidator and AccessControlValidator must not
+    process hidden nodes
+    [OAK-3023] - Long running MongoDB query may block other threads
+    [OAK-3027] - NullPointerException from Tika if SupportedMediaType
+    is null in LuceneIndexEditorContext
+    [OAK-3028] - Hierarchy conflict detection broken
+    [OAK-3029] - EmbeddedSolrServerProvider should check if core is /
+    can be loaded
+    [OAK-3035] - ReferenceEditor reindex detection broken
+    [OAK-3045] - Incorrect assertion message in PathUtils#isAncestor()
+    [OAK-3047] - RemoteServerIT test are failing on the CI server
+    [OAK-3053] - Locking issues seen with CopyOnWrite mode enabled
+    [OAK-3061] - oak-authorization-cug uses wrong parent pom
+    [OAK-3062] - VersionGC failing on Mongo with
+    CursorNotFoundException
+
+Improvement
+
+    [OAK-1764] - Clean default solrconfig / schema provided with Solr
+    indexer
+    [OAK-3011] - Add name of lucene-property index to cost debug log
+    [OAK-3017] - Log message when a branch is created
+    [OAK-3024] - NodeStoreFixture: add "getName()" for diagnostics,
+    allow config of RDB JDBC connection
+    [OAK-3025] - add test case simulating batched import of nodes
+    [OAK-3030] - Separate defaults for server config from search /
+    indexing config
+    [OAK-3043] - Provide item path with InvalidItemStateException
+
+New Feature
+
+    [OAK-2980] - Fast result size estimate in Solr index
+
+Task
+
+    [OAK-3041] - Baseline plugin suggests version increase for
+    unmodified class
+    [OAK-3059] - Manage versions of all exported packages
+
+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.3.2/jackrabbit-oak-1.3.2-src.zip
==============================================================================
Binary file - no diff available.

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

Added: dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.asc Wed Jul  1 14:02:00 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iEYEABECAAYFAlWT710ACgkQxtglw1pRrJ1gfgCgqVmPWds+HTWoOkbfUqHDerEH
+u7oAn2aIEbbhKa7dpAHMPontgWyo8Xi1
+=G0Mq
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.md5 Wed Jul  1 14:02:00 2015
@@ -0,0 +1 @@
+49edcc97bb0a80c3c17468c151396409

Added: dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.3.2/jackrabbit-oak-1.3.2-src.zip.sha Wed Jul  1 14:02:00 2015
@@ -0,0 +1 @@
+ccb6fcddd937679fc9d7fa2e5f079783530041e8