Re: Progress of HTTPCLIENT-1625 (2)

2015-04-17 Thread Oleg Kalnichevski
On Fri, 2015-04-17 at 13:02 +0200, Michael Osipov wrote: > Am 2015-04-14 um 20:35 schrieb Oleg Kalnichevski: > > On Mon, 2015-04-13 at 22:46 +0200, Michael Osipov wrote: > >> Hi folks, ... > > Michael, > > > > Probably we have to move resolution of this i

[VOTE][RESULT] Release HttpComponents AsyncClient 4.1 based on RC2

2015-04-21 Thread Oleg Kalnichevski
The vote to release HttpComponents AsyncClient 4.1 based on RC2 has passed with the following results +1 (3 binding votes in total) Gary Gregory * Oleg Kalnichevski * Asankha C. Perera * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1 GA Released

2015-04-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1 GA release of HttpComponents HttpAsyncClient. This is the first stable (GA) release of HttpAsyncClient 4.1. Notable features and enhancements included in 4.1 series are: * Support for pipelined request execution * Support for the late

[VOTE] Release HttpComponents Client 4.5 based on RC1

2015-05-23 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Client 4.5. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

HttpClient trunk is now unstable

2015-05-24 Thread Oleg Kalnichevski
On Sun, 2015-05-24 at 13:01 +, ol...@apache.org wrote: > Author: olegk > Date: Sun May 24 13:01:39 2015 > New Revision: 1681444 > > URL: http://svn.apache.org/r1681444 > Log: > HttpClient 4.5.x branch > > Added: > httpcomponents/httpclient/branches/4.5.x/ (props changed) > - copie

Vote called off; Re: [VOTE] Release HttpComponents Client 4.5 based on RC1

2015-05-25 Thread Oleg Kalnichevski
Folks I'll have to re-spin the release in order to include a fix for HTTPCLIENT-1651. The vote is called off. Please keep an eye on the list though and cast your votes on RC2 once it is ready. Oleg On Sat, 2015-05-23 at 11:53 +0200, Oleg Kalnichevski wrote: > Please vote on releasi

Re: [VOTE] Release HttpComponents Client 4.5 based on RC1

2015-05-30 Thread Oleg Kalnichevski
On Fri, 2015-05-29 at 14:27 -0700, Gary Gregory wrote: > I've lost track of where we are here, is there an impending RC2? > > Gary > Gary The release got stuck pending resolution of HTTPCLIENT-1651. I hope I can put RC2 on vote this weekend. Oleg > On Sat, May 23, 2

[VOTE] Release HttpComponents Client 4.5 based on RC2

2015-05-31 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Client 4.5. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

Re: [VOTE] Release HttpComponents Client 4.5 based on RC2

2015-06-01 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents Client 4.5 On Sun, 2015-05-31 at 13:54 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Client 4.5. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members ar

[VOTE][RESULT] Release HttpComponents Client 4.5 based on RC2

2015-06-04 Thread Oleg Kalnichevski
The vote to release HttpComponents Client 4.5 based on RC2 has passed with the following results +1 (4 binding votes in total) Sebastian Bazley * Gary Gregory * Oleg Kalnichevski * Asankha C. Perera * no other votes * binding votes Original voting thread: http://mail-archives.apache.org

[ANNOUNCEMENT] HttpComponents Client 4.5 GA Released

2015-06-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5 GA release of HttpComponents HttpClient. HttpClient 4.5 (GA) is a minor feature release that includes several incremental enhancements to the existing functionality such as support for private domains in the Mozilla Public Suffix List.

Re: Draft board report for June 2015

2015-06-09 Thread Oleg Kalnichevski
On Mon, 2015-06-08 at 18:43 +0530, Asankha C. Perera wrote: > Hi All > > Its again the time for our report to the board. Could you review the > draft I've put together, and update anything I've missed. > > The deadline is the 10th of June for submission, so I appreciate if you > could review AS

Re: HttpConnection live time

2015-07-06 Thread Oleg Kalnichevski
On Fri, 2015-07-03 at 16:38 +0300, Серега Красильников wrote: > I'm sorry, that was missclick! > > <<< > Good day ladies and gentlemen! > > Short intro: > We have an APIs on AWS EC2. We have AWS load balancer (LB) and a lot of > instances behind. Once a time, depends on load, LB is adding new i

