We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23249cd commit 87179b0Copy full SHA for 87179b0
spring-beans/src/main/java/org/springframework/beans/CachedIntrospectionResults.java
@@ -295,7 +295,7 @@ private CachedIntrospectionResults(Class<?> beanClass) throws BeansException {
295
Introspector.flushFromCaches(classToFlush);
296
classToFlush = classToFlush.getSuperclass();
297
}
298
- while (classToFlush != null);
+ while (classToFlush != null && classToFlush != Object.class);
299
300
301
if (logger.isTraceEnabled()) {
0 commit comments