mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ab48b88f91
This commit prints a log message at debug level without a stacktrace for TypeNotPresentException and uses warn level instead of error level for other exceptions since the processing of such bean will just be skipped. Closes gh-31147