Re: Some comments on recent auth API changes

2015-08-09 Thread Oleg Kalnichevski
On Sun, 2015-08-09 at 19:41 +0200, Michael Osipov wrote: > Oleg, > > just have noticed that you started to rewrite the auth API, here are a > few issues which need some improvement: > > 1. httpclient/src/main/java/org/apache/http/auth/AuthScheme.java: > #getPrinciple That is supposed to be #

My part in auth APIs refactoring concluded; was Re: Some comments on recent auth API changes

2015-08-12 Thread Oleg Kalnichevski
On Sun, 2015-08-09 at 20:19 +0200, Oleg Kalnichevski wrote: > On Sun, 2015-08-09 at 19:41 +0200, Michael Osipov wrote: > > Oleg, ... > I was going to write everything up in a few days, post it to the list > and basically pass everything over to you. I also did my very best to >

Re: OSGi testing / HTTPCLIENT-1673

2015-08-18 Thread Oleg Kalnichevski
On Tue, 2015-08-18 at 14:45 -0400, Benson Margulies wrote: > On HTTPCLIENT-1673, I provided some OSGi testing code using pax-exam that > turns out to require Java 1.7. Oleg asked me if there was a way to backport > to 1.6. > > The answer is maybe. Since my bug report was an incorrect analysis in t

Re: OSGi testing / HTTPCLIENT-1673

2015-08-19 Thread Oleg Kalnichevski
t from there. Hi Benson Sounds like a plan. Thanks for helping us with getting some test coverage for our OSGi stuff. Oleg > > On Tue, Aug 18, 2015 at 3:45 PM, Oleg Kalnichevski wrote: > > > On Tue, 2015-08-18 at 14:45 -0400, Benson Margulies wrote: > > > On HTTPCLI

[VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-23 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Core 4.4.2. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

Release called off; Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-25 Thread Oleg Kalnichevski
Folks Given the latest changes in the 4.4.x branch I am calling off RC1 and intend to prepare RC2 in a few days once things settle down a little. Oleg On Tue, 2015-08-25 at 08:36 +0530, Asankha C. Perera wrote: > On 08/23/2015 04:43 PM, Oleg Kalnichevski wr

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-25 Thread Oleg Kalnichevski
On Mon, 2015-08-24 at 22:13 -0700, Gary Gregory wrote: > Running 'mvn test', I get: > > testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) > Time elapsed: 0.031 sec <<< ERROR! > java.lang.Exception: Unexpected exception, > expected but > was > at java.net.Socke

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-26 Thread Oleg Kalnichevski
On Tue, 2015-08-25 at 08:28 -0700, Gary Gregory wrote: > On Tue, Aug 25, 2015 at 3:22 AM, Oleg Kalnichevski wrote: > ... > > Gary, > > > > I relaxed the expected exception type from SSLHandshakeException (which > > is what it ought to be) to IOException to

Re: org.apache.http.HttpMessage ?

2015-08-28 Thread Oleg Kalnichevski
On Wed, 2015-08-26 at 16:27 -0700, Gary Gregory wrote: > Right now we have: > > org.apache.http.HttpMessage > > Do we really want to have any kind of object in there or would this be > better: > > org.apache.http.HttpMessage > > ? > Gary It was done with HTTP/2 support in mind. Most likely H

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-29 Thread Oleg Kalnichevski
On August 29, 2015 3:14:08 PM GMT+02:00, ant elder wrote: >I've been away so only just getting to this now - is this vote still >going? >I will have a look by tomorrow... I'll cut a new RC and restart the vote tomorrow. Please bear with me. Oleg -- Sent from my Android device with K-9 Mail. Pl

[VOTE] Release HttpComponents Core 4.4.2 based on RC2

2015-08-30 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Core 4.4.2. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC2

2015-09-01 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents Core 4.4.2 On Sun, 2015-08-30 at 20:44 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Core 4.4.2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members ar

[VOTE][RESULT] Release HttpComponents Core 4.4.2 based on RC2

2015-09-04 Thread Oleg Kalnichevski
The vote to release HttpComponents Core 4.4.2 based on RC2 has passed with the following results +1 (3 binding votes in total) Oleg Kalnichevski * Asankha C. Perera * ant elder * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev/201508

Regression in 4.4.2; was Re: [VOTE][RESULT] Release HttpComponents Core 4.4.2 based on RC2

