Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BD9E22009C6 for ; Mon, 16 May 2016 09:55:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC3CE160A16; Mon, 16 May 2016 07:55:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DB4281609B0 for ; Mon, 16 May 2016 09:55:20 +0200 (CEST) Received: (qmail 64461 invoked by uid 500); 16 May 2016 07:55:12 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 64422 invoked by uid 99); 16 May 2016 07:55:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 07:55:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A92AFC256F for ; Mon, 16 May 2016 07:54:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id EZxIg-zfKpd9 for ; Mon, 16 May 2016 07:54:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D27BF5F484 for ; Mon, 16 May 2016 07:54:53 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CD120E0099 for ; Mon, 16 May 2016 07:54:52 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E53F63A019D for ; Mon, 16 May 2016 07:54:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r13649 - in /dev/jackrabbit/oak/1.2.15: ./ RELEASE-NOTES.txt jackrabbit-oak-1.2.15-src.zip jackrabbit-oak-1.2.15-src.zip.asc jackrabbit-oak-1.2.15-src.zip.md5 jackrabbit-oak-1.2.15-src.zip.sha Date: Mon, 16 May 2016 07:54:51 -0000 To: commits@jackrabbit.apache.org From: amitj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160516075451.E53F63A019D@svn01-us-west.apache.org> archived-at: Mon, 16 May 2016 07:55:21 -0000 Author: amitj Date: Mon May 16 07:54:51 2016 New Revision: 13649 Log: Apache Jackrabbit Oak 1.2.15 release candidate Added: dev/jackrabbit/oak/1.2.15/ dev/jackrabbit/oak/1.2.15/RELEASE-NOTES.txt dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip (with props) dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.asc dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.md5 dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.sha Added: dev/jackrabbit/oak/1.2.15/RELEASE-NOTES.txt ============================================================================== --- dev/jackrabbit/oak/1.2.15/RELEASE-NOTES.txt (added) +++ dev/jackrabbit/oak/1.2.15/RELEASE-NOTES.txt Mon May 16 07:54:51 2016 @@ -0,0 +1,107 @@ +Release Notes -- Apache Jackrabbit Oak -- Version 1.2.15 + +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.15 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.15 +-------------------- + +Sub-task + + [OAK-2943] - Support measure for union queries + [OAK-2944] - Support merge iterator for union order by queries + + +Technical task + + [OAK-4094] - RDBDocumentStore: upgrade PostgreSQL JDBC driver dependency to 9.4.1208 + [OAK-4204] - GarbageCollectorFileState.copy() leaks FileOutputStream + [OAK-4250] - DocumentStore: add test coverage for find() with ultra-long keys + + +Bug + + [OAK-3879] - Lucene index / compatVersion 2: search for 'abc!' does not work + [OAK-4099] - Lucene index appear to be corrupted with compaction enabled + [OAK-4275] - Backport OAK-4065 (Counter index can get out of sync) to 1.2 and 1.4 + [OAK-4313] - QueryImpl should avoid traversal with queries containing native constraints + [OAK-4324] - Backport OAK-3991 (Incorrect resultset from XPATH, multiple ORs and Lucene full-text) to 1.2 + [OAK-4359] - Lucene index / compatVersion 2: search for 'a=b=c' does not work + + +Improvement + + [OAK-2618] - Improve performance of queries with ORDER BY and multiple OR filters + [OAK-4035] - AsyncIndexUpdate should not log exception when its forcibly stopped + [OAK-4164] - Expose path stats for Lucene index + [OAK-4262] - Provide a way to abort an async indexing run + [OAK-4306] - Disable cleanup when compaction is paused + [OAK-4317] - Similar and Native queries should return no results if no index can handle them + [OAK-4321] - Improve conflict exception message to show if conflict is unexpected + + +New Feature + + [OAK-4144] - Expose PropertyIndex stats + +Task + + [OAK-4100] - ClusterNodeInfo lease renewal: add logging + [OAK-4354] - OAK 1.2: update Jackrabbit dependency to 2.10.3 + [OAK-4355] - [oak-blob-cloud] Update to latest version of aws-sdk-java + + +In addition to the above-mentioned changes, this release contains +all changes included up to the Apache Jackrabbit Oak 1.2.14 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.15/jackrabbit-oak-1.2.15-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.asc ============================================================================== --- dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.asc (added) +++ dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.asc Mon May 16 07:54:51 2016 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJXOXUnAAoJEFzbMTQIVFDFEKUP+wTdLrNNLPt4zf3Dty9qhgmo +luRNB6pekmI1TTXIHXLqdWM3BfYv9VjeHX3TlIjcc0OAyeKld6CmJIw7G1BMgWoQ +eOdwU2zffkMwTulj7Tlurj1Vb/dKIKkQxw2qb9kLG6XNgRuowyp7nSVnTR7IapbL +KQMRgvZlqNm9pdgdVwT0S4MNyLrNcCWMufOdUOtPI/MLHcSDPGYUa/CVTMviOZEF +T8rH75J2QKQyoEZA8HisHr7JWl3n/1uaMYSlqdMjL2y8r5L3AgcLKKKm+u2t4ku3 ++9p+54ZnPWXDrhqFivCWdY+27x41UbnZV3w+Mjd+JKvpTHFEi+Q/MRT8hWE2T2De +vVQOg4Vv+dm/cKVpQssNoPbcp7lFflNOQqCmjP5N8j4YLA/jkSeCPhi1Lkgk9uo6 +hLvZWYNvb5CpKIP6iKW65CrmKUjuXO4yWuoJQtKeBJJjFLAXyevTZyy7yDgZnEBs +L4Dihwi2eHXg89NB5B9Pys57e1iUSRfmJx5XPU50AX5GH9x5U5SUmL4GsmwxmZGj +Z6tlcsRrCaLKbLuHw1FHo6RF9JG3J3np3DnPPaGEa2QziEjDLlbsu9mMx6xSryd7 +lRxNT04p9Woz1eavfPY3ETkrbrtwFBQkYWggk2AZEp6MK5RXX06K6juZ0PAXJqnN +VSgRZB+atXxv4bQU1Nuj +=aBPq +-----END PGP SIGNATURE----- Added: dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.md5 ============================================================================== --- dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.md5 (added) +++ dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.md5 Mon May 16 07:54:51 2016 @@ -0,0 +1 @@ +0c198713090875e1e6f40b4cbf1bf9b8 Added: dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.sha ============================================================================== --- dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.sha (added) +++ dev/jackrabbit/oak/1.2.15/jackrabbit-oak-1.2.15-src.zip.sha Mon May 16 07:54:51 2016 @@ -0,0 +1 @@ +d79ee082572bee46a05db203228a8ba14363382b