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 18D32C310 for ; Tue, 18 Jun 2013 11:04:07 +0000 (UTC) Received: (qmail 53023 invoked by uid 500); 18 Jun 2013 09:14:45 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 52983 invoked by uid 500); 18 Jun 2013 09:14:44 -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 52973 invoked by uid 99); 18 Jun 2013 09:14:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 09:14:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chetan.mehrotra@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 09:14:35 +0000 Received: by mail-ob0-f170.google.com with SMTP id ef5so4334731obb.1 for ; Tue, 18 Jun 2013 02:14:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6VuHs5uu7YJsh2A7d8kghBacbAnqnyzvqYs2EjOiYok=; b=rlCxMgHUQrPSNrBubDO+0aMUSPXcXxTtmFEcoVGgFsepqFqrPpoXV3sTvZwWuntu0P DylP9lgvJYgrOp585CDTUxSRgU90pJbOfRSfyGUsUW2ezLwNaz7UGIY9YJapG/jpC45G eXPxpXGhoy0JsQN3y/fuspNw+8do5JBCXInpdgNofSmWwLazesftdc7tliE6uQcJghaQ 3wKGzpkaKj6etsppsF/8VaIpn7t5fR9sgillNCHKZnCJlCGyyfGKBZwpKURFCHqc3SPG P2mX2QaWFW0yBJc4BsfTHXdQCpGsQdcPUCNu/wuHLSLx/s7QNmO9AdgWWKmjd9C6lNNP f4Lg== MIME-Version: 1.0 X-Received: by 10.182.66.97 with SMTP id e1mr11553141obt.66.1371546854464; Tue, 18 Jun 2013 02:14:14 -0700 (PDT) Received: by 10.60.144.67 with HTTP; Tue, 18 Jun 2013 02:14:14 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Jun 2013 14:44:14 +0530 Message-ID: Subject: Re: Move MongoMK to Oak Core From: Chetan Mehrotra To: oak-dev@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Created OAK-875 to track this Chetan Mehrotra [1] https://issues.apache.org/jira/browse/OAK-875 On Tue, Jun 18, 2013 at 2:15 PM, Jukka Zitting wrote: > Hi, > > On Tue, Jun 18, 2013 at 8:31 AM, Chetan Mehrotra > wrote: >> Similar requirement was felt for use of StringCache in MongoMK [2]. >> There also it was suggested to move Mongo MK to Oak Core. So should we >> move the codebase to Oak Core and change the package from >> o.a.j.mongomk to o.a.j.oak.plugins.mongomk > > +1 IMHO we already have too many distinct components. Our codebase can > be highly modular without everything sitting in its own jar file. > > BR, > > Jukka Zitting