Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-22 Thread Julian Sedding
It may be worthwhile to check out WireMock[0]. It allows setting up a lightweight mock server designed for unit testing. Regards Julian [0] http://wiremock.org On Tuesday, November 22, 2016, Gary Gregory > wrote: > You can also see if Travis CI and AppVeyer provide HTTP servers in their > cont

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-21 Thread Gary Gregory
You can also see if Travis CI and AppVeyer provide HTTP servers in their containers. Gary On Mon, Nov 21, 2016 at 1:58 PM, Francisco Carriedo Scher < fcarrie...@gmail.com> wrote: > I will have a look to it to get some insight and consider pros/cons. > > As I see it, automating tests against the

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-21 Thread Francisco Carriedo Scher
I will have a look to it to get some insight and consider pros/cons. As I see it, automating tests against the most popular web servers would be something nice if there is a relatively clean way of doing it. 2016-11-21 13:17 GMT-05:00 Gary Gregory : > The only way to do that is to embed a server

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-21 Thread Gary Gregory
The only way to do that is to embed a server in the test or have the test manage the life cycle of the external server. I've done that with Commons VFS tests, so it's doable. Gary On Nov 20, 2016 7:35 PM, "Francisco Carriedo Scher" wrote: > After having a look to the source code and the RFC, I

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-21 Thread Oleg Kalnichevski
On Mon, 2016-11-21 at 04:34 +0100, Francisco Carriedo Scher wrote: > After having a look to the source code and the RFC, I would like to clarify > a couple of things about the testing against popular web-servers. > > My first idea was to see if I could take some unit tests making requests to > tes

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-11-20 Thread Francisco Carriedo Scher
After having a look to the source code and the RFC, I would like to clarify a couple of things about the testing against popular web-servers. My first idea was to see if I could take some unit tests making requests to test servers as basis and generating new test classes pointing them instead to r

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-10-31 Thread Francisco Carriedo Scher
Yes, I find moving to Log4J2 the correct choice too, so leaving Gary work on the migration without conflict. I will move then forward testing against popular HTTP/2 enabled servers. 2016-10-31 14:02 GMT-04:00 Oleg Kalnichevski : > On Mon, 2016-10-31 at 05:46 +0100, Francisco Carriedo Scher wrot

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-10-31 Thread Oleg Kalnichevski
On Mon, 2016-10-31 at 05:46 +0100, Francisco Carriedo Scher wrote: > Hello, > > > Don't know if migrating to Log4J2 > (https://issues.apache.org/jira/browse/HTTPCORE-436) would override > the task I was working in (enabling debug logging on integration > tests). Anyway, as I don't know how long

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-10-30 Thread Francisco Carriedo Scher
Hello, Don't know if migrating to Log4J2 ( https://issues.apache.org/jira/browse/HTTPCORE-436) would override the task I was working in (enabling debug logging on integration tests). Anyway, as I don't know how long migrating might take and the

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-09-26 Thread Oleg Kalnichevski
On Mon, 2016-09-26 at 00:19 -0400, Francisco Carriedo Scher wrote: > Forked the code in pointer 1 to my own repository. > > > Followed the steps in pointer 2 to setup my environment and these are > the results by now: > * mvn test OK > * mvn install OK > * mvn clirr:check FAILS

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-09-20 Thread Oleg Kalnichevski
On Tue, 2016-09-20 at 11:53 -0400, Francisco Carriedo Scher wrote: > Hi Oleg, > > > Sounds good to me, as my main purpose with the mentor program was to > get in touch with the project, participants and the habits, but I > probably can get that on the fly while working in the project. > > > I a

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-09-20 Thread Francisco Carriedo Scher
Hi Oleg, Sounds good to me, as my main purpose with the mentor program was to get in touch with the project, participants and the habits, but I probably can get that on the fly while working in the project. I am willing to start contributing, if only I would suggest some first tasks that allow me

Re: Collaborate implementing HTTP 2.0 support - HTTPCORE-432

2016-09-20 Thread Oleg Kalnichevski
On Mon, 2016-09-19 at 23:41 -0400, Francisco Carriedo Scher wrote: > Hello all, > > I have been a user of the HTTP Apache client for years and contributing to > an open source project is in my want-to-do list for some time now. > > Currently, I am looking for a mentor as my intention would be to