Search:

Type: Posts; User: Ceki Gülcü; Keyword(s):

Search: Search took 0.02 seconds.

  1. Spring-core will probably continue to use...

    Spring-core will probably continue to use commons-logging as its logging API. As far as I know, spring-core has not expressed an intention to use SLF4J as a logging API. So, my proposal address an...
  2. Declaring commons-logging in the provided scope...

    Declaring commons-logging in the provided scope as described above nicely solves an extremely common problem. In contrast, explicitly excluding common-logging is an error-prone and cumbersome...
  3. Simpler way to exlude commons-logging in Spring

    Chapter 1 of the Spring documentation, more precisely section 1.3.2.1, describes a strategy of replacing commons-logging with slf4j. The described strategy uses maven exclusions. I think a...
Results 1 to 3 of 3