2015-09-04 Thread Oleg Kalnichevski
On Fri, 2015-09-04 at 15:58 +0200, Oleg Kalnichevski wrote: > The vote to release HttpComponents Core 4.4.2 based on RC2 has passed > with the following results > > +1 (3 binding votes in total) > Oleg Kalnichevski * > Asankha C. Perera * > ant elder * > > no other

[VOTE] Release HttpComponents Core 4.4.3 based on RC1

2015-09-04 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Core 4.4.3. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

Re: [VOTE] Release HttpComponents Core 4.4.3 based on RC1

2015-09-07 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents Core 4.4.3 On Fri, 2015-09-04 at 21:01 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Core 4.4.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members ar

[VOTE][RESULT] Release HttpComponents Core 4.4.3 based on RC1

2015-09-09 Thread Oleg Kalnichevski
The vote to release HttpComponents Core 4.4.3 based on RC1 has passed with the following results +1 (3 binding votes in total) Oleg Kalnichevski * Asankha C. Perera * ant elder * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev/201509

[ANNOUNCEMENT] HttpComponents Core 4.4.3 GA released

2015-09-11 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.3 GA release of HttpComponents Core. This maintenance release fixes a bug in non-blocking HTTP request pipelining code discovered since 4.3.1 Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download -

[VOTE] Release HttpComponents Client 4.5.1 based on RC1

2015-09-11 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Client 4.5.1. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://

Re: [VOTE] Release HttpComponents Client 4.5.1 based on RC1

2015-09-14 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents Client 4.5.1 Oleg On Fri, 2015-09-11 at 15:30 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Client 4.5.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC me

[VOTE][RESULT] Release HttpComponents Client 4.5.1 based on RC1

2015-09-15 Thread Oleg Kalnichevski
The vote to release HttpComponents Client 4.5.1 based on RC1 has passed with the following results +1 (4 binding votes in total) Gary Gregory * Asankha C. Perera * Oleg Kalnichevski * ant elder * no other votes * binding votes Original voting thread: http://mail-archives.apache.org

[ANNOUNCEMENT] HttpComponents Client 4.5.1 GA Released

2015-09-16 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.1 GA release of HttpComponents HttpClient. HttpClient 4.5.1 is a maintenance release that fixes a number of minor bugs reported since 4.5 Download - Release notes -

Re: Problem with Shutting Down NIO HttpServer

2015-09-25 Thread Oleg Kalnichevski
On Thu, 2015-09-24 at 14:47 -0700, Hiranya Jayathilaka wrote: > Hi Devs, > > I recently migrated an application from http-core to http-core-nio. When I > try to gracefully shutdown my server, I noticed that it does not terminate > cleanly. It seems to hang. A thread dump taken during this state

[VOTE] Release HttpComponents Core 4.4.4 based on RC1

2015-10-26 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents Core 4.4.4. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://di

Re: [VOTE] Release HttpComponents Core 4.4.4 based on RC1

2015-10-28 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents Core 4.4.4 On Mon, 2015-10-26 at 18:26 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Core 4.4.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members ar

[VOTE][RESULT] Release HttpComponents Core 4.4.4 based on RC1

2015-10-30 Thread Oleg Kalnichevski
The vote to release HttpComponents Core 4.4.4 based on RC1 has passed with the following results +1 (3 binding votes in total) Gary Gregory * Oleg Kalnichevski * Asankha C. Perera * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev/201510

Re: [VOTE][RESULT] Release HttpComponents Core 4.4.4 based on RC1

2015-11-01 Thread Oleg Kalnichevski
e been no changes in HttpCore 4.4.4 to blocking I/O components. I am going to cut a new release of HttpAsyncClient shortly. Cheers Oleg > Thank you, > Gary > > On Fri, Oct 30, 2015 at 3:16 AM, Oleg Kalnichevski wrote: > > > The vote to release HttpComponents Core 4

[VOTE] Release HttpComponents AsyncClient 4.1.1 based on RC1

2015-11-01 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpComponents AsyncClient 4.1.1. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: htt

Re: [VOTE] Release HttpComponents AsyncClient 4.1.1 based on RC1

2015-11-03 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpComponents AsyncClient 4.1.1 On Sun, 2015-11-01 at 19:46 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents AsyncClient 4.1.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PM

