Return-Path: X-Original-To: apmail-myfaces-commits-archive@www.apache.org Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78032DBF8 for ; Wed, 5 Dec 2012 16:24:00 +0000 (UTC) Received: (qmail 21113 invoked by uid 500); 5 Dec 2012 15:58:26 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 21076 invoked by uid 500); 5 Dec 2012 15:58:25 -0000 Mailing-List: contact commits-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 commits@myfaces.apache.org Received: (qmail 21049 invoked by uid 99); 5 Dec 2012 15:58:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 15:58:25 +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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 15:58:21 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 93B15657 for ; Wed, 5 Dec 2012 15:58:00 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 05 Dec 2012 15:57:58 -0000 Message-ID: <20121205155758.67343.51597@eos.apache.org> Subject: =?utf-8?q?=5BMyfaces_Wiki=5D_Update_of_=22CoreRelease2110=22_by_LeonardoU?= =?utf-8?q?ribe?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for c= hange notification. The "CoreRelease2110" page has been changed by LeonardoUribe: http://wiki.apache.org/myfaces/CoreRelease2110?action=3Ddiff&rev1=3D4&rev2= =3D5 = Release Notes - MyFaces Core - Version 2.1.10 = = - Sub-task - = - * [MYFACES-3564] - [perf] remove viewId sent inside token in HtmlResp= onseStateManager - * [MYFACES-3565] - Add client side timestamp for view state expiration - * [MYFACES-3566] - Add random token option for server side state savi= ng - * [MYFACES-3567] - [perf] do not include empty delta state array in b= oth client side and server side state saving - * [MYFACES-3568] - [perf] use viewId hashCode() instead full viewId o= n server side state saving SerializedViewKey - = Bug = + [MYFACES-3613] - NPE in composite component when ActionListener is mi= ssing in the source + [MYFACES-3616] - Javascript: Method call with wrong argument size aft= er error in AJAX request/response + [MYFACES-3617] - NullPointerException occurs when using an EL Express= ion in f:viewParam name attribute + [MYFACES-3618] - jsf.js: ajax response is missing a param in the erro= r handing of replaceHtmlItem + [MYFACES-3620] - jsf.js: @this results in a javascript error + [MYFACES-3626] - f:ajax execute '@none' submitted as explicit request= param, firing source listeners + [MYFACES-3627] - jsf.js: DomExperimental.js isMultipartCandidate fail= s on older IE Versions + [MYFACES-3630] - PartialViewContextImpl.findHeadComponent and findBod= yComponent does not take into account h:head or h:body inside child of UIVi= ewRoot + [MYFACES-3631] - Malformed Ajax XML Response with duplicated IDs + [MYFACES-3632] - resource bundle name with bean property collition wh= en trying to set value + [MYFACES-3637] - jsf.js: All Script Tags are Evaluated (wrong behavio= r) + [MYFACES-3638] - NPE in ServerSideStateCacheImpl + [MYFACES-3641] - ViewDeclarationLanguageFactoryImpl.getViewDeclaratio= nLanguage(String viewId) should not throw exception if no associate VDL can= be found + [MYFACES-3646] - remove unused src/main/old from core-impl + [MYFACES-3649] - myfaces-shaded-impl always unpacks myfaces-2.1.1 - * [MYFACES-3383] - Self nested Composite Component leads to EL Stack = Overflow - * [MYFACES-3520] - False evaluation of variables/params with the same= name (c:forEach "var" and "varStatus" should be page scoped) - * [MYFACES-3574] - Update of 'javax.faces.ViewState' input elements f= ails - * [MYFACES-3579] - Inconsistent message order in h:messages - * [MYFACES-3580] - Searching for JAR in RAR by facelets Claspath util= causes FileNotFoundException - * [MYFACES-3581] - @EJB injection into a @ViewScoped bean causes CNFE - * [MYFACES-3583] - h:outputFormat renders unneccessary tag - * [MYFACES-3584] - h:commandLink renders onclick JavaScript referenci= ng a non-existent HTML id - * [MYFACES-3585] - FacesContextFactoryImpl is not released in FacesCo= ntextImpl.release() - * [MYFACES-3589] - Allow multiple resolutions of cc into the same EL = expression - * [MYFACES-3590] - AccessControlException occurs in Classpath._search= Dir - * [MYFACES-3591] - Labels with EL expressions are not shown in messag= es if partial state saving is disabled - * [MYFACES-3594] - ClassCastException after application restart due t= o UIViewParameter Renderer Cacheing - * [MYFACES-3597] - Wrong message indicating ri or myfaces in the clas= spath - * [MYFACES-3598] - ViewExpiredException during logout after the 3rd l= ogin - * [MYFACES-3605] - Expression ClassCastException = Improvement = + [MYFACES-3619] - Define a special property to specify when a componen= t is created by facelets ( oam.vf.addedByHandler ) + [MYFACES-3623] - [perf] avoid use HashSet for check empty html elemen= ts in HtmlResponseWriterImpl + [MYFACES-3628] - [perf] do not calculate facelets view mappings and c= ontext suffixes if not necessary + [MYFACES-3635] - [perf] Improvements over #{cc} and #{cc.attrs} evalu= ation + [MYFACES-3645] - review/refactor/document ViewState handling - * [MYFACES-3562] - [perf] Optimize UIOutput.saveState(FacesContext) - * [MYFACES-3563] - Improvements in State Saving Algorithm - * [MYFACES-3572] - [perf] remember initial state for properties chang= ed in normal JSF lifecycle - * [MYFACES-3573] - Log only once unified EL / bean validation presence - * [MYFACES-3576] - [perf] use get() over eval() for UIViewRoot.getVie= wId() - * [MYFACES-3600] - Prevent create additional facet panel when html ma= rkup is used - * [MYFACES-3601] - Avoid call UIViewRoot.setViewId(...) when it is no= t necessary to prevent state creation = New Feature = - * [MYFACES-3553] - [GAE] Add param to select jar files to be scanned = for .faces-config.xml or .taglib.xml or annotations + [MYFACES-3612] - [perf] compress/remove spaces for facelets html mark= up + [MYFACES-3636] - Add new Web Context Parameter to set Resource Buffer= Size = regards, =20