You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was mistaken. While the ClassLoader is @Nullable and when it is nullSpringFactoriesLoader will use ClassUtils.getDefaultClassLoader(), all of the static methods that can create an instance will never pass in null. Instead, they use SpringFactoriesLoader.class.getClassLoader() as the default. This change has been reverted in cbf9cb0.
Forward port of issue #44401 to 3.4.x.
The text was updated successfully, but these errors were encountered: