Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3372A10741 for ; Sun, 27 Apr 2014 17:35:27 +0000 (UTC) Received: (qmail 90742 invoked by uid 500); 27 Apr 2014 17:35:24 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 90666 invoked by uid 500); 27 Apr 2014 17:35:24 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 90659 invoked by uid 99); 27 Apr 2014 17:35:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2014 17:35:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sun, 27 Apr 2014 17:35:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF36F23889FD; Sun, 27 Apr 2014 17:35:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1590425 - /commons/proper/configuration/trunk/src/changes/changes.xml Date: Sun, 27 Apr 2014 17:35:02 -0000 To: commits@commons.apache.org From: oheger@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140427173502.DF36F23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: oheger Date: Sun Apr 27 17:35:02 2014 New Revision: 1590425 URL: http://svn.apache.org/r1590425 Log: [CONFIGURATION-567] Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1590425&r1=1590424&r2=1590425&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Apr 27 17:35:02 2014 @@ -44,6 +44,10 @@ listener from all child configurations. This fixes a possible memory leak. + + XMLBeanDeclaration now escapes node names before they are used to + determine nested properties. + The DefaultExpressionEngine class is now immutable. An instance can be shared between multiple configuration objects.