• Dave Syer's avatar
    Don't mask original exception in SpringApplication.handleError · dac1b53f
    Dave Syer authored
    If any @Import (or @Enable*, especially @EnableScheduling) has registered
    bean *names* as ApplicationListeners, and the application context wasn't
    refreshed fully when it failed, then the listener lookup could fail and
    mask the original exception
    
    Fixes gh-253
    dac1b53f
SpringApplication.java 36.2 KB