Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 19975 invoked from network); 19 Aug 2009 12:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 12:11:28 -0000 Received: (qmail 45852 invoked by uid 500); 19 Aug 2009 12:11:47 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 45788 invoked by uid 500); 19 Aug 2009 12:11:47 -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 45780 invoked by uid 99); 19 Aug 2009 12:11:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 12:11:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 12:11:37 +0000 Received: by fxm6 with SMTP id 6so3389868fxm.43 for ; Wed, 19 Aug 2009 05:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=su8AYjoKGBLBkv28ht2sHpSJwpaeIevq0wPXCJYewK8=; b=fNEUUGgd04s8dLZ1Ztoks/rp05BJ9gmaKeGHzAY6R/jgKTjdhrcVf9/PSnsZihXOee pUKQ01wNvfALxXAXAzFPjFmtoH35RMljNSw2kfWs+mQDfrphA1YC8IN1Xo1WBcoSbIlp 2qZKdcuWeBlc6bjy5Mj3ziMd+eocwb7TJD4dM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=DXSkzSky4TZfTwqh3CCBQqUAal4aCOnT0gOg5/iNDa0syUtHUstXIrAt8bz0NtLUTe xtiVJNlZQGvYr56AYXtARayolPLM67T1z/GS01o6TnUv9r3FuBzr1Apw659KfSj9+hqD EspeWFVDpsQA6Io/M/weQjfxfpnfvzhJJ/Zck= MIME-Version: 1.0 Received: by 10.204.152.214 with SMTP id h22mr4837113bkw.197.1250683875700; Wed, 19 Aug 2009 05:11:15 -0700 (PDT) From: Jukka Zitting Date: Wed, 19 Aug 2009 14:09:28 +0200 Message-ID: <510143ac0908190509x5fbbc6d6hf0b146baff66aed8@mail.gmail.com> Subject: [VOTE] Release Apache Jackrabbit 2.0-alpha9 To: Jackrabbit Developers Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Here's the first JSR 283 feature-complete Jackrabbit 2.0 alpha release candidate: http://people.apache.org/~jukka/jackrabbit/2.0-alpha9/ See the RELEASE-NOTES.txt file (also included at the end of this message) for details about this release. The release candidate is a jar archive of the sources in http://svn.apache.org/repos/asf/jackrabbit/tags/2.0-alpha9. The SHA1 checksum of the release package is bbbade8f5411a3bcefb69d023e3fecc5f927c65e. Please vote on releasing this package as Apache Jackrabbit 2.0-alpha9. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast. [ ] +1 Release this package as Apache Jackrabbit 2.0-alpha9 [ ] -1 Do not release this package because... Here's my +1. BR, Jukka Zitting Release Notes -- Apache Jackrabbit -- Version 2.0-alpha9 Introduction ------------ This is an alpha release of Apache Jackrabbit 2.0. This release implements a pre-release version of the JCR 2.0 API, specified by the Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283). The purpose of this alpha release is to allow people to test and review the new JCR 2.0 features before they are finalized. Feedback to both the Jackrabbit project and the JSR 283 expert group is highly appreciated. Note that an alpha release is not expected to be feature-complete or otherwise suitable for production use. Changes in this release ----------------------- Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most notable changes in this release are: * Upgrade to JCR 2.0. This Jackrabbit release implements and is based on a pre-release version of the JCR 2.0 API. All of the features required by the JSR 283 specification have been implemented. * Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component) now requires Java 5 as the base platform. Java 1.4 environments are no longer supported. * Removal of deprecated classes and features. Jackrabbit 2.0 is not backwards compatible with client code that used any classes or features that had been deprecated during the 1.x release cycle. * Separate JCR Commons components. Many of the general-purpose JCR components like JCR-RMI and OCM are now developed and released separately from the Jackrabbit content repository. See the individual components for their most recent releases. * Data store feature enabled in the default repository configuration. 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 jar 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/