[ANNOUNCEMENT] HttpComponents Core 4.4.4 GA released

2015-11-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.4 GA release of HttpComponents Core. This is a maintenance release that fixes a number of issues discovered since 4.4.3. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download - R

Re: Draft board report for November 2015

2015-11-04 Thread Oleg Kalnichevski
On Wed, 2015-11-04 at 06:57 +0530, Asankha C. Perera wrote: > Hi All > > Please take a moment to check the draft for the next board meeting. I > have currently kept the date for HttpComponents Core 4.4.4 open as its > not announced > > http://wiki.apache.org/HttpComponents/BoardReportDraft > >

[VOTE][RESULT] Release HttpComponents AsyncClient 4.1.1 based on RC1

2015-11-06 Thread Oleg Kalnichevski
The vote to release HttpComponents AsyncClient 4.1.1 based on RC1 has passed with the following results +1 (3 binding votes in total) Gary Gregory * Asankha C. Perera * Oleg Kalnichevski * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev

Re: [ANNOUNCEMENT] HttpComponents Core 4.4.4 GA released

2015-11-08 Thread Oleg Kalnichevski
On Sun, 2015-11-08 at 01:35 +, sebb wrote: > @olegk Looks like that part of the website was not updated as part of r1711465 > > The download page is part of the main site, not the components > Corrected. Oleg - To unsubsc

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1.1 GA Released

2015-11-09 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1.1 GA release of HttpComponents HttpAsyncClient. This is a maintenance release that fixes a number of issues discovered since 4.1 and upgrades HttpCore and HttpClient dependencies. --- Download -

Re: Issue with Http OPTIONS request and htt-client-cache

2015-11-16 Thread Oleg Kalnichevski
On Mon, 2015-11-16 at 15:16 +, THIL Laurent (CAP-GEMINI) wrote: > We have http requests of type OPTIONS that hit the CachingHttpClient that > return in exception. I put a stack trace below: > > java.lang.NullPointerException >at > org.apache.http.impl.client.cache.RequestProtocolComp

HC 5.0: co-location with HC 4.x

2015-11-19 Thread Oleg Kalnichevski
Folks I would like to start working on the first alpha releases of HC 5.0. There is one issue that still needs to be discussed though before I can proceed. We need to decide on how we intent to maintain compatibility with HC 4.x. It is pretty clear that maintaining full compatibility is unrealis

Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Oleg Kalnichevski
On Thu, 2015-11-19 at 23:27 +, sebb wrote: > On 19 November 2015 at 21:17, Michael Osipov wrote: > > Am 2015-11-19 um 12:32 schrieb Oleg Kalnichevski: ... > > > > First of all, I wouldn't use any of those. (Currently referring to package > > names only). Ar

Re: Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Oleg Kalnichevski
On Fri, 2015-11-20 at 12:42 +0100, Michael Osipov wrote: > > On Thu, 2015-11-19 at 23:27 +, sebb wrote: > > > On 19 November 2015 at 21:17, Michael Osipov wrote: > > > > Am 2015-11-19 um 12:32 schrieb Oleg Kalnichevski: > > > > ... > > > &

Re: Re: Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Oleg Kalnichevski
On Fri, 2015-11-20 at 15:13 +0100, Michael Osipov wrote: > > On Fri, 2015-11-20 at 12:42 +0100, Michael Osipov wrote: > > > > On Thu, 2015-11-19 at 23:27 +, sebb wrote: > > > > > On 19 November 2015 at 21:17, Michael Osipov > > > > > wrote:

Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Oleg Kalnichevski
On Fri, 2015-11-20 at 19:04 +0100, Michael Osipov wrote: > Am 2015-11-20 um 16:33 schrieb Oleg Kalnichevski: > > On Fri, 2015-11-20 at 15:13 +0100, Michael Osipov wrote: > >>> On Fri, 2015-11-20 at 12:42 +0100, Michael Osipov wrote: > >>>>> On Thu

HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-21 Thread Oleg Kalnichevski
implementations. However, more importantly I would like to fold httpcore-nio into httpcore. Separation into two modules made sense in 2005 but hardly makes any sense today in 2015. Please let me know if you have any objections to that. Oleg On Thu, 2015-11-19 at 12:32 +0100, Oleg Kalnichevski

Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-22 Thread Oleg Kalnichevski
On Sat, 2015-11-21 at 19:48 +0100, Michael Osipov wrote: > Am 2015-11-21 um 18:01 schrieb Oleg Kalnichevski: > > Folks > > > > I moved code to org.apache.hc.core5 namespace as the first step. > > > > Now I would like to move things around in order to make the pack

Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-23 Thread Oleg Kalnichevski
On Sun, 2015-11-22 at 20:42 +0100, Michael Osipov wrote: > Am 2015-11-22 um 20:11 schrieb Oleg Kalnichevski: > > On Sat, 2015-11-21 at 19:48 +0100, Michael Osipov wrote: > >> Am 2015-11-21 um 18:01 schrieb Oleg Kalnichevski: > >>> Folks > >>> > >>

Re: Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-23 Thread Oleg Kalnichevski
On Mon, 2015-11-23 at 10:08 +0100, Michael Osipov wrote: > > On Sun, Nov 22, 2015 at 3:10 PM, Jon Moore wrote: > > > > > On Sat, Nov 21, 2015 at 1:56 PM, Michael Osipov > > > wrote: > > > > > > > Am 2015-11-21 um 19:52 schrieb Gary Gregory: > > > > > > > >> +1. > > > >> > > > >> I would not mind

Re: Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-23 Thread Oleg Kalnichevski
On Mon, 2015-11-23 at 10:51 +0100, Michael Osipov wrote: > > On Sun, 2015-11-22 at 20:42 +0100, Michael Osipov wrote: > > > Am 2015-11-22 um 20:11 schrieb Oleg Kalnichevski: > > > > On Sat, 2015-11-21 at 19:48 +0100, Michael Osipov wrote: > > > >> Am 201

HC 5.0: artifact id; Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-25 Thread Oleg Kalnichevski
me know if you have objections or better ideas. Oleg On Sat, 2015-11-21 at 18:01 +0100, Oleg Kalnichevski wrote: > Folks > > I moved code to org.apache.hc.core5 namespace as the first step. > > Now I would like to move things around in order to make the package > structu

Re: svn commit: r1716560

2015-11-26 Thread Oleg Kalnichevski
Gary, HC 4.4 is expected to be Java 1.6 compatible. Is it really reasonable to deprecate code in HC 4.4 in favor of something that does not exist in Java 1.6? Now we have deprecation warnings even in our own example classes without any reasonable choice of fixing them. Besides, the build now fail

Re: Better header API

2015-11-30 Thread Oleg Kalnichevski
On Mon, 2015-11-30 at 10:53 -0800, Gary Gregory wrote: > I mean: > > Index: src/main/java/org/apache/hc/core5/http/HttpMessage.java > === > --- src/main/java/org/apache/hc/core5/http/HttpMessage.java (revision > 1717301) > +++ src/mai

HC 5.0: HttpCore 5.0 alpha1 release

2015-12-01 Thread Oleg Kalnichevski
Folks I would like to start cutting RC1 for HttpCore 5.0 alpha1 sometime soon. Could you please take a look at the latest snapshot and let me know if you find anything that might block the release or cause another RC build? https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk Oleg -

Re: HC 5.0: HttpCore 5.0 alpha1 release

2015-12-01 Thread Oleg Kalnichevski
On Tue, 2015-12-01 at 21:29 +0100, Michael Osipov wrote: > Am 2015-12-01 um 14:35 schrieb Oleg Kalnichevski: > > Folks > > > > I would like to start cutting RC1 for HttpCore 5.0 alpha1 sometime soon. > > > > Could you please take a look at the latest snapsho

Re: HC 5.0: HttpCore 5.0 alpha1 release

2015-12-01 Thread Oleg Kalnichevski
On Tue, 2015-12-01 at 21:50 +0100, Michael Osipov wrote: > Am 2015-12-01 um 21:46 schrieb Oleg Kalnichevski: > > On Tue, 2015-12-01 at 21:29 +0100, Michael Osipov wrote: > >> Am 2015-12-01 um 14:35 schrieb Oleg Kalnichevski: > >>> Folks > >>> > >&

Re: HC 5.0: HttpCore 5.0 alpha1 release

