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

[myfaces] branch 2.3-next updated (36e2a1233 -> b0f7b4db5)

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

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


    from 36e2a1233 Merge pull request #434 from werpu/2.3-next
     new eba9cf284 Ignore .vscode
     new a2409b572 MYFACES-4527: Check for existing writer before creating one
     new 682b9c5b5 MYFACES-4524: Create exact mapping when non faces mapping matches servlet path
     new f700ea417 MyFaces-4501: writePreamble to every ajax response
     new ced55ee21 MYFACES-4500: throw ISE in ajax request if redirect is already completed
     new ab7bff2b9 MYFACES-4507: Create contextual storage if it doesn't exist for flow
     new 7f9e93fbd MYFACES-4508: Handle Integer Only Parse Position
     new ddcc8aec5 Update NumberConveterTest for MYFACES-4508
     new b0f7b4db5 Merge pull request #431 from volosied/port-fixes-2.3-next

The 5573 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 ++-
 .../javax/faces/context/PartialResponseWriter.java   | 12 ++++++++++--
 .../java/javax/faces/convert/NumberConverter.java    | 17 ++++++++++++++---
 .../application/FacesServletMappingUtils.java        |  2 +-
 .../context/servlet/PartialViewContextImpl.java      |  3 +--
 .../context/servlet/ServletExternalContextImpl.java  |  4 ++++
 .../myfaces/flow/cdi/FlowScopedContextImpl.java      |  2 +-
 .../facelets/FaceletViewDeclarationLanguage.java     |  6 +++++-
 .../javax/faces/convert/NumberConverterTest.java     | 20 +++++++++++++++++++-
 pom.xml                                              |  1 +
 10 files changed, 58 insertions(+), 12 deletions(-)