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:20:27 UTC

[myfaces] branch 2.3.x updated (9943907 -> ded01b3)

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 9943907  MYFACES-4281
     new 46e34f1  MYFACES-4282 don't clear view map while building view metadata
     new b52291c  MYFACES-4282 basic unittest
     new ded01b3  Merge pull request #46 from wtlucy/4282-skip_viewMap_clear

The 4597 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