Files
spring-framework/spring-context/src/test/java/org/springframework
Vedran Pavic fb291379e4 Avoid use of Commons Logging in LoggingCacheErrorHandler public API
At present, creating LoggingCacheErrorHandler with custom logger requires use of Commons Logging API, as the appropriate constructor expects org.apache.commons.logging.Log instance. As Commons Logging is rarely the logging framework of choice in applications these days, interaction with its API might not be desirable.

This commit adds LoggingCacheErrorHandler constructor that accepts logger name and thus avoids leaking out any details about the underlying logging framework.
2022-10-19 13:48:59 +02:00
..
2022-05-31 14:08:28 +02:00
2022-05-31 16:13:31 +02:00
2022-06-08 16:39:10 +02:00
2022-02-03 14:50:10 +01:00
2019-10-31 14:34:57 +01:00