Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 95397 invoked from network); 1 Aug 2009 00:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 00:12:26 -0000 Received: (qmail 74973 invoked by uid 500); 1 Aug 2009 00:12:26 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 74879 invoked by uid 500); 1 Aug 2009 00:12:26 -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 74870 invoked by uid 99); 1 Aug 2009 00:12:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 00:12:26 +0000 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; Sat, 01 Aug 2009 00:12:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D48B238889C; Sat, 1 Aug 2009 00:12:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r799777 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: ./ parser/ util/ util/introspection/ Date: Sat, 01 Aug 2009 00:12:04 -0000 To: commits@commons.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090801001204.5D48B238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rahul Date: Sat Aug 1 00:12:03 2009 New Revision: 799777 URL: http://svn.apache.org/viewvc?rev=799777&view=rev Log: JEXL-60 Step 1 of 4 (branch will not compile until we reach 4 of 4 :-) Remove 7 source artifacts: * Arithmetic.java - It will be hard to maintain compatibility (given its an interface and will probably need additions over time) * BooleanPropertyExecutor.java, GetExecutor.java, PropertyExecutor.java - Part of refactoring the util package to contain a more complete set of specialized executors for property, map, list, duck setters and getters etc. * IntrospectionUtils.java and UberspectLoggable.java - Utils mostly unused, and we'll use new DebugInfo interface instead * JEXLNode.java - To be replaced by differently cased JexlNode.java when related parser changes go in Removed: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/Arithmetic.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/JEXLNode.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/BooleanPropertyExecutor.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/GetExecutor.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/PropertyExecutor.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/IntrospectionUtils.java commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java