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
After introducing a `BeanDefinition.getResolvableType()` we have
several failed builds because of `NoSuchMethodError`.
Looks like interface and its implementation classes are loaded from
different versions.
* Exclude `org.springframework` from `spring-data-commons` to avoid
CLASSPATH conflicts
Related to
https://build.spring.io/browse/SK-SON-1242/spring-projects/spring-framework#23178
0 commit comments