NOTE: it has been moved to MyFaces directly: https://github.com/apache/myfaces/tree/master/extensions/quarkus/
Prototype implementation of a JSF / MyFaces Core module for Quarkus. It's completely based on MyFaces 3.x as some changes were required.
- You need to put your views under src/main/resources/META-INF/resources as Quarkus doesn't create a WAR and src/main/webapp is ignored!
- Session replication / passivation / clustering is not supported by Quarkus
- https://github.com/apache/myfaces.git
- mvn clean install -DskipTests
- cd quarkus-myfaces
- mvn clean install
- cd quarkus-myfaces-showcase
- mvn compile quarkus:dev