You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@myfaces.apache.org by Manfred Geiler <ma...@apache.org> on 2006/05/09 08:23:07 UTC

[ANNOUNCE] MyFaces Core 1.1.3 Released

Hi All,

The MyFaces PMC is proud to announce a new and great release (1.1.3) of 
the MyFaces Core Implementation [1].

MyFaces Core is a JavaServer(tm) Faces 1.1 implementation as specified by 
JSR-127 [2]. It has passed Sun's TCK and is considered to be 100% 
compliant with the spec.

Find below a list of bugs that have been fixed in this release.

Have fun!
Manfred

P.S.: Many thanks to all the MyFaces team for helping. And once again 
especially to Sean Schofield, who has spent much time on bringing this 
release home.

[1] http://myfaces.apache.org/
[2] http://www.jcp.org/en/jsr/detail?id=127


Release Notes - MyFaces Core - Version 1.1.3

** Bug
     * [MYFACES-1092] - HtmlTableRendererBase.encodeInnerHtml() fails when 
data model returns -1 for getRowCount()
     * [MYFACES-1270] - Hot deployment in exploded mode is broken due to 
FacesConfigurator
     * [MYFACES-1289] - selectBooleanCheckbox does not call 
endElement("input")
     * [MYFACES-1290] - ServletFacesContextImpl.release() doesn't reset
     * [MYFACES-1299] - <f:facet name="header"/> doesn't allow multiple 
<h:outputText> inside

** Improvement
     * [MYFACES-1276] - Add new methods to HtmlFormBaseRenderer to ease 
integration support with AjaxAnywhere