Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 7004 invoked from network); 14 Aug 2008 14:12:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2008 14:12:14 -0000 Received: (qmail 38057 invoked by uid 500); 14 Aug 2008 14:12:13 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 38034 invoked by uid 500); 14 Aug 2008 14:12:13 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 38025 invoked by uid 99); 14 Aug 2008 14:12:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 07:12:13 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 14:11:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4505D23889C4; Thu, 14 Aug 2008 07:11:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r685906 - in /ant/ivy/core/trunk: ./ doc/settings/caches/ src/java/org/apache/ivy/core/ src/java/org/apache/ivy/core/cache/ src/java/org/apache/ivy/core/settings/ test/java/org/apache/ivy/core/cache/ Date: Thu, 14 Aug 2008 14:11:21 -0000 To: notifications@ant.apache.org From: gscokart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080814141123.4505D23889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gscokart Date: Thu Aug 14 07:11:20 2008 New Revision: 685906 URL: http://svn.apache.org/viewvc?rev=685906&view=rev Log: IMPROVEMENT: Add a memory cache for the module descriptor that are parsed from the cache (IVY-883) Added: ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/ModuleDescriptorMemoryCache.java (with props) ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/ModuleDescriptorProvider.java (with props) ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/ParserSettingsMonitor.java (with props) ant/ivy/core/trunk/test/java/org/apache/ivy/core/cache/ModuleDescriptorMemoryCacheTest.java (with props) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/settings/caches/cache.html ant/ivy/core/trunk/src/java/org/apache/ivy/core/IvyPatternHelper.java ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java ant/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=685906&r1=685905&r2=685906&view=diff ============================================================================== --- ant/ivy/core/trunk/CHANGES.txt (original) +++ ant/ivy/core/trunk/CHANGES.txt Thu Aug 14 07:11:20 2008 @@ -105,6 +105,7 @@ - IMPROVEMENT: Smarter determination if an expression is exact or not for RegexpPatternMatcher and GlobPatternMatcher - IMPROVEMENT: Check branch consistency during resolve (IVY-858) - IMPROVEMENT: Give the possibility to not compute ivy.deps.changed (IVY-876) +- IMPROVEMENT: Add a memory cache for the module descriptor that are parsed from the cache (IVY-883) - IMPROVEMENT: Improve performance (IVY-872) - FIX: Incorrect parsing artifactPattern attribute in a sftp resolver (IVY-661) (thanks to Alexey Kiselev) Modified: ant/ivy/core/trunk/doc/settings/caches/cache.html URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/settings/caches/cache.html?rev=685906&r1=685905&r2=685906&view=diff ============================================================================== --- ant/ivy/core/trunk/doc/settings/caches/cache.html (original) +++ ant/ivy/core/trunk/doc/settings/caches/cache.html Thu Aug 14 07:11:20 2008 @@ -26,10 +26,14 @@