-
Bug
-
Resolution: Done
-
Major
-
5.0.0.CR2
-
None
-
None
Follows up on WELD-2709.
On WFLY I noticed that the Startup event can be triggered before @Initialized(ApplicationScoped.class) which is against specification.
This is because we now fire Startup in WeldStartup for all modules regardless if they are web or non-web modules. This can be an issue as we cannot affect the ordering.
- relates to
-
WELD-2709 Implement firing of Startup/Shutdown events as defined by CDI 4
- Resolved