What is the issue with the runtime discovery algorithm of Apache Commons Logging

Viewed 10997

Dave Syer (SpringSource) writes in his blog:

Unfortunately, the worst thing about commons-logging, and what has made it unpopular with new tools, is also the runtime discovery algorithm.

Why? What is the issue with its runtime discovery algorithm? Performance?

4 Answers
Related