Won't fix, for the following reasons:
- This could introduce massive delays during startup.
- This may not even work with some DI mechanisms (CDI in particular) if the bridges depend on an injected user service.
- Users can easily implement this themselves as a trigger on an "application startup" event with most frameworks (CDI, Spring).
|