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 2019/04/30 14:48:06 UTC

[myfaces] branch 2.2.x updated (c1e6daa -> cccf3cf)

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 c1e6daa  Merge pull request #48 from wtlucy/getFacesServletMappings_CNFE_2.2
     new 39ec355  MYFACES-4282 basic unittest
     new f69fd1f  MYFACES-4282 don't clear view map while building view metadata
     new cccf3cf  Merge pull request #51 from wtlucy/4282-skip_viewMap_clear_2.2

The 4173 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:
 .../context/servlet/FacesContextImplBase.java      |   6 +-
 .../context/servlet/FacesContextImplBaseTest.java  | 105 +++++++++++++++++++++
 2 files changed, 108 insertions(+), 3 deletions(-)
 create mode 100644 impl/src/test/java/org/apache/myfaces/context/servlet/FacesContextImplBaseTest.java