[
https://issues.apache.org/jira/browse/HTTPCLIENT-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774637#comment-17774637
]
Ryan Schmitt commented on HTTPCLIENT-2303:
------------------------------------------
It's a particularly bad idea to shade a logging API, such as Slf4j or Log4j2.
You can only shade classes corresponding to a self-contained unit of
functionality, which a logging API is not: you have to consider the bridge, the
backend, the logging configuration, and so forth.
> 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]