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/11/12 21:54:46 UTC

[myfaces] branch 2.3.x updated (03da762 -> 2ba1106)

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 03da762  MYFACES-4304 - dynamic ui:include doesn't always work
     new f1c8f29  MYFACES-4309: create session in render response if needed If a given view is not transient and server side state saving is used, we should always create a session since some scopes need one.  A new parm ALWAYS_FORCE_SESSION_CREATION (default=true in 2.3) is added to enable that behavior even if a view is transient or client side state saving is enabled.
     new ede3c0f  MYFACES-4309 cache MyfacesConfig and improve doc for new parm
     new 1a68028  MYFACES-4309 improve comment
     new 2ba1106  Merge pull request #71 from wtlucy/MYFACES-4309_2.3.x

The 4624 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:
 .../myfaces/lifecycle/RenderResponseExecutor.java  | 38 +++++++++++++++++++++-
 .../myfaces/shared/config/MyfacesConfig.java       | 32 ++++++++++++++++++
 2 files changed, 69 insertions(+), 1 deletion(-)