2015-12-01 Thread Oleg Kalnichevski
On Tue, 2015-12-01 at 22:17 +0100, Michael Osipov wrote: > Am 2015-12-01 um 21:52 schrieb Oleg Kalnichevski: > > On Tue, 2015-12-01 at 21:50 +0100, Michael Osipov wrote: > >> Am 2015-12-01 um 21:46 schrieb Oleg Kalnichevski: > >>> On Tue, 2015-12-01 at 21:29 +0100, M

Re: HC 5.0: HttpCore 5.0 alpha1 release

2015-12-05 Thread Oleg Kalnichevski
On Tue, 2015-12-01 at 21:29 +0100, Michael Osipov wrote: > Am 2015-12-01 um 14:35 schrieb Oleg Kalnichevski: > > Folks > > > > I would like to start cutting RC1 for HttpCore 5.0 alpha1 sometime soon. > > > > Could you please take a look at the latest snapsho

HttpCore 5.0 alpha1 release notes

2015-12-19 Thread Oleg Kalnichevski
On Sat, 2015-12-05 at 13:53 +0100, Oleg Kalnichevski wrote: > On Tue, 2015-12-01 at 21:29 +0100, Michael Osipov wrote: > > Am 2015-12-01 um 14:35 schrieb Oleg Kalnichevski: > > > Folks > > > > > > I would like to start cutting RC1 for HttpCore 5.0 alpha1 sometim

Re: response.getStatusLine().getStatusCode() shorthand

2015-12-19 Thread Oleg Kalnichevski
On Sat, 2015-12-19 at 08:54 -0800, Gary Gregory wrote: > Hi All, > > There are a lot of places where we say: > > response.getStatusLine().getStatusCode() > > Should we have a short cut > > response.getStatusCode() HttpResponse#getCode might do as well. By the way in HTTP/2 there is no longer

Re: response.getStatusLine().getStatusCode() shorthand

2015-12-19 Thread Oleg Kalnichevski
On Sat, 2015-12-19 at 09:08 -0800, Gary Gregory wrote: > On Sat, Dec 19, 2015 at 9:04 AM, Oleg Kalnichevski wrote: > > > On Sat, 2015-12-19 at 08:54 -0800, Gary Gregory wrote: > > > Hi All, > > > > > > There are a lot of places where we say: > > &

[VOTE] Release HttpCore 5.0-alpha1 based on RC1

2015-12-20 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.0-alpha1. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://dist.apa

Re: Charsets in org.apache.http.entity.ContentType

2015-12-21 Thread Oleg Kalnichevski
On Mon, 2015-12-21 at 03:30 -0800, Gary Gregory wrote: > Hi All, > > In org.apache.http.entity.ContentType, why is the charset for many > constants ISO_8859_1? > I believe this has to do with the MIME protocol defining ISO_8859_1 as the default charset for some content types at some point. This

Re: [VOTE] Release HttpCore 5.0-alpha1 based on RC1

2015-12-21 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.0-alpha1 On Sun, 2015-12-20 at 19:45 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.0-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

[VOTE][RESULT] Release HttpComponents Core 5.0-alpha1 based on RC1

2015-12-24 Thread Oleg Kalnichevski
The vote to release HttpComponents Core 5.0-alpha1 based on RC1 has passed with the following results +1 (3 binding votes in total) Oleg Kalnichevski * Asankha C. Perera * Gary Gregory * no other votes * binding votes Original voting thread: http://mail-archives.apache.org/mod_mbox/hc-dev

Re: Access internal map of org.apache.http.client.CredentialsProvider

2015-12-30 Thread Oleg Kalnichevski
On Tue, 2015-12-29 at 13:59 -0700, dennis.heimbigner wrote: > Consider this situation: > I have a proxy that requires a user+pwd > and my ultimate target is a server that also requires > authentication using some arbitrary CredentialsProvider. > > My understanding is that In this case, I need to c

[ANNOUNCEMENT] HttpComponents Core 5.0 alpha1 released

2016-01-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha1 release of HttpComponents Core. This is a major release that renders HttpCore API incompatible with the stable 4.x branch and upgrades HTTP/1.1 protocol conformance to the requirements and recommendations of the latest protocol s

Re: Default timeouts

2016-01-06 Thread Oleg Kalnichevski
On Tue, 2016-01-05 at 21:52 -0500, Gaspard Petit wrote: > Hello, > > This is a follow up of the comment I posted on > https://issues.apache.org/jira/browse/HTTPCLIENT-1478 > > My understanding is that there are 4 timeouts used in the HttpClient’s API : > > a per request socket timeout, configur

