Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid calling other bean methods in web config #22596

Merged
merged 1 commit into from
Apr 3, 2019

Commits on Apr 3, 2019

  1. Avoid calling other bean methods in web config

    This commit changes the main configuration classes for Spring MVC and
    Spring WebFlux to not call other bean methods when setting up the web
    infrastructure. This allows configuration classes extending
    `DelegatingWebFluxConfiguration` and `DelegatingWebMvcConfiguration`
    to opt-in the lite-mode, as introduced in spring-projectsgh-22461.
    bclozel committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    47c8d1d View commit details
    Browse the repository at this point in the history