michael-o commented on PR #619:
URL: 
https://github.com/apache/httpcomponents-client/pull/619#issuecomment-2732607115

   > @TomerAberbach Maven dependency resolver should pick version 5.5 over 5.4 
if both are present as transitive dependencies. (Please @michael-o correct me 
if I am wrong.) If the user has explicitly pinned HttpClient to a specific 
version in their POM this is a general dependency management problem that the 
user needs to address either by pinning the version of your library to match 
that of HttpClient or by upgrading (or unpinning) HttpClient version.
   
   Pinning is always crucial, if you know something is coming.
   
   > You may be much better off migrating to Apache Mime4J given the direction 
this whole thing is going.
   
   I don't know whether this is really necessary. The MIME package here covers 
a lot of cases, I don't see a reason why it should not continue to do so. I am 
really inclined to say that it should be random by default and static by 
choice. I do use MIME code myself and it is fully sufficient for almost all use 
cases here.


-- 
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: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to