From dev-return-17953-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Apr 03 06:55:11 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 63749 invoked from network); 3 Apr 2008 06:55:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 06:55:10 -0000 Received: (qmail 44506 invoked by uid 500); 3 Apr 2008 06:55:10 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 44163 invoked by uid 500); 3 Apr 2008 06:55:09 -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 44154 invoked by uid 99); 3 Apr 2008 06:55:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 23:55:09 -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.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 06:54:27 +0000 Received: by fg-out-1718.google.com with SMTP id l27so3426931fgb.43 for ; Wed, 02 Apr 2008 23:54:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=UMAh4TCjE/B4dBNPAQYWCiurgpd+FwH2ma077XQrV8Y=; b=MqIF58A0h7GCLI/M4+WdyODX8OmXZk1+1WLBbVipNqkdlO2PQCtlrSazwjGLVkt25jnuYQLWgPxqzhu4yzbHbvrXGWwpT2ozBV3dTQ6Svpg0KQpS2tRhnzNcUmzMdInW6/hQ11T6Mw756XafZgIYtxW1kyBgB+s8QcnHrRslLv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=tGT4prJADWr+uUatzGBlMR3QjHCt+wyXGSb9J9u/EtwBBfmokMELe4WK4FvUeK80yDIYb5zu+CI0Mj0SvppFzTmpYsC3Mkh2nrOv8BE0xjFvAZ7eaikSAqOeqWD06+SdLj1DXHa8z5/lmMXYy8NdoCbjBQPXXCw3HJn+3/y0zcI= Received: by 10.86.79.19 with SMTP id c19mr6903789fgb.16.1207205678531; Wed, 02 Apr 2008 23:54:38 -0700 (PDT) Received: from ?192.168.1.149? ( [87.102.138.82]) by mx.google.com with ESMTPS id v23sm3866431fkd.1.2008.04.02.23.54.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Apr 2008 23:54:37 -0700 (PDT) Subject: Re: svn commit: r644027 - /jackrabbit/tags/jackrabbit-jcr-rmi-1.4.1/ From: Felix Meschberger To: dev@jackrabbit.apache.org In-Reply-To: <510143ac0804022332w3344dbc4y24735feb1df5006e@mail.gmail.com> References: <20080402200127.E02AD1A9832@eris.apache.org> <510143ac0804021309g75eff40aqce8615e9dc1f23bc@mail.gmail.com> <1207169436.16017.16.camel@bslm-046.corp.day.com> <510143ac0804022332w3344dbc4y24735feb1df5006e@mail.gmail.com> Content-Type: text/plain Date: Thu, 03 Apr 2008 08:54:35 +0200 Message-Id: <1207205675.5189.15.camel@bslm-046.corp.day.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-8.fc7) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am Donnerstag, den 03.04.2008, 09:32 +0300 schrieb Jukka Zitting: > > Nevertheless, as we do not yet have these componentized releases, I will > > do as you propose and copy the classes from the commons project to the > > rmi project - only in the 1.4 branch, though, and marking the classes > > "deprecated" with a comment. > > OK, thanks! As far as I'm concerned, those copied classes could be > made package private or even private inner classes, I thought about this possibility quickly, but this somewhat taint the o.a.j.rmi.client package, where the users of these classes are. So I decided to move them in the xml package and mark them deprecated right from the start as they are not present in the trunk. Regards Felix