Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 6906 invoked from network); 16 Aug 2010 19:36:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 19:36:37 -0000 Received: (qmail 34414 invoked by uid 500); 16 Aug 2010 19:36:37 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 34357 invoked by uid 500); 16 Aug 2010 19:36:36 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 34350 invoked by uid 99); 16 Aug 2010 19:36:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 19:36:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.rw.robinson@gmail.com designates 209.85.161.181 as permitted sender) Received: from [209.85.161.181] (HELO mail-gx0-f181.google.com) (209.85.161.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 19:36:30 +0000 Received: by gxk1 with SMTP id 1so199886gxk.12 for ; Mon, 16 Aug 2010 12:36:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=eA2hAqG5AGGfX0H2DMRaRlpkFw+y8NBpexBLxB6txNA=; b=hOVPOGjNl5PvT7Q8CtH2z7KNxfzlzqgWWH8d3UWeaqbWhO9M+n2GsYoTK2PUubKu7T BMKyYaLLJkNyh1oL1i46evBbmkioimDqczrfzLnuXNXbYNQSvlFiw9+RrLdiblU/9Y9m qJytRlFmuEhvfF+j1ZUt7+afRxGi3kv5cs17A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pjCtzuiT2Q+m6DJFu74/SqXOUXTBVa/htgRKwW3RihFG18jkmqmhXX15PY/6umFJO1 5ebhMc44y//BJrSiOxIXVrn4dQ2DHwakyggSXgj3uzC7z29dcSgLTfvqNjderdUVpMOp AOJi+XQVUH35qSEyl8OGHhGHlxOlsHnx3ybtQ= MIME-Version: 1.0 Received: by 10.231.30.130 with SMTP id u2mr6299791ibc.111.1281987369035; Mon, 16 Aug 2010 12:36:09 -0700 (PDT) Received: by 10.231.44.77 with HTTP; Mon, 16 Aug 2010 12:36:08 -0700 (PDT) Date: Mon, 16 Aug 2010 13:36:09 -0600 Message-ID: Subject: [Trinidad 1.2] Back port tree visitation code from trunk to the 1.2 branch From: Andrew Robinson To: MyFaces Development Content-Type: text/plain; charset=ISO-8859-1 Quite a bit of work was done for the tree visiting support in the trunk branch, but the 1.2 branch lacks these changes. For the most part, these changes can be directly back ported from Trinidad 2 to 1.2 leveraging the APIs that Blake created for 1.2 tree visiting (like the VisitResult and VisitContext as examples). I have prototyped the necessary changes on a branch: https://svn.apache.org/repos/asf/myfaces/trinidad/branches/anrobins_1.2.12.3_visitTree_4 If there are no objections, I would like to check these changes into the 1.2.x branch of Trinidad so that we can avoid having errors in 1.2 if more people begin to use the visit tree APIs in that version. Please let me know within the "Apache standard" 3 days if there are any problems. I opened this ticket for the change: https://issues.apache.org/jira/browse/TRINIDAD-1884 -Andrew