From commits-return-5456-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Mar 13 14:04:12 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 62072 invoked from network); 13 Mar 2008 14:04:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 14:04:12 -0000 Received: (qmail 59512 invoked by uid 500); 13 Mar 2008 14:04:09 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 59433 invoked by uid 500); 13 Mar 2008 14:04:09 -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 59424 invoked by uid 99); 13 Mar 2008 14:04:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 07:04:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 14:03:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 64D921A9832; Thu, 13 Mar 2008 07:03:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636767 - in /jackrabbit/branches/1.4/jackrabbit-core: RELEASE-NOTES.txt pom.xml Date: Thu, 13 Mar 2008 14:03:46 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080313140348.64D921A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Mar 13 07:03:42 2008 New Revision: 636767 URL: http://svn.apache.org/viewvc?rev=636767&view=rev Log: 1.4: Updated jackrabbit-core version and release notes Modified: jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt jackrabbit/branches/1.4/jackrabbit-core/pom.xml Modified: jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt?rev=636767&r1=636766&r2=636767&view=diff ============================================================================== --- jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt (original) +++ jackrabbit/branches/1.4/jackrabbit-core/RELEASE-NOTES.txt Thu Mar 13 07:03:42 2008 @@ -1,15 +1,15 @@ -Release Notes -- Apache Jackrabbit Core -- Version 1.4.1 +Release Notes -- Apache Jackrabbit Core -- Version 1.4.2 Introduction ------------ -This is the 1.4.1 patch release of the jackrabbit-core component of +This is the 1.4.2 patch release of the jackrabbit-core component of Apache Jackrabbit, a fully conforming implementation of the Content Repository for Java Technology API (JCR). -This release fixes a binary property regression (JCR-1346) as well as other -issues reported against the Apache Jackrabbit 1.4 release. See below for -a full list of changes in this release. +This release contains fixes to a number of issues, most notably the +concurrent modification exception reported in JCR-1359. See below for +the full list of changes in this release. See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for more information. @@ -21,18 +21,18 @@ this patch release only contains the jackrabbit-core component. The component is distributed both as a source archive and a pre-compiled binary. - * Source archive (jackrabbit-core-1.4.1-src.jar) + * Source archive (jackrabbit-core-1.4.2-src.jar) The source archive contains the full source code of this release - in a "jackrabbit-core-1.4.1" directory. Use the following commands + in a "jackrabbit-core-1.4.2" 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-core-1.4.1-src.jar - $ cd jackrabbit-1.4.1 + $ jar xf jackrabbit-core-1.4.2-src.jar + $ cd jackrabbit-1.4.2 $ mvn install - * Pre-compiled binary (jackrabbit-core-1.4.1.jar) + * Pre-compiled binary (jackrabbit-core-1.4.2.jar) Core of the Apache Jackrabbit content repository implementation. @@ -50,23 +50,21 @@ You can look up individual issues for more details in the Jackrabbit issue tracker at http://issues.apache.org/jira/browse/JCR + Improvements + [JCR-1375] Limit fields read from index + Bug fixes - [JCR-1046] Non-versionable children of a versionable node should not be ... - [JCR-1227] Restore of empty multivalue property always changes property ... - [JCR-1305] JNDI data sources with BundleDbPersistenceManager: ... - [JCR-1318] Repository Home locked not released despite ... - [JCR-1322] Cluster information is not persisted to database when ... - [JCR-1323] When using QueryImpl.setLimit() and QueryImpl.setOffset(), ... - [JCR-1332] CLONE -Aggregate include ignored if no primaryType set - [JCR-1341] Cluster Journal directory should be created automatically - [JCR-1346] InternalValue.createCopy for binary properties (jcr:data) ... - [JCR-1358] Cluster revision file not closed on repository shutdown. - [JCR-1372] [PATCH] Fix possible Null Ptr exception in ConnectionFactory - [JCR-1374] [PATCH] DbDataStore: Make sure streams are closed - [JCR-1376] SearchIndex parameter cacheSize is ignored - [JCR-1379] AbstractExcerpt uses wrong logger - [JCR-1380] CachingHierarchyManager synchronization problem - [JCR-1389] setProperty("name", new Value[0], PropertyType.LONG) loses ... + [JCR-1275] NullPointerException in AbstractVersionManager.... + [JCR-1359] Adding nodes from concurrently running sessions cause exceptions + [JCR-1414] Data store garbage collection: inUse not correctly synchronized + [JCR-1408] Invalid query results when using jcr:like with a case ... + [JCR-1459] NullPointerException on startup if IndexingQueue has ... + [JCR-1449] Registering nodetypes with empty namespace prefix causes ... + [JCR-1427] XPath query with child axis predicates + [JCR-1453] Allow access to journal inside ClusterNode + [JCR-1415] Clustering configuration documentation for syncDelay ... + [JCR-1432] Saving a node deletion that has been modified externally ... + [JCR-1460] Typo in repository.xml Known issues [JCR-43] Restore on nodes creates same-name-sibling of ... @@ -101,11 +99,14 @@ [JCR-1211] QueryManager does not throw exception if jcr:deref is used in ... [JCR-1223] Occasional NPE on node checkin [JCR-1248] ParseException if search string ends with '!' - [JCR-1275] NullPointerException in AbstractVersionManager.... [JCR-1334] Deadlock with XA enabled [JCR-1354] Repository shutdown reposts ERROR: failed to close connection - [JCR-1359] Adding nodes from concurrently running sessions cause exceptions [JCR-1360] Parsing built-in CND and XML nodetypes does not result in ... [JCR-1362] DatabaseJournal improperly finds tables in external schemas ... [JCR-1367] Exception when closing connection under db2 [JCR-1387] Lock token not removed from session when node is removed + [JCR-1440] NPE Thrown when two Cluster Nodes are hitting the same ... + [JCR-1450] move method of the MemoryFileSystem may accept invalid ... + [JCR-1461] Deadlock on concurrent commit/checkin operations + [JCR-1463] Core: Failing version tests (testRestore...) + [JCR-1469] Data store garbage collection: ScanEventListener not working Modified: jackrabbit/branches/1.4/jackrabbit-core/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/pom.xml?rev=636767&r1=636766&r2=636767&view=diff ============================================================================== --- jackrabbit/branches/1.4/jackrabbit-core/pom.xml (original) +++ jackrabbit/branches/1.4/jackrabbit-core/pom.xml Thu Mar 13 07:03:42 2008 @@ -32,7 +32,7 @@ 1.4 jackrabbit-core - 1.4.1 + 1.4.2 Jackrabbit Core Jackrabbit content repository implementation