]
Stuart Douglas commented on WFLY-6941:
--------------------------------------
I really doubt using a service loader at boot time will make any noticeable difference in
performance.
Split Weld subsystem into several modules
-----------------------------------------
Key: WFLY-6941
URL:
https://issues.jboss.org/browse/WFLY-6941
Project: WildFly
Issue Type: Feature Request
Components: CDI / Weld
Reporter: Martin Kouba
Assignee: Martin Kouba
Fix For: 11.0.0.Alpha1
* split subsystem into core and optional modules (ejb, jpa, bean-validation, etc.)
* define SPI
* use {{ServiceLoader}} to load optional services
This should allow Swarm to leave out optional dependencies.