tandraschko commented on code in PR #545:
URL: https://github.com/apache/myfaces/pull/545#discussion_r1126669382
##########
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:
doesnt myfaces start 2 times with this change now? or did they fix it?
--
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]