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

OnClassCondition tries to determine the outcome for single auto-configuration classes in parallel #22294

Commits on Jul 9, 2020

  1. Reduce started threads in OnClassCondition

    Prior to this commit, OnClassCondition started a thread even if the number of
    passed autoconfiguration class candidates never exceeded 1. This commit only
    starts a thread if there is actually work to split in half.
    dreis2211 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    81ae76f View commit details
    Browse the repository at this point in the history