Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 46822 invoked from network); 5 Dec 2009 15:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Dec 2009 15:37:46 -0000 Received: (qmail 96818 invoked by uid 500); 5 Dec 2009 15:37:45 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 96728 invoked by uid 500); 5 Dec 2009 15:37:44 -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 96572 invoked by uid 99); 5 Dec 2009 15:37:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 15:37:44 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 15:37:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E1D5F234C1EE for ; Sat, 5 Dec 2009 07:37:20 -0800 (PST) Message-ID: <672089959.1260027440923.JavaMail.jira@brutus> Date: Sat, 5 Dec 2009 15:37:20 +0000 (UTC) From: "Leonardo Uribe (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (ORCHESTRA-45) Support for JSF 2.0 In-Reply-To: <1129825647.1255052071322.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ORCHESTRA-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786436#action_12786436 ] Leonardo Uribe commented on ORCHESTRA-45: ----------------------------------------- Yes, it works with myfaces latest snapshot and with RI. > Support for JSF 2.0 > ------------------- > > Key: ORCHESTRA-45 > URL: https://issues.apache.org/jira/browse/ORCHESTRA-45 > Project: MyFaces Orchestra > Issue Type: Improvement > Components: FrameworkAdapter > Affects Versions: 1.3.1 > Reporter: Martin Marinschek > Assignee: Leonardo Uribe > Fix For: 1.4 > > Attachments: jsf20upgrade.patch > > > Orchestra should support JSF 2.0. The supplied patch changes the decorators in Orchestra to allow this, however, the patch is not backwards compatible with the 1.2/1.1 version (and contrary to supporting both 1.1 and 1.2 in one version, this is not possible with 2.0 anymore, as the interfaces have new methods which in turn have parameters/return types which are only available in JSF 2.0). The question will be how we will be able to continue. I see two options: > a) a branch, and two independent releases > b) adding a common JSF 1.2 compatibility library, which would allow to a certain extent to mimick basic JSF 2.0 infrastructure (it would not try to reimplement features from 2.0, however) > I will also post this question to the MyFaces mailing-list, and we will see how to proceed from here. > regards, > Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.