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/10/19 20:18:48 UTC

[myfaces] branch main updated (90ab05fa5 -> 93a47f3c7)

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

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


    from 90ab05fa5 MYFACES-4445: websockets refactoring (#348)
     new 963523840 MYFACES-4477 Fix Programmatic Views
     new 979148010 Create ProgrammaticViewTest & Bean
     new 93a47f3c7 Merge pull request #338 from volosied/MYFACES-4477

The 5779 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:
 .../apache/myfaces/application/ViewIdSupport.java  | 33 +++++---
 .../view/facelets/impl/DefaultFaceletFactory.java  | 16 ++++
 .../view/facelets/impl/ProgrammaticViewBean.java   | 94 ++++++++++++++++++++++
 .../view/facelets/impl/ProgrammaticViewTest.java   | 64 +++++++++++++++
 .../myfaces/view/facelets/impl/Test1581Bean.java   | 16 ++--
 5 files changed, 205 insertions(+), 18 deletions(-)
 create mode 100644 impl/src/test/java/org/apache/myfaces/view/facelets/impl/ProgrammaticViewBean.java
 create mode 100644 impl/src/test/java/org/apache/myfaces/view/facelets/impl/ProgrammaticViewTest.java
 copy integration-tests/protectedViews/src/main/java/org/apache/myfaces/core/integrationtests/IntegrationTestBean.java => impl/src/test/java/org/apache/myfaces/view/facelets/impl/Test1581Bean.java (79%)