Hi, >From what I observed, there is no major issues with just replacing httpclient libs with 4.5 version. The only problem I saw was that deprecated constructor regression. A fix for that regression was submitted and released as part of 4.5. So I'm very optimistic with upgrading http components.
Andrey Pokhilko On 07/04/2015 05:35 PM, Philippe Mouawad wrote: > Hello, > HttpClient 4.3 introduced a new set of APIs which makes migration from > 4.2.3 to 4.5 an important work. > > What are the risks and what do you think about the approach of progressive > migration: > > - We upgrade to 4.5 HttpClient/Mime and 4.4.1 (HttpCore) jars which > show many deprecations but not broken compilation > - Once done, we move progressively (not always possible) to 4.5 the code > > If this is feasible then it would allow us to fix : > > - https://bz.apache.org/bugzilla/show_bug.cgi?id=57935 > > > Any trace of a migration documentation from 4.2.X to 4.3. ? >