Re: Default timeouts

2016-01-12 Thread Oleg Kalnichevski
On Sun, 2016-01-10 at 22:51 -0500, Gaspard Petit wrote: > Hi Oleg, > > Thank you for taking the time to respond my comment. > > I agree with you that timeouts are not one-size-fits-all. However, I cannot > think of any real-world application that would require to use an infinite > timeout. Wh

Re: Default timeouts

2016-01-13 Thread Oleg Kalnichevski
On Tue, 2016-01-12 at 15:36 -0700, Shawn Heisey wrote: > On 1/12/2016 9:06 AM, Oleg Kalnichevski wrote: > > As of 4.4 HttpClient uses connect timeout value for SSL handshake by > > default. I hope this should be enough to address your biggest concern. > > > > I am a bit

Re: Default timeouts

2016-01-17 Thread Oleg Kalnichevski
runk. Please review http://svn.apache.org/viewvc?rev=1725089&view=rev Oleg > Le mer. 13 janv. 2016 à 04:58, Oleg Kalnichevski a > écrit : > > > On Tue, 2016-01-12 at 15:36 -0700, Shawn Heisey wrote: > > > On 1/12/2016 9:06 AM, Oleg Kalnichevski wrote: > > > > As o

Upcoming HttpClient 5.0a1 release

2016-01-17 Thread Oleg Kalnichevski
Folks I would like to cut and put on vote HttpClient 5.0a1 release sometime soon. It would really help if you could take a look at the latest trunk and report any issues that you may find. http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/ Oleg ---

HttpAsyncClient 5.0

2016-01-17 Thread Oleg Kalnichevski
Folks I would like to fold HttpAsyncClient code into HttpClient project and make it share the same release cycle with the classic HttpClient. Would anyone have any reservations or objections to that? Oleg - To unsubscribe, e-

Re: Upcoming HttpClient 5.0a1 release

2016-01-18 Thread Oleg Kalnichevski
On Sun, 2016-01-17 at 13:31 -0800, Gary Gregory wrote: > Are you going to fold the async client in before 5.0a1? > I do not want this to block 5.0a1. I would wait until 5.0a2 Oleg > Gary > On Jan 17, 2016 5:25 AM, "Oleg Kalnichevski" wrote: > > > Folks > &g

[VOTE] Release HttpClient 5.0-alpha1 based on RC1

2016-01-20 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.0-alpha1. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://dist.a

Re: [VOTE] Release HttpClient 5.0-alpha1 based on RC1

2016-01-21 Thread Oleg Kalnichevski
On Wed, 2016-01-20 at 11:53 -0800, Gary Gregory wrote: > FYI: On Java 8, clirr:check fails, the clirr plugin used is 2.5, I am not sure I understand. 5.0 has no previous releases. What version have you been comparing it to? How exactly was it failing? > note that > that parent project defines 2.

Re: [VOTE] Release HttpClient 5.0-alpha1 based on RC1

2016-01-21 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.0-alpha1 On Wed, 2016-01-20 at 15:35 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.0-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

Re: Build failed in Jenkins: httpcomponents-core-5.x » Apache HttpComponents Core #80

2016-01-21 Thread Oleg Kalnichevski
On Thu, 2016-01-21 at 00:56 +, Apache Jenkins Server wrote: > See > > > -- > [INFO]

[VOTE][RESULT] Release HttpComponents Client 5.0-alpha1 based on RC1

2016-01-23 Thread Oleg Kalnichevski
The vote to release HttpComponents Client 5.0-alpha1 based on RC1 has passed with the following results +1 (3 binding votes in total) Gary Gregory * Asankha C. Perera * Oleg Kalnichevski * no other votes * binding votes http://mail-archives.apache.org/mod_mbox/hc-dev/201601.mbox

Style check violations

2016-01-27 Thread Oleg Kalnichevski
Gary, Please do try to run style check and test _prior_ to committing. Generally one ought not commit straight from IDE. Oleg On Wed, 2016-01-27 at 09:46 +, ol...@apache.org wrote: > Author: olegk > Date: Wed Jan 27 09:46:15 2016 > New Revision: 1726983 > > URL: http://svn.apache.org/viewvc

