Re: [VOTE][RESULT] HttpComponents Client 4.2.3 release based on RC3

2013-01-15 Thread Oleg Kalnichevski
On Mon, 2013-01-14 at 17:49 -0500, Karl Wright wrote: Typically when do these artifacts get pushed to Maven, and by whom? Karl Usually Maven artifacts get promoted from the staging repo to the official release repo by the release manager shortly after the release vote has been closed.

HttpClient 4.3a1 release notes

2013-01-15 Thread Oleg Kalnichevski
Folks, Could someone please proof read the HttpClient 4.3a1 release notes? http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt I would like to proceed with a formal release and put it on vote soon. Oleg

Re: HttpClient 4.3a1 release notes

2013-01-15 Thread sebb
On 15 January 2013 11:46, Oleg Kalnichevski ol...@apache.org wrote: Folks, Could someone please proof read the HttpClient 4.3a1 release notes? Looks fine to me. http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt I would like to proceed with a formal release

Re: svn commit: r1433338 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread sebb
On 15 January 2013 10:19, ol...@apache.org wrote: Author: olegk Date: Tue Jan 15 10:19:55 2013 New Revision: 148 URL: http://svn.apache.org/viewvc?rev=148view=rev Log: Added William Speirs and Karl Wright to the list of committers; externalized repostory, snapshotRepository and

Re: HttpClient 4.3a1 release notes

2013-01-15 Thread Jon Moore
I'm away from my IDE or I'd fix these myself, but just a couple of quick typos: Reliance on object immutablity - Reliance on object immutability There is now option - There is now an option Otherwise looks good. Jon On Tue, Jan 15, 2013 at 6:46 AM, Oleg Kalnichevski ol...@apache.org wrote:

Re: svn commit r1433338

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 11:57 +, sebb wrote: On 15 January 2013 10:19, ol...@apache.org wrote: Author: olegk Date: Tue Jan 15 10:19:55 2013 New Revision: 148 URL: http://svn.apache.org/viewvc?rev=148view=rev Log: Added William Speirs and Karl Wright to the list of

Re: HttpClient 4.3a1 release notes

2013-01-15 Thread Gary Gregory
I made a couple of edits to https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Gary On Tue, Jan 15, 2013 at 7:05 AM, Jon Moore j...@jjmoore.net wrote: I'm away from my IDE or I'd fix these myself, but just a couple of quick typos: Reliance on object

[jira] [Updated] (HTTPCLIENT-1253) URIBuilder setParameter() method could exceed the HTTP header size.

2013-01-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated HTTPCLIENT-1253: - Summary: URIBuilder setParameter() method could exceed the HTTP header size.

Re: execchain package name

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 08:00 -0500, Gary Gregory wrote: Hi, When I see a package name like execchain, I wonder what other kind of chains are there aside from execution chains? Would chain be enough, or exec? Gary Most likely, chain or exec would be enough. Feel free to rename the

Re: Use of final keyword

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 08:26 -0500, Gary Gregory wrote: Over in Log4J-land, we've discussed [1] the use of the final keyword for locals and parameters. In brief [1]: The final keyword in trunk: sometimes it is used, sometimes not. I propose we use it all over consistently. [1]

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.3 GA release

2013-01-15 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.3 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2.2. This release also includes a thoroughly reworked NTLM authentication engine which should result in a better

svnpubsub misery (dropping Maven Clover reports)

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 14:30 +, ol...@apache.org wrote: Author: olegk Date: Tue Jan 15 14:10:42 2013 New Revision: 1433427 URL: http://svn.apache.org/viewvc?rev=1433427view=rev Log: Updated project web site for HttpClient 4.2.3 release [This commit notification would consist of

Re: svn commit r1433338

2013-01-15 Thread sebb
On 15 January 2013 12:08, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 11:57 +, sebb wrote: On 15 January 2013 10:19, ol...@apache.org wrote: Author: olegk Date: Tue Jan 15 10:19:55 2013 New Revision: 148 URL: http://svn.apache.org/viewvc?rev=148view=rev

Re: svn commit: r1433565 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread sebb
On 15 January 2013 18:25, Gary Gregory garydgreg...@gmail.com wrote: Can you build? Did it build before the changes? From the project dir, mvn clean test gives me: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:checkstyle (validate) on project

