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...@gmail.com> on 2010/12/14 02:20:39 UTC

[ANNOUNCE] release of myfaces commons v 1.0.1

The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Commons 1.0.1.

This project contains non-renderkit-specific code that can be used with any
myfaces jsf framework.

MyFaces Commons 1.0.1 is available in both binary and source distributions.

    * http://myfaces.apache.org/commons/download.html

Apache MyFaces Commons is available in the central Maven repository under
Group ID "org.apache.myfaces.commons".

Release Notes - MyFaces Commons - Version 1.0.1

Bug

    * [MFCOMMONS-1] - id attribute for html components on JSF 1.2 could be
set via an rtexprvalue (but not by a ValueExpression)
    * [MFCOMMONS-3] - <mc:exportActionListener> does not work with Facelets
    * [MFCOMMONS-8] - EnumConverter can't fetch target class automatically
    * [MFCOMMONS-16] - EL expressions are to evaluated on validation time
for Validator classes on facelets
    * [MFCOMMONS-22] - Detail message for mcv:validateDateRestriction is not
clear
    * [MFCOMMONS-24] - Copy myfaces messages from
javax.faces.Messages.properties to myfaces commons utils bundle
    * [MFCOMMONS-26] - validateRegExpr doesnt support value binding in
patter property

Improvement

    * [MFCOMMONS-4] - Adding Facelets example module to test components
    * [MFCOMMONS-6] - <mc:exporterActionListener> just reads first
outputText of content
    * [MFCOMMONS-13] - Update MessageUtils to new implementation in shared
    * [MFCOMMONS-14] - Add new utility class for init parameters
WebConfigParamUtils
    * [MFCOMMONS-15] - Move and document some very useful classes from
shared to myfaces commons utils
    * [MFCOMMONS-17] - Add facelet function findComponent
    * [MFCOMMONS-18] - Use myfaces builder annotations instead doclets
    * [MFCOMMONS-19] - Create branch for JSF 2.0
    * [MFCOMMONS-21] - Update shale-test dependency with myfaces-test
    * [MFCOMMONS-23] - Test for classes on tld and faces-config.xml requires
connection to java.sun.com
    * [MFCOMMONS-25] - Add Facelets Support to myfaces commons

New Feature

    * [MFCOMMONS-12] - Add ConverterBase class to allow create converters
that evaluate EL expressions at render time
    * [MFCOMMONS-20] - Add mc:outputClientId component and Facelets EL
function

Enjoy!

Leonardo Uribe