Re: [ANNOUNCE] MyFaces Core v2.2.11 Release

2016-09-29 Thread Mike Kienenberger
+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  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

2016-09-23 Thread Dennis Kieselhorst
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

2016-09-21 Thread Mike Kienenberger
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  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  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