Re: [ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-14 Thread Howard W. Smith, Jr.
Understood. thanks again for the response, Leonardo.



On Tue, Jan 14, 2014 at 9:30 AM, Leonardo Uribe  wrote:

> Hi Howard
>
> 2014/1/13 Howard W. Smith, Jr. :
> > Leonardo,
> >
> > Some questions for you:
> >
> > 1. How has MyFaces 2.2 (beta) release been performing and/or accepted by
> > MyFaces user community?
> >
>
> We have received some good feedback that has helped a lot to get the new
> release.
>
> > 2. Any big corporation/names start using MyFaces 2.2 (beta) release yet?
> >
>
> If things goes like it was in 2.0, it still will take a couple of
> releases so more
> people start using fully the new artifacts, but since we are 2.2 I hope the
> adoption will be faster.
>
> > 3. Does MyFaces 2.2 perform better than MyFaces 2.1.x (latest release)?
> >
>
> Yes, there are some improvements in session size / state management that
> will help. From speed perspective, with the same flags enabled both perform
> more or less the same.
>
> > 4. Do you think you will create 2 or 3 blog posts about MyFaces 2.2
> > performance against Mojarra, Wicket, and Spring...like you did for
> MyFaces
> > 2.1.7?
> >
>
> Probably, but more as an update to keep track what has happened.
>
> regards,
>
> Leonardo Uribe
>
> > Thanks,
> > Howard
> >
> >
> > On Mon, Jan 13, 2014 at 11:29 PM, Leonardo Uribe 
> wrote:
> >
> >> The Apache MyFaces team is pleased to announce the release of MyFaces
> >> Core 2.2.0.
> >>
>


Re: [ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-14 Thread Leonardo Uribe
Hi Howard

2014/1/13 Howard W. Smith, Jr. :
> Leonardo,
>
> Some questions for you:
>
> 1. How has MyFaces 2.2 (beta) release been performing and/or accepted by
> MyFaces user community?
>

We have received some good feedback that has helped a lot to get the new
release.

> 2. Any big corporation/names start using MyFaces 2.2 (beta) release yet?
>

If things goes like it was in 2.0, it still will take a couple of
releases so more
people start using fully the new artifacts, but since we are 2.2 I hope the
adoption will be faster.

> 3. Does MyFaces 2.2 perform better than MyFaces 2.1.x (latest release)?
>

Yes, there are some improvements in session size / state management that
will help. From speed perspective, with the same flags enabled both perform
more or less the same.

> 4. Do you think you will create 2 or 3 blog posts about MyFaces 2.2
> performance against Mojarra, Wicket, and Spring...like you did for MyFaces
> 2.1.7?
>

Probably, but more as an update to keep track what has happened.

regards,

Leonardo Uribe

> Thanks,
> Howard
>
>
> On Mon, Jan 13, 2014 at 11:29 PM, Leonardo Uribe  wrote:
>
>> The Apache MyFaces team is pleased to announce the release of MyFaces
>> Core 2.2.0.
>>


Re: [ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-13 Thread Howard W. Smith, Jr.
Leonardo,

Some questions for you:

1. How has MyFaces 2.2 (beta) release been performing and/or accepted by
MyFaces user community?

2. Any big corporation/names start using MyFaces 2.2 (beta) release yet?

3. Does MyFaces 2.2 perform better than MyFaces 2.1.x (latest release)?

4. Do you think you will create 2 or 3 blog posts about MyFaces 2.2
performance against Mojarra, Wicket, and Spring...like you did for MyFaces
2.1.7?

Thanks,
Howard


On Mon, Jan 13, 2014 at 11:29 PM, Leonardo Uribe  wrote:

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


[ANNOUNCE] MyFaces Core v2.2.0 Release

2014-01-13 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.2.0.

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.0 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".

Bug

[MYFACES-3820] - UIInput.setSubmittedValue() cause recursive call
when calling getSubmittedValue() on Debug
[MYFACES-3821] - Implement UIData.setDataModel(...)
[MYFACES-3824] - @FlowScope with no defining documentId set cannot
found active flow with explicit documentId
[MYFACES-3829] - alwaysRecompile logged as wrong value for
org.apache.myfaces.CACHE_EL_EXPRESSIONS on startup
[MYFACES-3830] - Component created using @FacesComponent with
createTag=true and @ResourceDependency makes initialization fail
[MYFACES-3831] - CacheELFaceletCacheImpl is not storing the
compiled template (only when "alwaysRecompile" is enabled)
[MYFACES-3832] - disableClientWindow is not fully implemented
[MYFACES-3834] - Restore
org.apache.myfaces.config.impl.digester.elements.FacesConfig to avoid
tomee integration to fail
[MYFACES-3835] - ViewState gets truncated on chrome with richfaces
fileupload component
[MYFACES-3836] - f:ajax disabled=false in commandButton with
onclick prevents form submission
[MYFACES-3837] - ui:debug renders an & but it should be &
because the markup is inside a CDATA section
[MYFACES-3838] - LegacyUserTagHandler should implement
ComponentContainerHandler
[MYFACES-3839] - Relative implicit link not found when it
reference parent nodes.

Improvement

[MYFACES-3804] - Use the same key in server side state saving for
ajax requests
[MYFACES-3806] - Destroy ViewScope beans when view is discarded
from view state.
[MYFACES-3815] - Lazy instantiation of Renderer classes
[MYFACES-3819] - Allow override resource components using a tag handler
[MYFACES-3823] - [perf] use a preinitialized table of unique ids
for UIViewRoot.createUniqueId(...)
[MYFACES-3825] - [perf] Cache EL expressions using an indirection
for ui:param and user tag attributes
[MYFACES-3828] - [perf] Do not store the namespace into state for
dynamic components

New Feature

[MYFACES-3664] - JSF View Pooling (going beyond JSF Stateless Mode)

Task

[MYFACES-3647] - remove JspStateManagerImpl and other unused stuff
in this area
[MYFACES-3715] - Remove unnecessary parameters or features from
earlier versions in MyFaces 2.2
[MYFACES-3809] - Add http://java.sun.com/jstl/core as a valid
namespace for "c" jstl library in facelets
[MYFACES-3810] - Add compatibility mode for facelets 1.1.x behavior
[MYFACES-3811] - Fix c:forEach behavior once for all
[MYFACES-3812] - Cleanup Facelets Initialization Code and decouple
facelets taglibrary config parsing
[MYFACES-3813] - Cleanup
org.apache.myfaces.config.impl.digester.elements package
[MYFACES-3814] - Allow ServiceProviderFinder to be initialized at startup
[MYFACES-3818] - Unify behavior of composite component renderer
[MYFACES-3822] - General cleanup and remove unused web config params
[MYFACES-3826] - Add junit test case for MyFaces and CDI
[MYFACES-3827] - Replace .xsd with the ones from geronimo or
written from scratch

regards,

Leonardo Uribe