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
For #11358, the return type of FactoryBean.getObjectType() was changed from Class<? extends T> to Class<?>. This is great, but unfortunately, the correspinding abstract method in AbstractFactoryBean wasn't changed, so any classes which extend AbstractFactoryBean cannot use the wider return type.