sgroschupf/zkclient

Why not provided log4j?

Closed this issue · 5 comments

Now,I use logback,must excludes log4j:

<dependency>
        <groupId>com.101tec</groupId>
        <artifactId>zkclient</artifactId>
        <version>${zkclient.version}</version>
        <exclusions>
          <exclusion>
            <artifactId>slf4j-log4j12</artifactId>
            <groupId>org.slf4j</groupId>
          </exclusion>
          <exclusion>
            <artifactId>log4j</artifactId>
            <groupId>log4j</groupId>
          </exclusion>
        </exclusions>
      </dependency>

+1 here. The client should only use the slf4j api to enable consumers to provide their own log impl

Fix here: #56

Is this in a release version that is available now? we seem to have a dependency on 0.8 of this library, is this fixed in 0.9 or an upcoming release?

+1 for a fix to this issue

Just merged #56 to master, if one of you guys could verify everything is as expected i would release that as 0.10 version! Thanks for your patience and interest!
Closing this one...