Files
spring-framework/spring-context/src/main/java/org/springframework
Vedran Pavic dbe8f200a9 Simplify creation of LoggingCacheErrorHandler with logged stacktrace
At present, creating a LoggingCacheErrorHandler that logs stack traces
also requires supplying the logger to be used. This might be
inconvenient for some users, as it requires usage of the Commons
Logging API.

This commit simplifies creation of such as LoggingCacheErrorHandler
instance by adding a constructor that only accepts a boolean flag
indicating whether to log stack traces.

Closes gh-28670
2022-06-21 13:50:10 +02:00
..
2022-06-03 13:10:55 +02:00
2020-07-17 17:52:08 +02:00
2021-09-28 11:44:12 +02:00
2022-06-08 16:39:10 +02:00