Change WebMvcAutoConfigurationAdapter.requestContextFilter() to a static method so that the configuration class isn't needed when creating it. This helps to prevent early initialization of beans. See gh-6178
Change WebMvcAutoConfigurationAdapter.requestContextFilter() to a static method so that the configuration class isn't needed when creating it. This helps to prevent early initialization of beans. See gh-6178