quarkus-faces
quarkus-faces copied to clipboard
Quarkus meets Faces
Hello, I'm working on an app that has to use Form Authentication. Normally we would just create a form posting to `/j_security_check` and that would work with Quarkus. But I...
I tried to add a programmatic view with the `@View` annotation, but when I access http://localhost:8080/facelet.xhml it returns 404 ``` @View("/facelet.xhtml") @ApplicationScoped public class FaceletView extends Facelet { @Override public...
Steps to reproduce it: Clone: `git clone https://github.com/melloware/quarkus-faces` Build: `mvn package -Pnative` Result: ``` Fatal error: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: An object of type 'jakarta.faces.model.ListDataModel' was found in the image heap. This type,...