From dev-return-31552-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Jun 8 08:49:53 2011 Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8966C4F04 for ; Wed, 8 Jun 2011 08:49:53 +0000 (UTC) Received: (qmail 34211 invoked by uid 500); 8 Jun 2011 08:49:52 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 34056 invoked by uid 500); 8 Jun 2011 08:49:52 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 34037 invoked by uid 99); 8 Jun 2011 08:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 08:49:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vx0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 08:49:46 +0000 Received: by vxb40 with SMTP id 40so515103vxb.1 for ; Wed, 08 Jun 2011 01:49:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=/8wUEWhLQq7XQzFWyjzHakK7I617Lz9+deakUcF9nIQ=; b=kJjX8NZAczcXglu7jMJ+tNXi1DJs6extCu3Q3lxTpWjEWMMmgU+iWouAWvGoFFakmt wgGJgHt8ECx7wvQL8jO7hCrM2tv7S9T074vJOWQoVejEustG6cjw6Uxtb3+zA6HpxqJ5 917bFnV1spqjAQ96+chfcDMeHhn/uvleJrpt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=fI+cRpvnQwY34wW1bepRpKx+VKNROZxJmX4gkw8illQ7wTV3lky7TTxX5MuitWFU8F s5xgLjr+2HXFJN5SbVv9AEvrGYd0hMNH1BrUVnoZUFv0G6GLcIsPTM0Jpt5bo+p4Ka2h jCSyHMiZyMj+sVtr4mlNaR9/zKG/uZIIRsUG8= Received: by 10.52.182.6 with SMTP id ea6mr787645vdc.217.1307522965078; Wed, 08 Jun 2011 01:49:25 -0700 (PDT) MIME-Version: 1.0 Sender: jukka.zitting@gmail.com Received: by 10.52.163.69 with HTTP; Wed, 8 Jun 2011 01:49:05 -0700 (PDT) From: Jukka Zitting Date: Wed, 8 Jun 2011 10:49:05 +0200 X-Google-Sender-Auth: 7dIRL2DU9QTcsGSYELUSNJqrQUI Message-ID: Subject: [ANNOUNCE] Apache Jackrabbit 2.2.7 released To: announce@apache.org, announce@jackrabbit.apache.org, Jackrabbit Users , Jackrabbit Developers Content-Type: text/plain; charset=ISO-8859-1 The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.2.7. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit -- Version 2.2.7 Introduction ------------ This is Apache Jackrabbit(TM) 2.2, a fully compliant implementation of the Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as specified in the Java Specification Request 283 (JSR 283). Apache Jackrabbit 2.2.7 is patch release that contains fixes and improvements over previous 2.2.x releases. This release is backwards compatible with all earlier 2.x releases. Note that earlier 2.2.x releases had a problem where very large positive or negative long property values (more than 62 bits) could not be correctly read from the reepository. The values are still correctly stored in the reporistory, and can be properly read after upgrading to this release, but any previous computations or other information derived from such properties should be checked for correctness. Changes in this release ----------------------- Improvements [JCR-2852] Support multi-selector OR constraints in join queries [JCR-2955] Use GrowingLRUMap in CachingEntryCollector [JCR-2956] SQL2: Implement LIKE support for node names [JCR-2965] Show referencing nodes in debug log when trying to delete ... [JCR-2977] AccessControlManager#getApplicablePolicy should check for ... Bug fixes [JCR-2880] Save fails after setting a binary property twice [JCR-2890] Deadlock in acl.EntryCollector / ItemManager [JCR-2917] Indexing configuration ignored when indexing length [JCR-2928] LuceneQueryFactory should call QueryHits.close() after running a query [JCR-2933] SQL2 Left Outer Join [JCR-2937] ACL with glob restrictions does not work on '/' [JCR-2939] QueryObjectModel does not generate the corresponding SQL2 ... [JCR-2953] PathParser accepts illegal pahts containing curly brackets [JCR-2960] Long values not properly stored [JCR-2964] ItemSaveOperation should not swallow stacktrace For more detailed information about all the changes in this and other Jackrabbit releases, please see the Jackrabbit issue tracker at https://issues.apache.org/jira/browse/JCR 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.txt 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 https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS. About Apache Jackrabbit ----------------------- Apache Jackrabbit is a fully conforming implementation of the Content Repository for Java Technology API (JCR). A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more. For more information, visit http://jackrabbit.apache.org/ About The Apache Software Foundation ------------------------------------ Established in 1999, The Apache Software Foundation provides organizational, legal, and financial support for more than 100 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 2,500+ contributors. For more information, visit http://www.apache.org/