rmpestano edited a comment on issue #88: Quarkus native mode support URL: https://github.com/apache/myfaces/pull/88#issuecomment-593336681 For 1, if we remove it we get: ``` java.lang.ClassNotFoundException: org.apache.myfaces.core.extensions.quarkus.runtime.exception.QuarkusExceptionHandlerFactory at com.oracle.svm.core.hub.ClassForNameSupport.forName(ClassForNameSupport.java:60) at java.lang.Class.forName(DynamicHub.java:1224) at org.apache.myfaces.util.lang.ClassUtils.classForName(ClassUtils.java:155) ``` For some reason it not gets collected in `collectClassAndSubclasses`, I think it's because it is defined on the extension itself.... For 2, i get: ``` Could not load or parse web-fragment.xml Could not load or parse web-fragment.xml ``` even though the application works without issues. I only get that message on the console and nothing more, for some reason on MacOS the native image is not generating the debug.log file, I need to test on Ubuntu to see if I get a stack trace. This is what I got: <img width="1342" alt="Screenshot 2020-03-02 at 11 37 13" src="https://user-images.githubusercontent.com/1592273/75668850-3d27b780-5c7a-11ea-845d-60beb1c6b4b1.png">
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
