You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
Another problem, as Emmanuel mentioned, is that currently it doesn't work in native mode on graal vm.
We are very close to get it working (Rafael is working on it: https://github.com/rmpestano/quarkus-myfaces) but there is one big problem....
To use @Named beans in xhtmls, reflection is required. So actually we must create reflection metadata for quarkus for every @Named Bean + all public getter/setter POJOs. The native image will be very big because of this overhead.
I'm currently not sure if its worth to run it in native. However, non-native mode works fine.
The text was updated successfully, but these errors were encountered:
JFYI: i wont invest much time here. Rafael is working on it already but not sure how much time he has.
i already invested like 40 hours to get the quarkus support working and we are 90+% feature complete
i'm not sure if native mode is really required for a JSF application.
However, if someone needs it, feel free to provide a PR (+ contact me and rafael) or think about sponsoring it.
The text was updated successfully, but these errors were encountered: