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 2015/10/26 18:26:15 UTC

[VOTE] Release HttpComponents Core 4.4.4 based on RC1

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://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1/RELEASE_NOTES-4.4.x.txt

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

SVN tag:
 https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4-RC1
 revision 1710658

Packages:
 https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1
 revision 10926

Hashes:
 caf6c50e263b87dedd21bb1f48baf0b2 httpcomponents-core-4.4.4-bin.tar.gz
 ae4d72be4ec1dbe63c7b83e46ea09db6 httpcomponents-core-4.4.4-osgi-bin.tar.gz
 973140c345a95b5f77f1b40ace9647c0 httpcomponents-core-4.4.4-src.tar.gz
 d7dced0786b1589e4f17aea2a41f0a37 httpcomponents-core-4.4.4-bin.zip
 c445e68086af705e9349d446c860ee4d httpcomponents-core-4.4.4-osgi-bin.zip
 7cc0646e9dd1e392d884afdeaf8875ca httpcomponents-core-4.4.4-src.zip

Keys:
 http://www.apache.org/dist/httpcomponents/httpcore/KEYS

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

Posted by "Asankha C. Perera" <as...@apache.org>.
> Vote: HttpComponents Core 4.4.4 release
> [X] +1 Release the packages as HttpComponents Core 4.4.4.
> [ ] -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


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

Posted by Oleg Kalnichevski <ol...@apache.org>.
[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 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.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1/RELEASE_NOTES-4.4.x.txt
> 
> Maven artefacts:
>  https://repository.apache.org/content/repositories/orgapachehttpcomponents-1037/org/apache/httpcomponents/
> 
> SVN tag:
>  https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4-RC1
>  revision 1710658
> 
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1
>  revision 10926
> 
> Hashes:
>  caf6c50e263b87dedd21bb1f48baf0b2 httpcomponents-core-4.4.4-bin.tar.gz
>  ae4d72be4ec1dbe63c7b83e46ea09db6 httpcomponents-core-4.4.4-osgi-bin.tar.gz
>  973140c345a95b5f77f1b40ace9647c0 httpcomponents-core-4.4.4-src.tar.gz
>  d7dced0786b1589e4f17aea2a41f0a37 httpcomponents-core-4.4.4-bin.zip
>  c445e68086af705e9349d446c860ee4d httpcomponents-core-4.4.4-osgi-bin.zip
>  7cc0646e9dd1e392d884afdeaf8875ca httpcomponents-core-4.4.4-src.zip
> 
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
> 
> --------------------------------------------------------------------------
> Vote: HttpComponents Core 4.4.4 release
> [ ] +1 Release the packages as HttpComponents Core 4.4.4.
> [ ] -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 Core 4.4.4 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
+1

To bad I did not port the test to the branch to avoid:

testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder)
 Time elapsed: 0.03 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<javax.net.ssl.SSLHandshakeException> but
was<java.net.SocketException>
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
        at sun.security.ssl.InputRecord.read(InputRecord.java:480)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
        at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
        at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359)
        at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343)
        at
org.apache.http.ssl.TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch2(TestSSLContextBuilder.java:603)

Aside from that, MD5 OK, ASC OK. Building with BUILDING.txt OK.

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T04:57:37-07:00)
Maven home: C:\Java\apache-maven-3.3.3\bin\..
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_79\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Gary



On Mon, Oct 26, 2015 at 10:26 AM, Oleg Kalnichevski <ol...@apache.org>
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 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.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1/RELEASE_NOTES-4.4.x.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-1037/org/apache/httpcomponents/
>
> SVN tag:
>  https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4-RC1
>  revision 1710658
>
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.4-RC1
>  revision 10926
>
> Hashes:
>  caf6c50e263b87dedd21bb1f48baf0b2 httpcomponents-core-4.4.4-bin.tar.gz
>  ae4d72be4ec1dbe63c7b83e46ea09db6 httpcomponents-core-4.4.4-osgi-bin.tar.gz
>  973140c345a95b5f77f1b40ace9647c0 httpcomponents-core-4.4.4-src.tar.gz
>  d7dced0786b1589e4f17aea2a41f0a37 httpcomponents-core-4.4.4-bin.zip
>  c445e68086af705e9349d446c860ee4d httpcomponents-core-4.4.4-osgi-bin.zip
>  7cc0646e9dd1e392d884afdeaf8875ca httpcomponents-core-4.4.4-src.zip
>
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
>
> --------------------------------------------------------------------------
> Vote: HttpComponents Core 4.4.4 release
> [ ] +1 Release the packages as HttpComponents Core 4.4.4.
> [ ] -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