melloware commented on code in PR #545:
URL: https://github.com/apache/myfaces/pull/545#discussion_r1126723986
##########
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:
OK it does initialize twice and again every time hot reload happens so my
latest change make it work on initial startup and on hot reload with no more
warnings!
--
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]