Re: Build failed in Jenkins: httpcomponents-client-5.x #35

2016-01-27 Thread Oleg Kalnichevski
On Tue, 2016-01-26 at 16:54 -0800, Gary Gregory wrote: > Ah, I found a clear workspace menu item, we'll see if that helps. > Cleaning up the workspace has fixed the problem for me. The build apparently was OK but there were still files at the old module locations that had been causing apache-rat

[ANNOUNCEMENT] HttpComponents Client 5.0 Alpha1 Released

2016-01-28 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0 Alpha1 release of HttpComponents HttpClient. This is a major release that renders HttpClient API incompatible with the stable 4.x branch and upgrades HTTP/1.1 protocol conformance to the requirements and recommendations of the latest pro

Re: HTTP/2 naming convention

2016-02-01 Thread Oleg Kalnichevski
On Mon, 2016-02-01 at 10:36 -0800, Gary Gregory wrote: > Hi All: > > Cool to see HTTP/2 coming down the pike. > > I see a new module for HTTP2 and while I realize that this is fresh code, > I'd like to talk about naming. > > I see types with the "H2" prefix, others with "Http2" and others with n

Re: Redirection not happening?

2016-02-17 Thread Oleg Kalnichevski
On Tue, 2016-02-16 at 17:03 -0500, Karl Wright wrote: > Oh, FWIW, this is httpcomponents/httpclient 4.4.1. > Karl > > Hi Karl What kind of request method is it? Per RFC 2616 there are certain restrictions on automatic redirects of some methods such as POST and PUT. Oleg > On Tue, Feb 16, 201

Re: Redirection not happening?

2016-02-18 Thread Oleg Kalnichevski
e this helps Oleg > > On Wed, Feb 17, 2016 at 9:04 AM, Oleg Kalnichevski wrote: > > > On Tue, 2016-02-16 at 17:03 -0500, Karl Wright wrote: > > > Oh, FWIW, this is httpcomponents/httpclient 4.4.1. > > > Karl > > > > > > > > > > Hi Kar

[VOTE] Release HttpClient 4.5.2 based on RC1

2016-02-21 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 4.5.2. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://dist.apache

Re: [VOTE] Release HttpClient 4.5.2 based on RC1

2016-02-22 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 4.5.2 On Sun, 2016-02-21 at 17:16 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 4.5.2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote

Re: Need help in getting started with HttpClient

2016-02-23 Thread Oleg Kalnichevski
On Wed, 2016-02-24 at 01:14 +0530, Shubham Verma wrote: > Hello Everyone, > > i have developed immense interest in Http Components project and > specifically Http Client. I have even reviewed code for version 4.5 and > version 5 from github and svn. > i have even looked into resolved issues in ji

[VOTE][RESULT] Release HttpComponents Client 4.5.2 based on RC1

2016-02-26 Thread Oleg Kalnichevski
The vote to release HttpComponents Client 4.5.2 based on RC1 has passed with the following results +1 (3 binding votes in total) Philippe Mouawad Gary Gregory * Asankha C. Perera * Oleg Kalnichevski * no other votes * binding votes Original voting thread: http://mail-archives.apache.org

Re: HttpCore - CC buddy license.

2016-02-29 Thread Oleg Kalnichevski
On Mon, 2016-02-29 at 17:36 +0200, Justi Kd wrote: > > > Did you ask? If you feel strongly about this, let them know. More voices is > > better. > > > > Gary ... > I certainly don't > mind, just that I think it would be more appropriate that it comes from the > HttpCore lead developers that de

Re: HttpCore - CC buddy license.

2016-02-29 Thread Oleg Kalnichevski
d under 'Creative Commons Attribution License' by their authors. CCAL is compatible with ASLv2 but requires redistribution of the original license with the derivative work. Oleg > Gary > > On Mon, Feb 29, 2016 at 8:18 AM, Oleg Kalnichevski wrote: > > > On M

Re: HttpCore - CC buddy license.

2016-02-29 Thread Oleg Kalnichevski
On Mon, 2016-02-29 at 19:33 +0200, Justi Kd wrote: > > > You are welcome to approach them on our behalf if you feel strongly > > about the issue. > > > > Oleg > > > > > > > > > > > I think it's quite important to remove this because what seems trivial or > no

<    4   5   6   7   8   9   10   11   12   13   >