You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Leonardo Uribe <lu...@apache.org> on 2011/05/29 23:16:06 UTC

[ANNOUNCE] MyFaces Core v2.0.6 Release

The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.6.

MyFaces Core is a JavaServer(tm) Faces 2.0 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.0.6 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.0.6

Sub-task

     * [MYFACES-3134] - Move all code related to state caching into one place
     * [MYFACES-3137] - Align ResponseStateManager implementation with the spec
     * [MYFACES-3138] - Simplify ResponseStateManager implementation code

Bug

     * [MYFACES-2924] - Component bindings are not reset when explicit navigation to the same page is derived from action
     * [MYFACES-3080] - 'begin' event does not have 'status' property set
     * [MYFACES-3100] - Repeated postbacks create additional serialized views
     * [MYFACES-3101] - NavigationHandlerImpl throws NullpointerException if view is expired
     * [MYFACES-3107] - FacesConfigurator doesn't recognize Tobago
     * [MYFACES-3108] - ResourceHandlerCache does not honor localePrefix
     * [MYFACES-3109] - UIInput SystemEvents are called with wrong sourceBaseTyp
     * [MYFACES-3114] - jsf.js jsf.ajax.response relies on internal parameters
     * [MYFACES-3115] - jsf.js event handler source id might be missing
     * [MYFACES-3116] - MyFaces cannot resolve @ManagedProperty on startup, throws UnsupportedOperationException
     * [MYFACES-3117] - Current server state saving implementation prevents multi-window usage
     * [MYFACES-3118] - jsf.js: ie9 fixes
     * [MYFACES-3125] - ValidatorTagHandlerDelegate does not invoke next handler in partial processing mode, which damages the component structure
     * [MYFACES-3131] - jsf.js:tables not rendering after ajax call in internet explorer 6
     * [MYFACES-3132] - javax.faces.context.ResponseWriterWrapper implementation is overdone
     * [MYFACES-3139] - jsf.js: various ie fixes of the final pre release testing round
     * [MYFACES-3140] - FacesMessage.VALUES is not ordered properly
     * [MYFACES-3141] - FacesMessage implements Serializable but cannot be serialized
     * [MYFACES-3142] - h:outputScript and h:outputStylesheet renderer listeners cannot implement PartialStateHolder
     * [MYFACES-3152] - javax.faces.application.StateManager default implementation for writeState and saveSerializedView needs to be implemented
     * [MYFACES-3154] - UIDebug doesn't check for existing url parameters

Improvement

     * [MYFACES-1753] - Do not require to buffer the output with server-side-state-saving
     * [MYFACES-1791] - state management and multiple frames
     * [MYFACES-3111] - [PERF] Review UIData.saveDescendantComponentStates and restoreDescendantComponentStates
     * [MYFACES-3129] - [PERF] Call first getChildCount() or getFacetCount() before try to create the iterator

Task

     * [MYFACES-3095] - Check h:button and h:link modifications.

regards,

Leonardo Uribe