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:09 UTC

[myfaces] branch 2.2.x updated (83638b4 -> a398d01)

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

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


    from 83638b4  null check
     add 3eea710  MYFACES-4267 - fix transient template inheritance
     add 3c171e3  MYFACES-4267 unit test
     new a398d01  Merge pull request #33 from wtlucy/templateTransientIssue-2.2.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   | 27 +++----
 .../view/facelets/stateless/StatelessTest.java     | 93 ++++++++++++++++++++++
 .../view/facelets/stateless/stateless.xhtml        | 24 ++++++
 .../myfaces/view/facelets/stateless/template.xhtml | 15 ++++
 4 files changed, 144 insertions(+), 15 deletions(-)
 create mode 100644 impl/src/test/java/org/apache/myfaces/view/facelets/stateless/StatelessTest.java
 create mode 100644 impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/stateless.xhtml
 create mode 100644 impl/src/test/resources/org/apache/myfaces/view/facelets/stateless/template.xhtml


[myfaces] 01/01: Merge pull request #33 from wtlucy/templateTransientIssue-2.2.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.2.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit a398d017e0f9f5bed5d0ad2002bc1829b7e12715
Merge: 83638b4 3c171e3
Author: Bill Lucy <wt...@gmail.com>
AuthorDate: Wed Dec 5 16:29:05 2018 -0500

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

 .../facelets/FaceletViewDeclarationLanguage.java   | 27 +++----
 .../view/facelets/stateless/StatelessTest.java     | 93 ++++++++++++++++++++++
 .../view/facelets/stateless/stateless.xhtml        | 24 ++++++
 .../myfaces/view/facelets/stateless/template.xhtml | 15 ++++
 4 files changed, 144 insertions(+), 15 deletions(-)