You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2012/09/18 22:01:00 UTC

[VOTE] HttpComponents Core 4.2.2 release based on RC2

Please vote on releasing these packages as HttpComponents Core 4.2.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.

Packages:
http://people.apache.org/~olegk/httpcore-4.2.2-RC2/

Release notes:
http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt

Maven artefacts:
https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/

SVN tag:
https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/

--------------------------------------------------------------------------
 Vote:  HttpComponents Core 4.2.2 release
 [ ] +1 Release the packages as HttpComponents Core 4.2.2.
 [ ] -1 I am against releasing the packages (must include a reason). 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by ant elder <an...@gmail.com>.
+1

   ...ant

On Thu, Sep 20, 2012 at 1:02 PM, Oleg Kalnichevski <ol...@apache.org> wrote:

> [x] +1 Release the packages as HttpComponents Core 4.2.2
>
> On Tue, 2012-09-18 at 22:01 +0200, Oleg Kalnichevski wrote:
> > Please vote on releasing these packages as HttpComponents Core 4.2.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.
> >
> > Packages:
> > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
> >
> > Release notes:
> > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
> >
> > Maven artefacts:
> >
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
> >
> > SVN tag:
> > https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
> >
> >
> --------------------------------------------------------------------------
> >  Vote:  HttpComponents Core 4.2.2 release
> >  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
> >  [ ] -1 I am against releasing the packages (must include a reason).
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > For additional commands, e-mail: dev-help@hc.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
[x] +1 Release the packages as HttpComponents Core 4.2.2

On Tue, 2012-09-18 at 22:01 +0200, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpComponents Core 4.2.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.
> 
> Packages:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
> 
> Release notes:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
> 
> Maven artefacts:
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
> 
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
> 
> --------------------------------------------------------------------------
>  Vote:  HttpComponents Core 4.2.2 release
>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>  [ ] -1 I am against releasing the packages (must include a reason). 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
This is not pretty but it's not the end of the world:

