You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by wt...@apache.org on 2018/12/05 21:29:04 UTC

[myfaces] branch 2.3.x updated (d1bf2be -> 9b78cc1)

This is an automated email from the ASF dual-hosted git repository.

wtlucy pushed a change to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git.


    from d1bf2be  MYFACES-4271 [perf] DefaultViewHandlerSupport cache is not always used
     add f1d29c9  MYFACES-4267 - fix transient template inheritance
     add 11b3a35  MYFACES-4267 update unit test
     new 9b78cc1  Merge pull request #32 from wtlucy/templateTransientIssue-2.3.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../facelets/FaceletViewDeclarationLanguage.java   | 28 ++++---
 .../view/facelets/stateless/StatelessTest.java     | 90 +++++++---------------
 .../view/facelets/stateless/stateless.xhtml        |  2 +-
 3 files changed, 40 insertions(+), 80 deletions(-)


[myfaces] 01/01: Merge pull request #32 from wtlucy/templateTransientIssue-2.3.x

Posted by wt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wtlucy pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 9b78cc1fc24d3d70b9b39a0f67600ed8c9ea550b
Merge: d1bf2be 11b3a35
Author: Bill Lucy <wt...@gmail.com>
AuthorDate: Wed Dec 5 16:28:59 2018 -0500

    Merge pull request #32 from wtlucy/templateTransientIssue-2.3.x
    
    MYFACES-4267 transient template inheritance issue - 2.3.x

 .../facelets/FaceletViewDeclarationLanguage.java   | 28 ++++---
 .../view/facelets/stateless/StatelessTest.java     | 90 +++++++---------------
 .../view/facelets/stateless/stateless.xhtml        |  2 +-
 3 files changed, 40 insertions(+), 80 deletions(-)