From users-return-9142-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Oct 02 09:25:50 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 55801 invoked from network); 2 Oct 2008 09:25:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 09:25:50 -0000 Received: (qmail 80738 invoked by uid 500); 2 Oct 2008 09:25:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 80716 invoked by uid 500); 2 Oct 2008 09:25:46 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 80705 invoked by uid 99); 2 Oct 2008 09:25:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 02:25:46 -0700 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 fmeschbe@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 09:24:44 +0000 Received: by fg-out-1718.google.com with SMTP id l27so673414fgb.43 for ; Thu, 02 Oct 2008 02:25:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Nc4Hc/l29MdYH5rEh8iT8NtP04AghuWJxEE9W4r2dls=; b=dMfT/PmU3IhSly02xHegzGqtZlMjjXiQTlA6VCZXBqRpOrS2dgnujYWJtUlCX8cVwV M4+Tq8V54ivpjKy82925/WrMHqH8Zw2mP898r+gqNf+os8xCPN1EIcFU52GuKpq206wi lxvasMPxoa5H+bmoQbQLFzNKM3i15gK07jNco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=hUTlc4+2OHiOTHSxlaB+5hZ5uRyWRxpt65a1goFVtsLIQhR//AdzIfHXt0Jok9xVQc RZP+/uotDgBqCAH8FSIcA5MnObyO/r9AudVf5nPFa0GB5fvLb2yDagw/sAY2rv9GF+wm rtwjgOK01U9cXky/ZYx07oZnV/UjESf4kFrSk= Received: by 10.86.100.19 with SMTP id x19mr8375139fgb.70.1222939500810; Thu, 02 Oct 2008 02:25:00 -0700 (PDT) Received: from bslm-046.corp.day.com (cable-static-138-82.eblcom.ch [87.102.138.82]) by mx.google.com with ESMTPS id 3sm1381979fge.3.2008.10.02.02.24.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 02:25:00 -0700 (PDT) Message-ID: <48E4936A.1000801@gmail.com> Date: Thu, 02 Oct 2008 11:24:58 +0200 From: Felix Meschberger User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Jackrabbit Dev , users@jackrabbit.apache.org, announce@jackrabbit.apache.org Subject: [ANNOUNCE] jackrabbit-classloader 1.4.1 released Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The Apache Jackrabbit community is pleased to announce the release of version 1.4.1 of the jackrabbit-classloader component. The release is available for download at: http://jackrabbit.apache.org/downloads.html#Downloads-v14 See below for the release notes. You can upgrade an existing Apache Jackrabbit 1.4 installation to use the new jackrabbit-classloader 1.4.1 component simply by replacing the jackrabbit-classloader-1.4.jar file with jackrabbit-classloader-1.4.1.jar. Release Notes -- Apache Jackrabbit Repository Classloader -- Version 1.4.1 Introduction ------------ This is the 1.4.1 patch release of the jackrabbit-classloader component of Apache Jackrabbit, a fully conforming implementation of the Content Repository for Java Technology API (JCR). This release contains fixes to a number of issues. See below for the full list of changes in this release. See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for more information. Release Contents ---------------- Unlike previous Jackrabbit releases that contained a full set of components, this patch release only contains the jackrabbit-classloader component. The component is distributed both as a source archive and a pre-compiled binary. * Source archive (jackrabbit-classloader-1.4.1-src.jar) The source archive contains the full source code of this release in a "jackrabbit-classloader-1.4.1" directory. Use the following commands (or the equivalent in your environment) to build the component with Maven 2 and Java 1.4 or higher: $ jar xf jackrabbit-classloader-1.4.1-src.jar $ cd jackrabbit-classloader-1.4.1 $ mvn install * Pre-compiled binary (jackrabbit-classloader-1.4.1.jar) Jackrabbit Repositorly Classloader Library of the Apache Jackrabbit content repository implementation. See the included README.txt file for more information. Each release file is accompanied by SHA1 and MD5 checksums and a PGP signature. The public key used for the signatures can be found in the KEYS file. Changes in this release ----------------------- All the changes in this release are listed below. The issue identifier and title is listed for each change and known issue. You can look up individual issues for more details in the Jackrabbit issue tracker at http://issues.apache.org/jira/browse/JCR Bug: [JCR-1749] JCRUrlConnection relies on nt:file/nt:resource