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 71fc2ba commit 5a95156Copy full SHA for 5a95156
spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassUtils.java
@@ -163,7 +163,7 @@ public static boolean isLiteConfigurationCandidate(AnnotationMetadata metadata)
163
}
164
catch (Throwable ex) {
165
if (logger.isDebugEnabled()) {
166
- logger.debug("Failed to introspect @Bean methods on class [" + metadata.getClass() + "]: " + ex);
+ logger.debug("Failed to introspect @Bean methods on class [" + metadata.getClassName() + "]: " + ex);
167
168
return false;
169
0 commit comments