[WARNING] Javadoc Warnings
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:29:
package org.apache.commons.cli does no
t exist
[WARNING] import org.apache.commons.cli.CommandLine;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:30:
package org.apache.commons.cli does no
t exist
[WARNING] import org.apache.commons.cli.HelpFormatter;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:31:
package org.apache.commons.cli does no
t exist
[WARNING] import org.apache.commons.cli.Option;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:32:
package org.apache.commons.cli does no
t exist
[WARNING] import org.apache.commons.cli.Options;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:40:
cannot find symbol
[WARNING] symbol  : class Options
[WARNING] location: class org.apache.http.benchmark.CommandLineUtils
[WARNING] public static Options getOptions() {
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:125:
cannot find symbol
[WARNING] symbol  : class CommandLine
[WARNING] location: class org.apache.http.benchmark.CommandLineUtils
[WARNING] public static void parseCommandLine(CommandLine cmd, Config
config) {
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\CommandLineUtils.java:219:
cannot find symbol
[WARNING] symbol  : class Options
[WARNING] location: class org.apache.http.benchmark.CommandLineUtils
[WARNING] static void showUsage(final Options options) {
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\HttpBenchmark.java:33:
package org.apache.commons.cli does not e
xist
[WARNING] import org.apache.commons.cli.CommandLine;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\HttpBenchmark.java:34:
package org.apache.commons.cli does not e
xist
[WARNING] import org.apache.commons.cli.CommandLineParser;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\HttpBenchmark.java:35:
package org.apache.commons.cli does not e
xist
[WARNING] import org.apache.commons.cli.Options;
[WARNING] ^
[WARNING]
C:\temp\httpcomponents-core-4.2.2\httpcore-ab\src\main\java\org\apache\http\benchmark\HttpBenchmark.java:36:
package org.apache.commons.cli does not e
xist
[WARNING] import org.apache.commons.cli.PosixParser;
[WARNING] ^

G

On Tue, Sep 18, 2012 at 4:01 PM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpComponents Core 4.2.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.
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
>
> Release notes:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
>
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
>
> --------------------------------------------------------------------------
>  Vote:  HttpComponents Core 4.2.2 release
>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>  [ ] -1 I am against releasing the packages (must include a reason).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by sebb <se...@gmail.com>.
On 18 September 2012 21:14, Gary Gregory <ga...@gmail.com> wrote:
> The Clirr report is generated against 4.2 instead of 4.2.1:
>
> [INFO] Generating "Clirr" report    --- clirr-maven-plugin:2.3
> [INFO] Comparing to version: 4.2
>
> Is that what you really want? Other projects I've worked on usually compare
> to the previous version.

I think it's more useful to compare with the base minor version,
rather than a fix version.

> Gary
>
> On Tue, Sep 18, 2012 at 4:01 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
>
>> Please vote on releasing these packages as HttpComponents Core 4.2.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.
>>
>> Packages:
>> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
>>
>> Release notes:
>> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
>>
>> Maven artefacts:
>>
>> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
>>
>> SVN tag:
>> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
>>
>> --------------------------------------------------------------------------
>>  Vote:  HttpComponents Core 4.2.2 release
>>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>>  [ ] -1 I am against releasing the packages (must include a reason).
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
>> For additional commands, e-mail: dev-help@hc.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
The Clirr report is generated against 4.2 instead of 4.2.1:

[INFO] Generating "Clirr" report    --- clirr-maven-plugin:2.3
[INFO] Comparing to version: 4.2

Is that what you really want? Other projects I've worked on usually compare
to the previous version.

Gary

On Tue, Sep 18, 2012 at 4:01 PM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpComponents Core 4.2.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.
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
>
> Release notes:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
>
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
>
> --------------------------------------------------------------------------
>  Vote:  HttpComponents Core 4.2.2 release
>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>  [ ] -1 I am against releasing the packages (must include a reason).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by "Asankha C. Perera" <as...@apache.org>.
>   Vote:  HttpComponents Core 4.2.2 release
>   [X] +1 Release the packages as HttpComponents Core 4.2.2.
>   [ ] -1 I am against releasing the packages (must include a reason).
asankha

-- 
Asankha C. Perera
AdroitLogic, http://adroitlogic.org

http://esbmagic.blogspot.com




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Any blockers? was Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
Folks

We need to release a fix for a fairly major bug. Can we focus on the
release vote and only deal with release blockers for now? Non-release
blockers can be dealt with in separate threads.

@Gary

(*) Http benchmark module is not distributed as an official binary
artifact. It is distributed 'as is' in source only. We do not publish
its javadocs anywhere. Most probably the module is not even supposed to
have javadocs. I would like to move micro-benchmarks from HttpCore and
HttpClient to a separate module. I just never got around to doing it.

(*) Generally patch releases (x.y.<release>) should have no API changes
of what so ever. This is the reason why binary compatibility is checked
against the latest feature release (x.<release>.0). This allows us to
spot those changes by running clirr check in verbose mode. I personally
would have no problem changing this practice and testing against the
latest release from the same branch. 

(*) Clover plugin has always been very finicky for me. I suspect this is
a compatibility issue with Maven 3. I personally still use Maven 2 for
all official releases. Will probably move to Maven 3 for 4.3 series,
though.

@Sebastian

I switched from RC1 to RC2 with 'svn sw' which caused only files mutated
between those two revisions to get updated locally. The issue is that
there should be no keywords in our source code. But I do not see this as
a release blocker.

Oleg 

 


On Tue, 2012-09-18 at 21:39 +0100, sebb wrote:
> On 18 September 2012 21:01, Oleg Kalnichevski <ol...@apache.org> wrote:
> > Please vote on releasing these packages as HttpComponents Core 4.2.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.
> >
> > Packages:
> > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
> 
> The file src/main/assembly/bin.xml contains the line:
> 
> $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC1/src/main/assembly/bin.xml
> $
> 
> Not sure how that can happen, unless the packages were created from a
> partially updated workspace?
> 
> > Release notes:
> > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
> >
> > Maven artefacts:
> > https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
> >
> > SVN tag:
> > https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
> >
> > --------------------------------------------------------------------------
> >  Vote:  HttpComponents Core 4.2.2 release
> >  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
> >  [ ] -1 I am against releasing the packages (must include a reason).
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > For additional commands, e-mail: dev-help@hc.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by sebb <se...@gmail.com>.
On 18 September 2012 21:01, Oleg Kalnichevski <ol...@apache.org> wrote:
> Please vote on releasing these packages as HttpComponents Core 4.2.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.
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/

The file src/main/assembly/bin.xml contains the line:

$HeadURL: https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC1/src/main/assembly/bin.xml
$

Not sure how that can happen, unless the packages were created from a
partially updated workspace?

> Release notes:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
>
> Maven artefacts:
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
>
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
>
> --------------------------------------------------------------------------
>  Vote:  HttpComponents Core 4.2.2 release
>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>  [ ] -1 I am against releasing the packages (must include a reason).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [VOTE] HttpComponents Core 4.2.2 release based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
I downloaded the -src file and tried "mvn site" and gave mvn my Clover
license but I got:

[INFO] Reactor Summary:
[INFO]
[INFO] HttpComponents Core ............................... SUCCESS [33.912s]
[INFO] HttpCore .......................................... FAILURE
[1:16.255s]
[INFO] HttpCore NIO ...................................... SKIPPED
[INFO] HttpCore OSGi bundle .............................. SKIPPED
[INFO] HttpCore AB clone ................................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:51.476s
[INFO] Finished at: Tue Sep 18 16:12:39 EDT 2012
[INFO] Final Memory: 62M/747M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on
project httpcore: Error during page generation: Error rende
ring Maven report: Could not resolve default-clover-report.xml. Please try
specifying this via the maven.clover.reportDescriptor property. Failed to
load resour
ce as file [/default-clover-report.xml]: Could not find resource
'/default-clover-report.xml'. -> [Help 1]
[ERROR]

Gary

On Tue, Sep 18, 2012 at 4:01 PM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpComponents Core 4.2.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.
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/
>
> Release notes:
> http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/
>
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/
>
> --------------------------------------------------------------------------
>  Vote:  HttpComponents Core 4.2.2 release
>  [ ] +1 Release the packages as HttpComponents Core 4.2.2.
>  [ ] -1 I am against releasing the packages (must include a reason).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory