Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0F65D23D for ; Mon, 5 Nov 2012 12:58:14 +0000 (UTC) Received: (qmail 60047 invoked by uid 500); 5 Nov 2012 12:58:14 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 59759 invoked by uid 500); 5 Nov 2012 12:58:08 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 59722 invoked by uid 99); 5 Nov 2012 12:58:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 12:58:07 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mreutegg@adobe.com designates 64.18.1.25 as permitted sender) Received: from [64.18.1.25] (HELO exprod6og110.obsmtp.com) (64.18.1.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 12:57:57 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob110.postini.com ([64.18.5.12]) with SMTP ID DSNKUJe3vxPF4n+dO14bVsMAa7Pv0HgWGuKE@postini.com; Mon, 05 Nov 2012 04:57:36 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qA5Csm1v028549 for ; Mon, 5 Nov 2012 04:54:48 -0800 (PST) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qA5CvVXM027127 for ; Mon, 5 Nov 2012 04:57:33 -0800 (PST) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.279.1; Mon, 5 Nov 2012 04:57:31 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Mon, 5 Nov 2012 12:57:28 +0000 From: Marcel Reutegger To: "oak-dev@jackrabbit.apache.org" Date: Mon, 5 Nov 2012 12:57:27 +0000 Subject: ReadOnlyTree Thread-Topic: ReadOnlyTree Thread-Index: Ac27VKritUUzs42oTKO2P/QEo4+8sw== Message-ID: <9C0FC4C8E9C29945B01766FC7F9D38981728EA35F2@eurmbx01.eur.adobe.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I noticed that we use ReadOnlyTree in various plugins even though the class is in the oak core package, which I think should be considered implementati= on internal. I think it makes sense to move it to an spi package. WDYT? Regards Marcel