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

When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers #26149

Closed
wants to merge 3 commits into from

Commits on Apr 17, 2021

  1. Pass the appropriate classloader to load factory names

    To pass appropriate classloader as an argument to load factory names similar to spring boot versions < 2.4.0
    vsriram92 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    75b1cad View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    vsriram92 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    46a0e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Formatting fix

    vsriram92 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    502b2f9 View commit details
    Browse the repository at this point in the history