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/11/16 17:42:35 UTC

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

Author: davide
Date: Mon Nov 16 16:42:35 2015
New Revision: 11203

Log:
Apache Jackrabbit Oak 1.2.8 RC


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

Added: dev/jackrabbit/oak/1.2.8/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.2.8/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.2.8/RELEASE-NOTES.txt Mon Nov 16 16:42:35 2015
@@ -0,0 +1,159 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.2.8
+
+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.8 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.8
+--------------------
+
+Sub-task
+
+    [OAK-3192] - Provide a way to allow embedding application to be
+    notified about OSGi startup
+    [OAK-3195] - Allow finer control for timeout handling in case of
+    repository startup
+    [OAK-3214] - Enable registration of MBean via Aries JMX Whiteboard
+    support
+
+Technical task
+
+    [OAK-3421] - RDBDocumentStore: force DB2 to use a clustered index
+    [OAK-3532] - create RDB export tool
+    [OAK-3540] - DocumentStore tests: use named parametrization
+    [OAK-3604] - RDBDocumentStore: update JDBC drivers for PostgresQL,
+    MySQL, and Derby
+    [OAK-3605] - RDBBlob/DocumentStore: reduce class complexity
+    [OAK-3617] - RDBDocumentStore: improve retry logic in
+    updateDocument
+    [OAK-3631] - RDBDocumentStore: improve logging for server time
+    difference detection
+
+Bug
+
+    [OAK-3137] - Global fulltext index returning plan for pure
+    NodeType queries
+    [OAK-3200] - Build Failure due to LuceneSupportTest and
+    OakOSGiRepositoryFactoryTest
+    [OAK-3248] - Felix Connect throws exception when launching Oak in
+    Spring Boot env
+    [OAK-3325] - MissingIndexProviderStrategy should warn when setting
+    the reindex flag
+    [OAK-3375] - RepositoryManager doesn't perform a shutdown of
+    OsgiRepository on deactivation
+    [OAK-3442] - Intermittent IllegalMonitorStateException seen while
+    releaseing IndexNode
+    [OAK-3476] - Memory leak caused by using marker names based on non
+    static session id
+    [OAK-3487] - NodeDocumentTest.getNewestRevisionTooExpensive()
+    fails occasionally
+    [OAK-3499] - Test failures when there is no network interface
+    [OAK-3513] - Session save going through despite repository being
+    shutdown causing reindex flag to reset
+    [OAK-3517] - Node.addNode(String, String) may check
+    nt-mgt-permission against the wrong node
+    [OAK-3526] - Segment cache not invalidated on cleanup
+    [OAK-3556] - MongoDocumentStore may create incomplete document
+    [OAK-3566] - Stale documents in RDBDocumentStore cache
+    [OAK-3567] - Long running query holds TreeLock
+    [OAK-3571] - baseline failures on 1.2
+    [OAK-3582] - Background split may throw NPE
+    [OAK-3591] - Lucene index with 'analyzed=true' sometimes used by
+    mistake
+    [OAK-3608] - Compare of node states on branch may be incorrect
+    [OAK-3630] - Mixin based rules not working for relative properties
+    [OAK-3640] - SolrIndexQueryTestIT failure on 1.2
+
+Improvement
+
+    [OAK-3054] - IndexStatsMBean should provide some details if the
+    async indexing is failing
+    [OAK-3092] - Cache recently extracted text to avoid duplicate
+    extraction
+    [OAK-3203] - Make shutdown in PojoSR wait for framework shutdown
+    [OAK-3300] - Include parameter descriptions in test output when
+    running parameterised tests
+    [OAK-3331] - Support spellchecking multiple words
+    [OAK-3409] - CompositeRegistration.unregister diagnostics not
+    helpful
+    [OAK-3449] - DocumentNodeStore support for predefined clusterIds
+    should use ClusterNodeInfos
+    [OAK-3486] - Wrong evaluation of NOT NOT clause (see OAK-3371)
+    [OAK-3489] - DocumentStore: introduce a "NotEquals" condition
+    [OAK-3504] - CopyOnRead directory should not schedule a copy task
+    for non existent file
+    [OAK-3505] - Provide an optionally stricter policy for missing
+    synchronous index editor providers
+    [OAK-3539] - Document interface should have entrySet() in addition
+    to keySet()
+    [OAK-3546] - Improve ObservationManagerImpl timeout message
+    [OAK-3580] - Make it possible to use indexes for providing
+    excerpts
+    [OAK-3581] - Increase tracked info on Lucene index closing
+    [OAK-3587] - SegmentNodeStore stricter checkpoint creation policy
+    [OAK-3588] - SegmentNodeStore allow tweaking of lock fairness
+    [OAK-3633] - Enable exclusion of relative property in aggregation
+
+Task
+
+    [OAK-3569] - Bump mongo java driver version to 2.13.3
+    [OAK-3623] - backport DocumentStore time diff API back
+
+Test
+
+    [OAK-3562] - Tests do not close MongoConnection
+    [OAK-3570] - concurrentLoop(MongoDocumentStoreIT) test failures
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.2.4 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.2.8/jackrabbit-oak-1.2.8-src.zip
==============================================================================
Binary file - no diff available.

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

Added: dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.asc Mon Nov 16 16:42:35 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iEYEABECAAYFAlZKBvIACgkQxtglw1pRrJ3ZtQCgs+Cpm/4sKS676e1AKb3Ml6z7
+GSYAoKmYq3YeEeZdkWKriuwaNkV6Zezt
+=6dFW
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.md5 Mon Nov 16 16:42:35 2015
@@ -0,0 +1 @@
+324b0049594d4fd15564ecb62360d6fe

Added: dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.2.8/jackrabbit-oak-1.2.8-src.zip.sha Mon Nov 16 16:42:35 2015
@@ -0,0 +1 @@
+3f45dcdc695a7f7e94bab6064d482a4d54a7c1aa