diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index b90310a804..0c48c4a0ba 100644 --- a/spring-framework-reference/src/overview.xml +++ b/spring-framework-reference/src/overview.xml @@ -764,12 +764,11 @@ TR: OK. Added to diagram.-->
Not Using Commons Logging - Unfortunately, the worst thing about - commons-logging (and what has made it unpopular with new - tools) is its runtime discovery algorithm. If we could turn back - the clock and start Spring now as a new project it would use a - different logging dependency. The first choice would probably be the - Simple Logging Facade for Java (Unfortunately, the runtime discovery algorithm in + commons-logging, while convenient for the end-user, is + problematic. If we could turn back the clock and start Spring now + as a new project it would use a different logging dependency. The + first choice would probably be the Simple Logging Facade for Java (SLF4J), which is also used by a lot of other tools that people use with Spring inside their applications.