melloware commented on code in PR #545:
URL: https://github.com/apache/myfaces/pull/545#discussion_r1126709005


##########
extensions/quarkus/runtime/src/main/java/org/apache/myfaces/core/extensions/quarkus/runtime/QuarkusFacesInitializer.java:
##########
@@ -36,28 +36,21 @@
  */
 public class QuarkusFacesInitializer extends FacesInitializerImpl
 {
-    private static boolean initialized = false;
     
     @Override
     public void initFaces(ServletContext servletContext)
     {
-        // DIRTY HACK as somehow quarkus initializes a second time?

Review Comment:
   I am checking.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to