You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2012/12/05 16:59:10 UTC

[Myfaces Wiki] Update of "CoreRelease2016" by LeonardoUribe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "CoreRelease2016" page has been changed by LeonardoUribe:
http://wiki.apache.org/myfaces/CoreRelease2016?action=diff&rev1=3&rev2=4

  
  Release Notes - MyFaces Core - Version 2.0.16 
  
- Sub-task
- 
-     * [MYFACES-3564] - [perf] remove viewId sent inside token in HtmlResponseStateManager
-     * [MYFACES-3565] - Add client side timestamp for view state expiration
-     * [MYFACES-3566] - Add random token option for server side state saving
-     * [MYFACES-3567] - [perf] do not include empty delta state array in both client side and server side state saving
-     * [MYFACES-3568] - [perf] use viewId hashCode() instead full viewId on server side state saving SerializedViewKey
- 
  Bug
  
+     [MYFACES-3613] - NPE in composite component when ActionListener is missing in the source
+     [MYFACES-3616] - Javascript: Method call with wrong argument size after error in AJAX request/response
+     [MYFACES-3617] - NullPointerException occurs when using an EL Expression in f:viewParam name attribute
+     [MYFACES-3618] - jsf.js: ajax response is missing a param in the error 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 fails on older IE Versions
+     [MYFACES-3630] - PartialViewContextImpl.findHeadComponent and findBodyComponent does not take into account h:head or h:body inside child of UIViewRoot
+     [MYFACES-3631] - Malformed Ajax XML Response with duplicated IDs
+     [MYFACES-3632] - resource bundle name with bean property collition when trying to set value
+     [MYFACES-3637] - jsf.js: All Script Tags are Evaluated (wrong behavior)
+     [MYFACES-3638] - NPE in ServerSideStateCacheImpl
+     [MYFACES-3641] - ViewDeclarationLanguageFactoryImpl.getViewDeclarationLanguage(String viewId) should not throw exception if no associate VDL can be found
-     * [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 fails
-     * [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 <span> tag
-     * [MYFACES-3584] - h:commandLink renders onclick JavaScript referencing a non-existent HTML id
-     * [MYFACES-3585] - FacesContextFactoryImpl is not released in FacesContextImpl.release()
-     * [MYFACES-3589] - Allow multiple resolutions of cc into the same EL expression
-     * [MYFACES-3590] - AccessControlException occurs in Classpath._searchDir
-     * [MYFACES-3591] - Labels with EL expressions are not shown in messages if partial state saving is disabled
-     * [MYFACES-3594] - ClassCastException after application restart due to UIViewParameter Renderer Cacheing
-     * [MYFACES-3597] - Wrong message indicating ri or myfaces in the classpath
-     * [MYFACES-3598] - ViewExpiredException during logout after the 3rd login
-     * [MYFACES-3605] - Expression ClassCastException
  
  Improvement
  
+     [MYFACES-3619] - Define a special property to specify when a component is created by facelets ( oam.vf.addedByHandler )
+     [MYFACES-3623] - [perf] avoid use HashSet for check empty html elements in HtmlResponseWriterImpl
+     [MYFACES-3628] - [perf] do not calculate facelets view mappings and context suffixes if not necessary
+     [MYFACES-3635] - [perf] Improvements over #{cc} and #{cc.attrs} evaluation
-     * [MYFACES-3562] - [perf] Optimize UIOutput.saveState(FacesContext)
-     * [MYFACES-3563] - Improvements in State Saving Algorithm
-     * [MYFACES-3572] - [perf] remember initial state for properties changed in normal JSF lifecycle
-     * [MYFACES-3573] - Log only once unified EL / bean validation presence
-     * [MYFACES-3576] - [perf] use get() over eval() for UIViewRoot.getViewId()
-     * [MYFACES-3600] - Prevent create additional facet panel when html markup is used
-     * [MYFACES-3601] - Avoid call UIViewRoot.setViewId(...) when it is not 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-3636] - Add new Web Context Parameter to set Resource Buffer Size
  
  regards,