[jira] [Commented] (KAFKA-6317) Maven artifact for kafka should not depend on log4j

2018-03-12 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KAFKA-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16394958#comment-16394958
 ] 

GĂ©rald Quintana commented on KAFKA-6317:


Does that mean that we can replace Log4J1 by Log4J2 ou Logback in the tarball?

https://issues.apache.org/jira/browse/KAFKA-1368

> Maven artifact for kafka should not depend on log4j
> ---
>
> Key: KAFKA-6317
> URL: https://issues.apache.org/jira/browse/KAFKA-6317
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ismael Juma
>Assignee: Ismael Juma
>Priority: Major
> Fix For: 1.1.0
>
>
> It should only depend on slf4j-api. The release tarball should still depend 
> on log4j and slf4j-log4j12.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KAFKA-6317) Maven artifact for kafka should not depend on log4j

2017-12-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16296943#comment-16296943
 ] 

ASF GitHub Bot commented on KAFKA-6317:
---

Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/4297


> Maven artifact for kafka should not depend on log4j
> ---
>
> Key: KAFKA-6317
> URL: https://issues.apache.org/jira/browse/KAFKA-6317
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ismael Juma
>Assignee: Ismael Juma
>
> It should only depend on slf4j-api. The release tarball should still depend 
> on log4j and slf4j-log4j12.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KAFKA-6317) Maven artifact for kafka should not depend on log4j

2017-12-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16280505#comment-16280505
 ] 

ASF GitHub Bot commented on KAFKA-6317:
---

GitHub user ijuma opened a pull request:

https://github.com/apache/kafka/pull/4297

KAFKA-6317: Maven artifact for kafka should not depend on log4j

It should only depend on slf4j-api (like kafka-clients). The
release tarball still includes log4j and slf4j-log4j12.

Manually verified that there are no duplicate dependencies
in the release tarball and `./gradlew core:dependencies`
looks good.

### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation 
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ijuma/kafka kafka-6317-kafka-slf4j-api-only

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/4297.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4297


commit 544195cf3f1af84c32da9ecc1fe7bd6d2cb83748
Author: Ismael Juma 
Date:   2017-12-06T16:58:29Z

KAFKA-6317: Maven artifact for kafka should not depend on log4j




> Maven artifact for kafka should not depend on log4j
> ---
>
> Key: KAFKA-6317
> URL: https://issues.apache.org/jira/browse/KAFKA-6317
> Project: Kafka
>  Issue Type: Improvement
>Reporter: Ismael Juma
>Assignee: Ismael Juma
>
> It should only depend on slf4j-api. The release tarball should still depend 
> on log4j and slf4j-log4j12.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)