ok2c commented on code in PR #737:
URL:
https://github.com/apache/httpcomponents-client/pull/737#discussion_r2428412979
##########
httpclient5/pom.xml:
##########
@@ -77,11 +77,6 @@
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.brotli</groupId>
- <artifactId>dec</artifactId>
- <optional>true</optional>
- </dependency>
Review Comment:
@arturobernalg @rschmitt I would like to revert some of reflective calls in
`CommonsCompressCodecFactory`. They are unnecessary if `ContentCodecRegistry`
works correctly and does not call any of `CommonsCompressCodecFactory` methods
at runtime if Commons Compress is not present.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]