Re: Deprecation of MIME support in HttpClient

2025-04-05 Thread Michael Osipov
On 2025/03/19 20:44:29 Oleg Kalnichevski wrote: > Folks > > Can we make a decision of some sort? > > Michael, you seem to prefer we continue to support MIME in HttpClient. > > What we can do is to add a statement to the HttpClient 5.5 release > notes that we are considering dropping support for

Re: Deprecation of MIME support in HttpClient

2025-04-04 Thread Oleg Kalnichevski
Folks Can we make a decision of some sort? Michael, you seem to prefer we continue to support MIME in HttpClient. What we can do is to add a statement to the HttpClient 5.5 release notes that we are considering dropping support for MIME entities in HttpClient in favor of Apache Mime4J and ask t

Re: Deprecation of MIME support in HttpClient

2025-03-22 Thread Michael Osipov
On 2025/03/20 20:08:38 Gary Gregory wrote: > On Thu, Mar 20, 2025 at 12:41 PM Michael Osipov wrote: > > > > On 2025/03/19 20:44:29 Oleg Kalnichevski wrote: > > > Folks > > > > > > Can we make a decision of some sort? > > > > > > Michael, you seem to prefer we continue to support MIME in HttpClient

Re: Deprecation of MIME support in HttpClient

2025-03-20 Thread Gary Gregory
On Thu, Mar 20, 2025 at 12:41 PM Michael Osipov wrote: > > On 2025/03/19 20:44:29 Oleg Kalnichevski wrote: > > Folks > > > > Can we make a decision of some sort? > > > > Michael, you seem to prefer we continue to support MIME in HttpClient. > > > > What we can do is to add a statement to the HttpC

Re: Deprecation of MIME support in HttpClient

2025-03-16 Thread Oleg Kalnichevski
On Sun, 2025-03-16 at 08:51 -0400, Gary Gregory wrote: > Taking a peek at their web site, they mention having a parser. Mime4j is a proper MIME library with a highly optimized pull parser and a fully featured DOM builder. I used to contribute to Mime4j quite a lot in 201x. > Would > this help

Re: Deprecation of MIME support in HttpClient

2025-03-16 Thread Gary Gregory
Taking a peek at their web site, they mention having a parser. Would this help remedy the ongoing discussion around clients and message boundaries? Gary On Sun, Mar 16, 2025 at 6:06 AM Oleg Kalnichevski wrote: > > Folks > > I propose we deprecate the existing MIME functionality in favor of > Ap

Re: Deprecation of MIME support in HttpClient

2025-03-16 Thread Arturo Bernal
Hi Oleg, I agree that moving to Apache Mime4j is the right direction and we should deprecate our current MIME support. Best, Arturo On Sun, Mar 16, 2025 at 11:06 AM Oleg Kalnichevski wrote: > Folks > > I propose we deprecate the existing MIME functionality in favor of > Apache Mime4j. > > Th