[jboss-jira] [JBoss JIRA] (WFLY-9732) Defer invocation of WeldBootstrap.endInitialization() until all EE components are started

Martin Kouba (JIRA) issues at jboss.org
Thu Jan 25 11:16:00 EST 2018


Martin Kouba created WFLY-9732:
----------------------------------

             Summary: Defer invocation of WeldBootstrap.endInitialization() until all EE components are started
                 Key: WFLY-9732
                 URL: https://issues.jboss.org/browse/WFLY-9732
             Project: WildFly
          Issue Type: Task
          Components: CDI / Weld
            Reporter: Martin Kouba
            Assignee: Martin Kouba
             Fix For: 12.0.0.Alpha1


WildFly currently invokes {{org.jboss.weld.bootstrap.api.Bootstrap.endInitialization()}} before EE components (such as servlets) are installed. As a result, container lifecycle events (such as {{ProcessInjectionTarget}}) are fired after Weld performs various cleanup actions. This is ok and works fine but prevents from minor optimizations.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list