nastra commented on a change in pull request #4245:
URL: https://github.com/apache/iceberg/pull/4245#discussion_r820702806



##########
File path: build.gradle
##########
@@ -212,6 +212,7 @@ project(':iceberg-core') {
       exclude group: 'org.tukaani' // xz compression is not supported
     }
 
+    implementation 'org.apache.httpcomponents.client5:httpclient5'

Review comment:
       judging by https://github.com/square/okhttp/issues/3472 and 
https://www.mocklab.io/blog/which-java-http-client-should-i-use-in-2020/ I 
wonder if it would make sense to use OkHttp rather than the Apache HttpClient 
stuff




-- 
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]

Reply via email to