Return-Path: Delivered-To: apmail-incubator-sling-dev-archive@locus.apache.org Received: (qmail 86741 invoked from network); 14 Oct 2008 11:14:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2008 11:14:35 -0000 Received: (qmail 9297 invoked by uid 500); 14 Oct 2008 11:14:36 -0000 Delivered-To: apmail-incubator-sling-dev-archive@incubator.apache.org Received: (qmail 9156 invoked by uid 500); 14 Oct 2008 11:14:36 -0000 Mailing-List: contact sling-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: sling-dev@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sling-dev@incubator.apache.org Received: (qmail 9140 invoked by uid 99); 14 Oct 2008 11:14:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 04:14:35 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 11:13:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 689F7234C220 for ; Tue, 14 Oct 2008 04:13:44 -0700 (PDT) Message-ID: <1358945476.1223982824427.JavaMail.jira@brutus> Date: Tue, 14 Oct 2008 04:13:44 -0700 (PDT) From: "Carsten Ziegeler (JIRA)" To: sling-dev@incubator.apache.org Subject: [jira] Created: (SLING-695) Optimize bundle installation and update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Optimize bundle installation and update --------------------------------------- Key: SLING-695 URL: https://issues.apache.org/jira/browse/SLING-695 Project: Sling Issue Type: Improvement Components: JCR Install Affects Versions: JCR Install 2.0.4 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Install 2.0.4 Removed unnecessary resolveBundles and optimized package refreshs Bundles are now directly resolved inside processResourceQueue after installation and refresh packages is called at the end of processResourceQueue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.