Development plans beyond HC 5.4

2024-03-11 Thread Oleg Kalnichevski
HttpClient 5.4 is going to be the most feature rich minor release probably since 4.3. There are plenty of small and not so small features and improvements in it. Overall it is going to be a great release.  It will likely take a few more months to stablize it but somethime around mid Summer we shou

Re: Development plans beyond HC 5.4

2024-03-11 Thread Gary Gregory
Hi Oleg, Thank your for starting this conversation. More below. On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski wrote: > > HttpClient 5.4 is going to be the most feature rich minor release > probably since 4.3. There are plenty of small and not so small features > and improvements in it. Over

Re: Development plans beyond HC 5.4

2024-03-13 Thread Ryan Schmitt
The way I look at it is that Apache HttpComponents is a pure Java library that implements HTTP semantics as completely and correctly as possible. The feature-richness is what distinguishes us from HttpURLConnection, and the simplicity and WORA-ness of pure Java (with a tiny dependency closure) is w

Re: Development plans beyond HC 5.4

2024-03-16 Thread Michael Osipov
Am 2024-03-11 um 15:11 schrieb Oleg Kalnichevski: HttpClient 5.4 is going to be the most feature rich minor release probably since 4.3. There are plenty of small and not so small features and improvements in it. Overall it is going to be a great release. It will likely take a few more months to

Java level upgrade: Re: Development plans beyond HC 5.4

2024-03-14 Thread Oleg Kalnichevski
On Wed, 2024-03-13 at 15:06 -0700, Ryan Schmitt wrote: > > > So in conclusion, I suggest that we stay the course with JDK8. Some > things > we can work on include: > > 1. We should find backwards-compatible ways to expose new JDK > features, > such as Unix-domain sockets. Techniques we can use

QUIC & HTTP/3; Re: Development plans beyond HC 5.4

2024-03-14 Thread Oleg Kalnichevski
On Mon, 2024-03-11 at 21:52 -0400, Gary Gregory wrote: > > Hi Oleg, > > > > Thank your for starting this conversation. More below. > > > > On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski > > > wrote: > > > > > > > > ... > > > > QUIC sounds like a module that is a sibling of HttpCore. I d

Re: QUIC & HTTP/3; Re: Development plans beyond HC 5.4

2024-03-14 Thread Gary D. Gregory
On 2024/03/14 12:49:37 Oleg Kalnichevski wrote: > On Mon, 2024-03-11 at 21:52 -0400, Gary Gregory wrote: > > > Hi Oleg, > > > > > > Thank your for starting this conversation. More below. > > > > > > On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski > > > > wrote: > > > > > > > > > > > > ...