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

[myfaces] branch 3.0.x updated (88f1664ed -> 16c669644)

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

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


    from 88f1664ed MYFACES-4512: avoid NPE in createView (#406)
     new 7cc1d666b Ignore .vscode
     new 7bbb79baa MYFACES-4527: Check for existing writer before creating one
     new 5520533fd MYFACES-4524: Create exact mapping when non faces mapping matches servlet path
     new d6ca3baeb MyFaces-4501: writePreamble to every ajax response
     new 6b2a22566 MYFACES-4500: throw ISE in ajax request if redirect is already completed
     new e8fb5f8e7 MYFACES-4507: Create contextual storage if it doesn't exist for flow
     new 16c669644 Merge pull request #430 from volosied/port-fixes-3.0.x

The 4777 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 ++-
 .../java/jakarta/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(-)