Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 17261 invoked from network); 24 Nov 2009 13:11:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 13:11:03 -0000 Received: (qmail 23871 invoked by uid 500); 24 Nov 2009 13:11:03 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 23787 invoked by uid 500); 24 Nov 2009 13:11:02 -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 23654 invoked by uid 99); 24 Nov 2009 13:11:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 13:11:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 13:10:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2CC8234C1EE for ; Tue, 24 Nov 2009 05:10:39 -0800 (PST) Message-ID: <1238587082.1259068239731.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 13:10:39 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Launay_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2389) Update dependency versions for commons-collections, slf4j and derby In-Reply-To: <1485224108.1257614852397.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-2389?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D127819= 03#action_12781903 ]=20 S=C3=A9bastien Launay commented on JCR-2389: --------------------------------------- After reading the source code, I indeed found that derby is required by the= default repository.xml configuration (new TransientRepository()). Therefore this dependency cannot be optional (needed both for test and runt= ime) and the only solution is to explicitly exclude derby when depending ja= ckrabbit-core. Any objections/concerns with the latest patch? > Update dependency versions for commons-collections, slf4j and derby > ------------------------------------------------------------------- > > Key: JCR-2389 > URL: https://issues.apache.org/jira/browse/JCR-2389 > Project: Jackrabbit Content Repository > Issue Type: Task > Affects Versions: 2.0-beta1 > Reporter: Attila Kir=C3=A1ly > Priority: Minor > Attachments: JCR-2389-update-dependencies-2009-11-18.patch, JCR-2= 389-update-dependencies-2009-11-18_2.patch > > > Some of the dependencies used by the 2.0-beta1 could be upgraded: > commons-collections from 3.1 to 3.2.1 > slf4j from 1.5.3 to 1.5.8 > derby from 10.2.1.6 to 10.5.3.0 > Not sure about derby but the other two seems to be just drop in replaceme= nts for their older verisons. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.