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)