• Phillip Webb's avatar
    Ordering of Application Initializer and Listeners · 16df38e9
    Phillip Webb authored
    Update javadoc and method names to indicate that ApplicationInitializer
    and ApplicationListeners are `Order` sorted before being invoked.
    
    Also remove specific sorting from SpringApplicationBuilder, relying
    instead on the Order sorting.
    
    Fixes gh-316
    16df38e9
SpringApplication.java 33.5 KB