Re: svn commit: r1433565 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 1:30 PM, sebb seb...@gmail.com wrote: On 15 January 2013 18:25, Gary Gregory garydgreg...@gmail.com wrote: Can you build? Did it build before the changes? Nope, not before this one :( Gary From the project dir, mvn clean test gives me: [ERROR] Failed to

Re: Use of final keyword

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 9:46 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 08:26 -0500, Gary Gregory wrote: Over in Log4J-land, we've discussed [1] the use of the final keyword for locals and parameters. In brief [1]: The final keyword in trunk: sometimes it is

Re: trunk build error

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 12:12 -0500, Gary Gregory wrote: Hi, I get: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:checkstyle (validate) on project httpcomponents-core: An error has occurred in Checkstyle report generation. Failed during checkstyle

Re: Use of final keyword

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 3:03 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 13:41 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 9:46 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 08:26 -0500, Gary Gregory wrote: Over in Log4J-land,

Re: Use of final keyword

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 3:35 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Jan 15, 2013 at 3:03 PM, Oleg Kalnichevski ol...@apache.orgwrote: On Tue, 2013-01-15 at 13:41 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 9:46 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue,

Re: trunk build error

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 3:10 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 12:12 -0500, Gary Gregory wrote: Hi, I get: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:checkstyle (validate) on project httpcomponents-core:

Re: Use of final keyword

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 15:40 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:35 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Jan 15, 2013 at 3:03 PM, Oleg Kalnichevski ol...@apache.orgwrote: On Tue, 2013-01-15 at 13:41 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at

Re: trunk build error

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 15:46 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:10 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 12:12 -0500, Gary Gregory wrote: Hi, I get: [ERROR] Failed to execute goal

Re: trunk build error

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 3:58 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 15:46 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:10 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 12:12 -0500, Gary Gregory wrote: Hi, I get:

Re: trunk build error

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 16:21 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:58 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 15:46 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:10 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at

Clover 3.1.x license is now available!!! was Re: svnpubsub misery (dropping Maven Clover reports)

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 16:26 +, sebb wrote: On 15 January 2013 15:13, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 14:30 +, ol...@apache.org wrote: Author: olegk Date: Tue Jan 15 14:10:42 2013 New Revision: 1433427 URL:

Re: trunk build error

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 4:31 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 16:21 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:58 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 15:46 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at

Re: trunk build error

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 4:52 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Jan 15, 2013 at 4:31 PM, Oleg Kalnichevski ol...@apache.orgwrote: On Tue, 2013-01-15 at 16:21 -0500, Gary Gregory wrote: On Tue, Jan 15, 2013 at 3:58 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue,

Re: Clover 3.1.x license is now available!!! was Re: svnpubsub misery (dropping Maven Clover reports)

2013-01-15 Thread Gary Gregory
Where is our Clover license? G On Tue, Jan 15, 2013 at 4:52 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 16:26 +, sebb wrote: On 15 January 2013 15:13, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 14:30 +, ol...@apache.org wrote:

Re: Clover 3.1.x license is now available!!! was Re: svnpubsub misery (dropping Maven Clover reports)

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 16:54 -0500, Gary Gregory wrote: Where is our Clover license? G The same place https://svn.apache.org/repos/private/committers/donated-licenses/clover Oleg On Tue, Jan 15, 2013 at 4:52 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 16:26

[continuum] BUILD FAILURE: Apache HttpComponents - HttpComponents - Non-recursive build

2013-01-15 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25796projectId=128 Build statistics: State: Failed Previous State: Ok Started at: Tue 15 Jan 2013 23:01:52 + Finished at: Tue 15 Jan 2013 23:01:54 + Total time: 1s Build Trigger: Schedule Build

[continuum] BUILD FAILURE: Apache HttpComponents - HttpComponents Core - Default Maven 2 Build Definition

2013-01-15 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25798projectId=66 Build statistics: State: Failed Previous State: Ok Started at: Tue 15 Jan 2013 23:03:01 + Finished at: Tue 15 Jan 2013 23:03:39 + Total time: 38s Build Trigger: Schedule Build

Re: svn commit: r1433565 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread sebb
On 15 January 2013 18:41, Gary Gregory garydgreg...@gmail.com wrote: On Tue, Jan 15, 2013 at 1:30 PM, sebb seb...@gmail.com wrote: On 15 January 2013 18:25, Gary Gregory garydgreg...@gmail.com wrote: Can you build? Did it build before the changes? Nope, not before this one :( In that

Re: svn commit: r1433565 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread Gary Gregory
On Jan 15, 2013, at 20:06, sebb seb...@gmail.com wrote: On 15 January 2013 18:41, Gary Gregory garydgreg...@gmail.com wrote: On Tue, Jan 15, 2013 at 1:30 PM, sebb seb...@gmail.com wrote: On 15 January 2013 18:25, Gary Gregory garydgreg...@gmail.com wrote: Can you build? Did it build

Re: trunk build error

2013-01-15 Thread Gary Gregory
FYI: I added the asl header file to the 'project' project and now the build is OK. Gary On Tue, Jan 15, 2013 at 4:54 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Jan 15, 2013 at 4:52 PM, Gary Gregory garydgreg...@gmail.comwrote: On Tue, Jan 15, 2013 at 4:31 PM, Oleg Kalnichevski

Re: Use of final keyword

2013-01-15 Thread Gary Gregory
On Tue, Jan 15, 2013 at 9:46 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2013-01-15 at 08:26 -0500, Gary Gregory wrote: Over in Log4J-land, we've discussed [1] the use of the final keyword for locals and parameters. In brief [1]: The final keyword in trunk: sometimes it is

[continuum] BUILD FAILURE: Apache HttpComponents - HttpComponents - Non-recursive build

2013-01-15 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25799projectId=128 Build statistics: State: Failed Previous State: Failed Started at: Wed 16 Jan 2013 04:08:03 + Finished at: Wed 16 Jan 2013 04:08:14 + Total time: 10s Build Trigger: Schedule

Re: [continuum] BUILD FAILURE: Apache HttpComponents - HttpComponents - Non-recursive build

2013-01-15 Thread Gary Gregory
Can someone please tell Continuum to use Maven = 3.0.3? Thank you, Gary On Tue, Jan 15, 2013 at 11:08 PM, Continuum@vmbuild contin...@apache.orgwrote: Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25799projectId=128 Build statistics: State: Failed