Return-Path: X-Original-To: apmail-jcp-open-archive@www.apache.org Delivered-To: apmail-jcp-open-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36DFEF315 for ; Tue, 2 Apr 2013 17:03:21 +0000 (UTC) Received: (qmail 8634 invoked by uid 500); 2 Apr 2013 17:03:21 -0000 Delivered-To: apmail-jcp-open-archive@apache.org Received: (qmail 8422 invoked by uid 500); 2 Apr 2013 17:03:21 -0000 Mailing-List: contact jcp-open-help@apache.org; run by ezmlm Precedence: bulk Reply-To: jcp-open@apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list jcp-open@apache.org Received: (qmail 8413 invoked by uid 99); 2 Apr 2013 17:03:20 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 17:03:20 +0000 Received: from localhost (HELO mail-oa0-f43.google.com) (127.0.0.1) (smtp-auth username lu4242, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 17:03:20 +0000 Received: by mail-oa0-f43.google.com with SMTP id l10so611906oag.30 for ; Tue, 02 Apr 2013 10:03:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.79.69 with SMTP id h5mr2426oex.49.1364922199656; Tue, 02 Apr 2013 10:03:19 -0700 (PDT) Received: by 10.182.84.169 with HTTP; Tue, 2 Apr 2013 10:03:19 -0700 (PDT) Date: Tue, 2 Apr 2013 12:03:19 -0500 Message-ID: Subject: [ANNOUNCE] MyFaces Core v2.1.11 Release From: Leonardo Uribe To: jcp-open@apache.org Content-Type: text/plain; charset=ISO-8859-1 The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.1.11. MyFaces Core is a JavaServer(tm) Faces 2.1 implementation as specified by JSR-314. MyFaces Core has passed Sun's JSR-314 TCK and is 100% compliant with the JSR-314 specification. MyFaces Core 2.1.11 is available in both binary and source distributions. * http://myfaces.apache.org/download.html MyFaces Core is also available in the central Maven repository under Group ID "org.apache.myfaces.core". Release Notes - MyFaces Core - Version 2.1.11 Bug * [MYFACES-3659] - Conditional include of scripts and stylesheets * [MYFACES-3660] - Component resource added using @ResourceDependency annotation from a facelet component should have an id defined by facelets * [MYFACES-3663] - UIViewRoot.createUniqueId() should generate unique ids for all the component tree. * [MYFACES-3665] - f:metadata section removed when refresh view and is not included in the template directly * [MYFACES-3666] - IE8 with XHR turned off fails on Ajax cycle * [MYFACES-3668] - CLONE - UIForm.createUniqueId should take into account prependId logic * [MYFACES-3671] - jsf-uncompressed.js contains 'import' of not existing file '_FinalizeableObj.js' * [MYFACES-3695] - 'Cannot set header. Response already committed.' on WebSphere Application Server 7 and 8 * [MYFACES-3696] - Button rendering itself after ajax request loses type and other attributes * [MYFACES-3697] - Error while parsing Facelet-Lib hides the real reason when logging * [MYFACES-3698] - h:body onload and onunload attributes rendered twice if optimization enabled * [MYFACES-3699] - Attribute updates targeting the event handlers fail to work when 'this' or 'return' keywords are used * [MYFACES-3700] - Boolean attributes not updated properly * [MYFACES-3703] - @FacesRenderer does not seem to properly take renderKitId into account Improvement * [MYFACES-3586] - Performance improvement in Resource loading - HIGH CPU inflating bytes in ResourceHandlerImpl.handleResourceRequest * [MYFACES-3672] - TODO 'optimize this code' in ResourceHandlerImpl.isResourceIdentifierExcluded() regards, Leonardo Uribe