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


##########
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 only see it start once with that warning about FactoryFinder?



##########
impl/src/main/java/org/apache/myfaces/cdi/model/FacesDataModelManager.java:
##########
@@ -58,10 +58,6 @@ public void addFacesDataModel(Class<?> forClass, Class<? 
extends DataModel> data
 
     public void init()

Review Comment:
   good call.



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