You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/03/02 09:09:46 UTC

[myfaces] branch master updated (0f083ab -> 6c5845c)

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

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


    from 0f083ab  fixed cocurrent test execution
     new 260a0e3  - Enable native mode - adds tests for jvm and native mode
     new 2fe17af  - fix lazy sorter - adds readme for showcase
     new e550f33  readme update
     new 19b5df4  removes unnecessary classes registered for reflection
     new 6c5845c  Merge pull request #88 from rmpestano/native

The 5181 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:
 README.md                                          |    2 +-
 .../quarkus/deployment/MyFacesProcessor.java       | 1220 ++++++++++----------
 extensions/quarkus/pom.xml                         |    1 +
 extensions/quarkus/runtime/pom.xml                 |   55 +
 extensions/quarkus/showcase/README.md              |   35 +
 extensions/quarkus/showcase/pom.xml                |   20 +-
 .../quarkus/showcase/view/InputController.java     |    2 +-
 .../quarkus/showcase/view/LazySorter.java          |    8 +-
 .../extensions/quarkus/showcase/view/LazyView.java |    2 +-
 .../showcase/view/MethodHandleELResolverBean.java  |    2 +-
 .../quarkus/showcase/view/MyBacking.java           |    3 +-
 .../quarkus/showcase/view/MyValidator.java         |    3 +-
 .../src/main/resources/application.properties      |    6 +-
 .../quarkus/showcase/QuarkusMyFacesNativeIT.java   |    7 +
 .../showcase/QuarkusMyFacesShowcaseTest.java       |   43 +
 15 files changed, 789 insertions(+), 620 deletions(-)
 create mode 100644 extensions/quarkus/showcase/README.md
 create mode 100644 extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesNativeIT.java
 create mode 100644 extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java