This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
ErrorHandlerSupplier
not always initialized when we first need it
#937
Labels
The
ErrorHandlerSupplier
might not be fully initialized when we first need it.As such, a nasty NPE might arise.
It's a bit of a race condition when starting the app, so it's a bit tricky to provide steps to reproduce.
Before
Suggested
Change the type of event being listened, from
ApplicationReadyEvent
toApplicationStartedEvent
The text was updated successfully, but these errors were encountered: