You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@myfaces.apache.org by Leonardo Uribe <lu...@apache.org> on 2016/09/20 21:40:36 UTC

[ANNOUNCE] MyFaces Core v2.2.11 Release

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

MyFaces Core is a JavaServer(tm) Faces 2.2 implementation as specified by
JSR-344.

The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip).

MyFaces Core 2.2.11 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.2.11

Bug

    [MYFACES-4036] - UIData state is not restorable when rowStatePreserved
is set to true
    [MYFACES-4047] - @PreDestroy method not invokved on
javax.faces.bean.ViewScoped beans on Session invalidation
    [MYFACES-4048] - TransientStateHolder values must be stored in the
state if current phase is before render response
    [MYFACES-4049] - JSF myfaces unsynchronized access to a WeakHashMap
    [MYFACES-4050] - Validators not invoked for empty selectManyCheckbox
components
    [MYFACES-4051] - FacesMessage.Severity always set to ERROR after
ValidatorException
    [MYFACES-4052] - Multiple <f:param> with same name encodes only last
one in link URL
    [MYFACES-4057] - Serializable ViewScopeContextualStorage references
non-serializable BeanManager
    [MYFACES-4060] - Required attribute of h:inputFile tag is not working

Improvement

    [MYFACES-4046] - Allow programmatic component with ui:include with
ui:param

Task

    [MYFACES-4045] - Review Faces Flow reentrant condition

regards,

Leonardo Uribe

Re: [ANNOUNCE] MyFaces Core v2.2.11 Release

Posted by Mike Kienenberger <mk...@gmail.com>.
+1 on this.   While the "for web applications" limitation isn't
technically correct, it is true in practice.

On Fri, Sep 23, 2016 at 5:27 AM, Dennis Kieselhorst <ma...@dekies.de> wrote:
> Mike Kienenberger wrote
>> We should probably add a description with less buzz words to describe
>> JavaServer Faces for our MyFaces release announcements.
>
> The Oracle description isn't better:
> http://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html
>
> I would go for the first Wikipedia sentence:
> "JavaServer Faces (JSF) is a Java specification for building component-based
> user interfaces for web applications."
>
> Regards
> Dennis
>
>
>
> --
> View this message in context: http://myfaces.10567.n7.nabble.com/ANNOUNCE-MyFaces-Core-v2-2-11-Release-tp122237p122253.html
> Sent from the My Faces - Dev mailing list archive at Nabble.com.

Re: [ANNOUNCE] MyFaces Core v2.2.11 Release

Posted by Dennis Kieselhorst <ma...@dekies.de>.
Mike Kienenberger wrote
> We should probably add a description with less buzz words to describe
> JavaServer Faces for our MyFaces release announcements. 

The Oracle description isn't better:
http://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html

I would go for the first Wikipedia sentence:
"JavaServer Faces (JSF) is a Java specification for building component-based
user interfaces for web applications."

Regards
Dennis



--
View this message in context: http://myfaces.10567.n7.nabble.com/ANNOUNCE-MyFaces-Core-v2-2-11-Release-tp122237p122253.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

Re: [ANNOUNCE] MyFaces Core v2.2.11 Release

Posted by Mike Kienenberger <mk...@gmail.com>.
We should probably add a description with less buzz words to describe
JavaServer Faces for our MyFaces release announcements.  Anyone want
to step forward and propose something?

On Tue, Sep 20, 2016 at 5:40 PM, Leonardo Uribe <lu...@apache.org> wrote:
> The Apache MyFaces team is pleased to announce the release of MyFaces Core
> 2.2.11.
>
> MyFaces Core is a JavaServer(tm) Faces 2.2 implementation as specified by
> JSR-344.
>
> The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip).
>
> MyFaces Core 2.2.11 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.2.11
>
> Bug
>
>     [MYFACES-4036] - UIData state is not restorable when rowStatePreserved
> is set to true
>     [MYFACES-4047] - @PreDestroy method not invokved on
> javax.faces.bean.ViewScoped beans on Session invalidation
>     [MYFACES-4048] - TransientStateHolder values must be stored in the
> state if current phase is before render response
>     [MYFACES-4049] - JSF myfaces unsynchronized access to a WeakHashMap
>     [MYFACES-4050] - Validators not invoked for empty selectManyCheckbox
> components
>     [MYFACES-4051] - FacesMessage.Severity always set to ERROR after
> ValidatorException
>     [MYFACES-4052] - Multiple <f:param> with same name encodes only last
> one in link URL
>     [MYFACES-4057] - Serializable ViewScopeContextualStorage references
> non-serializable BeanManager
>     [MYFACES-4060] - Required attribute of h:inputFile tag is not working
>
> Improvement
>
>     [MYFACES-4046] - Allow programmatic component with ui:include with
> ui:param
>
> Task
>
>     [MYFACES-4045] - Review Faces Flow reentrant condition
>
> regards,
>
> Leonardo Uribe