• Stephane Nicoll's avatar
    Migrate ApplicationContext to common hierarchy · c432288e
    Stephane Nicoll authored
    This commit migrates `AnnotationConfigReactiveWebApplicationContext`
    parent to the `GenericApplicationContext` abstraction. Any use of
    `AnnotationConfigWebApplicationContext` is also removed as it also
    inherits from the `AbstractRefreshableApplicationContext` outdated
    hierarchy.
    
    A new `AnnotationConfigServletWebApplicationContext` context is
    introduced instead, extending from `GenericApplicationContext` and
    providing the counter part of the reactive context for the Servlet-based
    web app tests.
    
    See gh-16096
    c432288e
Name
Last commit
Last update
..
java/org/springframework/boot/devtools Loading commit data...
resources Loading commit data...