[
https://issues.apache.org/jira/browse/HTTPCLIENT-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775371#comment-17775371
]
Oleg Kalnichevski commented on HTTPCLIENT-2303:
-----------------------------------------------
[~mzitnik] There are two options:
# do not exclude `slf4j-api` as proposed by the PR
[https://github.com/ClickHouse/clickhouse-java/pull/1460/files]. It will be
restored a _transitive_ dependency of your artifact. ({*}preferred{*})
# exclude `slf4j-api` dependency of `httpclient`, introduce it as a _direct_
dependency of your artifact, shade the artifact and its dependencies any way
you want ({*}we do not need to be involved{*})
Oleg
> a shaded version of apache http client
> ---------------------------------------
>
> Key: HTTPCLIENT-2303
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2303
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient (classic)
> Reporter: Mark Zitnik
> Priority: Minor
>
> Hi Apache HTTP Client team,
> I am one of the developers of
> [clickhouse-java|https://github.com/ClickHouse/clickhouse-java/tree/v0.5.0].
> Recently, we decided to use Apache HTTP Client as our default HTTP driver. We
> have a shaded version of our driver to avoid jar conflicts when running our
> library. Any plans to add a shaded version of Apache HTTP Client?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]