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 2013/10/17 09:59:25 UTC

[VOTE] Release HttpComponents AsyncClient 4.0 based on RC1

Please vote on releasing these packages as HttpComponents AsyncClient
4.0. 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:
https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1
revision 3283

Release notes:
https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1/RELEASE_NOTES-4.0.x.txt

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

SVN tag:
https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-RC1
revision 1532717

--------------------------------------------------------------------------
Vote: HttpComponents AsyncClient 4.0 release
[ ] +1 Release the packages as HttpComponents AsyncClient 4.0.
[ ] -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] Release HttpComponents AsyncClient 4.0 based on RC1

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2013-10-17 at 15:10 -0400, Gary Gregory wrote:
> On Thu, Oct 17, 2013 at 3:02 PM, Oleg Kalnichevski <ol...@apache.org> wrote:
> 
> > On Thu, 2013-10-17 at 12:51 -0400, Gary Gregory wrote:
> > > I wonder if there is something wrong with BUILDING.txt or the POMs. I
> > > checked out the tag and followed BUILDING.txt, all when well until step
> > 5:
> > >
> > > (5) Building distribution assemblies
> > >
> > > Execute the following command in order to build the distribution
> > assemblies
> > >
> > > mvn package assembly:assembly
> > >
> > >
> > > Which gave me:
> > >
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Reactor Summary:
> > > [INFO]
> > > [INFO] Apache HttpComponents AsyncClient ................. FAILURE
> > [9.460s]
> > > [INFO] Apache HttpAsyncClient ............................ SUCCESS
> > [38.844s]
> > > [INFO] Apache HttpAsyncClient Cache ...................... SUCCESS
> > [4.931s]
> > > [INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS
> > [2.473s]
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > > ------------------------------------------------------------------------
> >
> > Gary
> >
> > I forgot about updating BUILDING.txt. Fixed in SVN trunk. Release and
> > site publishing tasks got moved here:
> >
> > http://svn.apache.org/repos/asf/httpcomponents/project-release-tools/trunk/
> >
> >
> Do you plan on creating an RC2 with an updated BUILDING.txt file?
> 
> Gary
> 

I do. I still would like to hope that more people review the packages
and give feedback before RC2.

Oleg



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


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

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, Oct 17, 2013 at 3:02 PM, Oleg Kalnichevski <ol...@apache.org> wrote:

> On Thu, 2013-10-17 at 12:51 -0400, Gary Gregory wrote:
> > I wonder if there is something wrong with BUILDING.txt or the POMs. I
> > checked out the tag and followed BUILDING.txt, all when well until step
> 5:
> >
> > (5) Building distribution assemblies
> >
> > Execute the following command in order to build the distribution
> assemblies
> >
> > mvn package assembly:assembly
> >
> >
> > Which gave me:
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache HttpComponents AsyncClient ................. FAILURE
> [9.460s]
> > [INFO] Apache HttpAsyncClient ............................ SUCCESS
> [38.844s]
> > [INFO] Apache HttpAsyncClient Cache ...................... SUCCESS
> [4.931s]
> > [INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS
> [2.473s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
>
> Gary
>
> I forgot about updating BUILDING.txt. Fixed in SVN trunk. Release and
> site publishing tasks got moved here:
>
> http://svn.apache.org/repos/asf/httpcomponents/project-release-tools/trunk/
>
>
Do you plan on creating an RC2 with an updated BUILDING.txt file?

Gary


> Oleg
>
>
> ---------------------------------------------------------------------
> 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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

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

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2013-10-17 at 15:42 -0400, James Leigh wrote:
> On Thu, 2013-10-17 at 21:29 +0200, Oleg Kalnichevski wrote:
> > No documentation yet. I have plans to update the release guide at some
> > point but my free time is not infinite.
> > 
> 
> No problem. I'll figure it out.
> 
> Thanks,
> James
> 
> 

James

I just realized that one needs a RC tag in order to build dist packages
and one cannot create a RC tag without SVN commit rights. It looks like
you will need to tweak the script to make it work for you. You are
welcome to contribute whatever improvements you deem useful.

Oleg




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


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

Posted by James Leigh <ja...@3roundstones.com>.
On Thu, 2013-10-17 at 21:29 +0200, Oleg Kalnichevski wrote:
> No documentation yet. I have plans to update the release guide at some
> point but my free time is not infinite.
> 

No problem. I'll figure it out.

Thanks,
James


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


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

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2013-10-17 at 15:07 -0400, James Leigh wrote:
> On Thu, 2013-10-17 at 21:02 +0200, Oleg Kalnichevski wrote:
> > On Thu, 2013-10-17 at 12:51 -0400, Gary Gregory wrote:
> > > I wonder if there is something wrong with BUILDING.txt or the POMs. I
> > > checked out the tag and followed BUILDING.txt, all when well until step 5:
> > > 
> > > (5) Building distribution assemblies
> > > 
> > > Execute the following command in order to build the distribution assemblies
> > > 
> > > mvn package assembly:assembly
> > > 
> > > 
> > > Which gave me:
> > > 
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Reactor Summary:
> > > [INFO]
> > > [INFO] Apache HttpComponents AsyncClient ................. FAILURE [9.460s]
> > > [INFO] Apache HttpAsyncClient ............................ SUCCESS [38.844s]
> > > [INFO] Apache HttpAsyncClient Cache ...................... SUCCESS [4.931s]
> > > [INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS [2.473s]
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > > ------------------------------------------------------------------------
> > 
> > Gary
> > 
> > I forgot about updating BUILDING.txt. Fixed in SVN trunk. Release and
> > site publishing tasks got moved here:
> > 
> > http://svn.apache.org/repos/asf/httpcomponents/project-release-tools/trunk/
> > 
> > Oleg
> > 
> 
> Is there any documentation on how to use it? I would like to create a
> zip bundle from svn trunk.
> 

No documentation yet. I have plans to update the release guide at some
point but my free time is not infinite.

Oleg



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


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

Posted by James Leigh <ja...@3roundstones.com>.
On Thu, 2013-10-17 at 21:02 +0200, Oleg Kalnichevski wrote:
> On Thu, 2013-10-17 at 12:51 -0400, Gary Gregory wrote:
> > I wonder if there is something wrong with BUILDING.txt or the POMs. I
> > checked out the tag and followed BUILDING.txt, all when well until step 5:
> > 
> > (5) Building distribution assemblies
> > 
> > Execute the following command in order to build the distribution assemblies
> > 
> > mvn package assembly:assembly
> > 
> > 
> > Which gave me:
> > 
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache HttpComponents AsyncClient ................. FAILURE [9.460s]
> > [INFO] Apache HttpAsyncClient ............................ SUCCESS [38.844s]
> > [INFO] Apache HttpAsyncClient Cache ...................... SUCCESS [4.931s]
> > [INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS [2.473s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> 
> Gary
> 
> I forgot about updating BUILDING.txt. Fixed in SVN trunk. Release and
> site publishing tasks got moved here:
> 
> http://svn.apache.org/repos/asf/httpcomponents/project-release-tools/trunk/
> 
> Oleg
> 

Is there any documentation on how to use it? I would like to create a
zip bundle from svn trunk.

Thanks,
James


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


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

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2013-10-17 at 12:51 -0400, Gary Gregory wrote:
> I wonder if there is something wrong with BUILDING.txt or the POMs. I
> checked out the tag and followed BUILDING.txt, all when well until step 5:
> 
> (5) Building distribution assemblies
> 
> Execute the following command in order to build the distribution assemblies
> 
> mvn package assembly:assembly
> 
> 
> Which gave me:
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HttpComponents AsyncClient ................. FAILURE [9.460s]
> [INFO] Apache HttpAsyncClient ............................ SUCCESS [38.844s]
> [INFO] Apache HttpAsyncClient Cache ...................... SUCCESS [4.931s]
> [INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS [2.473s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------

Gary

I forgot about updating BUILDING.txt. Fixed in SVN trunk. Release and
site publishing tasks got moved here:

http://svn.apache.org/repos/asf/httpcomponents/project-release-tools/trunk/

Oleg


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


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

Posted by Gary Gregory <ga...@gmail.com>.
I wonder if there is something wrong with BUILDING.txt or the POMs. I
checked out the tag and followed BUILDING.txt, all when well until step 5:

(5) Building distribution assemblies

Execute the following command in order to build the distribution assemblies

mvn package assembly:assembly


Which gave me:

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HttpComponents AsyncClient ................. FAILURE [9.460s]
[INFO] Apache HttpAsyncClient ............................ SUCCESS [38.844s]
[INFO] Apache HttpAsyncClient Cache ...................... SUCCESS [4.931s]
[INFO] HttpAsyncClient OSGi bundle ....................... SUCCESS [2.473s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:01.901s
[INFO] Finished at: Thu Oct 17 12:43:38 EDT 2013
[INFO] Final Memory: 52M/466M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.4:assembly (default-cli)
on project httpcomponents-asyncclient: Error reading assemblies: No
assembly descriptors found. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

My set up:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5\bin\..
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_40\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Gary



On Thu, Oct 17, 2013 at 3:59 AM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpComponents AsyncClient
> 4.0. 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:
>
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1
> revision 3283
>
> Release notes:
>
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1/RELEASE_NOTES-4.0.x.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-188/org/apache/httpcomponents/
>
> SVN tag:
>
> https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-RC1
> revision 1532717
>
> --------------------------------------------------------------------------
> Vote: HttpComponents AsyncClient 4.0 release
> [ ] +1 Release the packages as HttpComponents AsyncClient 4.0.
> [ ] -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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Called off; Re: [VOTE] Release HttpComponents AsyncClient 4.0 based on RC1

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

I'll create RC2 sometime this weekend. I'd be great though you could
still test / review RC1 prior to that.

Oleg

On Thu, 2013-10-17 at 09:59 +0200, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpComponents AsyncClient
> 4.0. 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:
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1
> revision 3283
> 
> Release notes:
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.0-RC1/RELEASE_NOTES-4.0.x.txt
> 
> Maven artefacts:
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-188/org/apache/httpcomponents/
> 
> SVN tag:
> https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-RC1
> revision 1532717
> 
> --------------------------------------------------------------------------
> Vote: HttpComponents AsyncClient 4.0 release
> [ ] +1 Release the packages as HttpComponents AsyncClient 4.0.
> [ ] -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] Release HttpComponents AsyncClient 4.0 based on RC1

Posted by James Leigh <ja...@3roundstones.com>.
On Thu, 2013-10-17 at 09:59 +0200, Oleg Kalnichevski wrote:
> --------------------------------------------------------------------------
> Vote: HttpComponents AsyncClient 4.0 release
> [ ] +1 Release the packages as HttpComponents AsyncClient 4.0.
> [X] -1 I am against releasing the packages (must include a reason).


AsyncClient 4.0 should depend on HttpClient 4.3.1 (not 4.3). I created
HTTPASYNC-58[1] for this dependency issue.

As Gary pointed out already, the build doesn't work (for me). It ends
with the message "No assembly descriptors found".

[1] https://issues.apache.org/jira/browse/HTTPASYNC-58

James


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