You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2022/12/15 17:30:05 UTC

[myfaces] branch 2.3.x updated (7a2efa0fd -> 92c2dd6a6)

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

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


    from 7a2efa0fd Merge pull request #433 from werpu/2.3.x
     new 9715971b0 Ignore .vscode
     new 5bfe3d075 MYFACES-4527: Check for existing writer before creating one
     new 9d7caaca2 MYFACES-4524: Create exact mapping when non faces mapping matches servlet path
     new 00ea03c02 MyFaces-4501: writePreamble to every ajax response
     new 38a244645 MYFACES-4500: throw ISE in ajax request if redirect is already completed
     new 39598ab19 MYFACES-4507: Create contextual storage if it doesn't exist for flow
     new 92c2dd6a6 Merge pull request #429 from volosied/ports-fixes-2.3.x

The 4748 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:
 .gitignore                                                   |  3 ++-
 .../main/java/javax/faces/context/PartialResponseWriter.java | 12 ++++++++++--
 .../myfaces/context/servlet/PartialViewContextImpl.java      |  3 +--
 .../myfaces/context/servlet/ServletExternalContextImpl.java  |  4 ++++
 .../org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java   |  2 +-
 .../view/facelets/FaceletViewDeclarationLanguage.java        |  6 +++++-
 pom.xml                                                      |  1 +
 .../myfaces/shared/application/FacesServletMappingUtils.java |  2 +-
 8 files changed, 25 insertions(+), 8 deletions(-)