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 2018/01/15 12:59:03 UTC

[VOTE] Release HttpClient 5.0-beta1 based on RC1

Please vote on releasing these packages as HttpClient 5.0-beta1.
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/httpclient-5.0-beta1-RC1/RELEASE_NOTES-5.0.x.txt

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

Git Tag: 5.0-beta1-RC1
 https://github.com/apache/httpcomponents-client/tree/5.0-beta1-RC1

Packages:
 https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.0-beta1-RC1
 revision 24217

Hashes:
 3d3ba2072ed233030a17a01c251a505d httpcomponents-client-5.0-beta1-src.zip
 bc144a0f7c13851eac6d4e76c423faa2 httpcomponents-client-5.0-beta1-src.tar.gz
 a05ba5296b8b89d6f0dbf84ad1879249 httpcomponents-client-5.0-beta1-osgi-bin.zip
 e4c1c04cee30a4d5dd622114e5cf0354 httpcomponents-client-5.0-beta1-bin.zip
 417a98c525d73d4b52c1c4eaf241711b httpcomponents-client-5.0-beta1-osgi-bin.tar.gz
 668464691386e23c4d37d7d1ebbae3aa httpcomponents-client-5.0-beta1-bin.tar.gz

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

--------------------------------------------------------------------------
Vote: HttpClient 5.0-beta1 release
[ ] +1 Release the packages as HttpClient 5.0-beta1.
[ ] -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 HttpClient 5.0-beta1 based on RC1

Posted by V Cekvenich <vi...@gmail.com>.
Where is javadoc for 5.x?

On Wed, Jan 17, 2018 at 12:31 PM, Gary Gregory <ga...@gmail.com>
wrote:

> +1
>
> From src zip: ASC, MD5, SHA512 OK.
>
> mvn apache-rat:check OK
>
> Tested 'mvn -V clean package -Dhc.javadoc.version=3.0.0':
>
> [If I do not override the Maven Javadoc Plugin version, I get Javadoc
> errors. We should release parent 11.]
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T01:58:13-06:00)
> Maven home: C:\Java\apache-maven-3.5.2\bin\..
> Java version: *1.7.0_80*, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_80\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
>
> OK
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T01:58:13-06:00)
> Maven home: C:\Java\apache-maven-3.5.2\bin\..
> Java version: *1.8.0_152*, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_152\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
> OK
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T01:58:13-06:00)
> Maven home: C:\Java\apache-maven-3.5.2\bin\..
> Java version: *9.0.1*, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk-9.0.1
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
> OK
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T01:58:13-06:00)
> Maven home: C:\Java\apache-maven-3.5.2\bin\..
> Java version: 10-ea, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk-10
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> java version "10-ea" 2018-03-20
> Java(TM) SE Runtime Environment 18.3 (build 10-ea+38)
> Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10-ea+38, mixed mode)
>
> NOT OK: Blows up in Maven Surefire plugin due to NPE in shaded Apache
> Commons
> Lang: org.apache.maven.surefire.shade.org.apache.commons.
> lang3.SystemUtils.isJavaVersionAtLeast
> (SystemUtils.java:1626)
> I created https://issues.apache.org/jira/browse/SUREFIRE-1465
>
> Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
> 2017-10-18T01:58:13-06:00)
> Maven home: C:\Java\apache-maven-3.5.2\bin\..
> Java version: 1.8.0, vendor: IBM Corporation
> Java home: C:\eclipse\IBM-6.4.5\ibm_sdk80\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "x86", family: "windows"
>
> OK
>
> My toolchain:
>
> <?xml version="1.0" encoding="UTF8"?>
> <toolchains>
> <!-- JDK toolchains -->
> <toolchain>
> <type>jdk</type>
> <provides>
> <version>1.6</version>
> <vendor>sun</vendor>
> </provides>
> <configuration>
> <jdkHome>C:\Program Files\Java\jdk1.6.0_45</jdkHome>
> </configuration>
> </toolchain>
> <toolchain>
> <type>jdk</type>
> <provides>
> <version>1.7</version>
> <vendor>sun</vendor>
> </provides>
> <configuration>
> <jdkHome>C:\Program Files\Java\jdk1.7.0_80</jdkHome>
> </configuration>
> </toolchain>
> <toolchain>
> <type>jdk</type>
> <provides>
> <version>1.8</version>
> <vendor>sun</vendor>
> </provides>
> <configuration>
> <jdkHome>C:\Program Files\Java\jdk1.8.0_152</jdkHome>
> </configuration>
> </toolchain>
> <toolchain>
> <type>jdk</type>
> <provides>
> <version>9</version>
> <vendor>sun</vendor>
> </provides>
> <configuration>
> <jdkHome>C:\Program Files\Java\jdk-9.0.1</jdkHome>
> </configuration>
> </toolchain>
> <toolchain>
> <type>jdk</type>
> <provides>
> <version>10</version>
> <vendor>sun</vendor>
> </provides>
> <configuration>
> <jdkHome>C:\Program Files\Java\jdk-10</jdkHome>
> </configuration>
> </toolchain>
> </toolchains>
>
> Gary
>
>
>
> On Mon, Jan 15, 2018 at 5:59 AM, Oleg Kalnichevski <ol...@apache.org>
> wrote:
>
> > Please vote on releasing these packages as HttpClient 5.0-beta1.
> > 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/
> > httpclient-5.0-beta1-RC1/RELEASE_NOTES-5.0.x.txt
> >
> > Maven artefacts:
> >  https://repository.apache.org/content/repositories/
> > orgapachehttpcomponents-1076/org/apache/httpcomponents/
> >
> > Git Tag: 5.0-beta1-RC1
> >  https://github.com/apache/httpcomponents-client/tree/5.0-beta1-RC1
> >
> > Packages:
> >  https://dist.apache.org/repos/dist/dev/httpcomponents/
> > httpclient-5.0-beta1-RC1
> >  revision 24217
> >
> > Hashes:
> >  3d3ba2072ed233030a17a01c251a505d httpcomponents-client-5.0-
> beta1-src.zip
> >  bc144a0f7c13851eac6d4e76c423faa2 httpcomponents-client-5.0-
> > beta1-src.tar.gz
> >  a05ba5296b8b89d6f0dbf84ad1879249 httpcomponents-client-5.0-
> > beta1-osgi-bin.zip
> >  e4c1c04cee30a4d5dd622114e5cf0354 httpcomponents-client-5.0-
> beta1-bin.zip
> >  417a98c525d73d4b52c1c4eaf241711b httpcomponents-client-5.0-
> > beta1-osgi-bin.tar.gz
> >  668464691386e23c4d37d7d1ebbae3aa httpcomponents-client-5.0-
> > beta1-bin.tar.gz
> >
> > Keys:
> >  http://www.apache.org/dist/httpcomponents/httpclient/KEYS
> >
> > ------------------------------------------------------------
> --------------
> > Vote: HttpClient 5.0-beta1 release
> > [ ] +1 Release the packages as HttpClient 5.0-beta1.
> > [ ] -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 HttpClient 5.0-beta1 based on RC1

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

From src zip: ASC, MD5, SHA512 OK.

mvn apache-rat:check OK

Tested 'mvn -V clean package -Dhc.javadoc.version=3.0.0':

[If I do not override the Maven Javadoc Plugin version, I get Javadoc
errors. We should release parent 11.]

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2\bin\..
Java version: *1.7.0_80*, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"

OK

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2\bin\..
Java version: *1.8.0_152*, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_152\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

OK

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2\bin\..
Java version: *9.0.1*, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk-9.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

OK

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2\bin\..
Java version: 10-ea, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk-10
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
java version "10-ea" 2018-03-20
Java(TM) SE Runtime Environment 18.3 (build 10-ea+38)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10-ea+38, mixed mode)

NOT OK: Blows up in Maven Surefire plugin due to NPE in shaded Apache
Commons
Lang: org.apache.maven.surefire.shade.org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast
(SystemUtils.java:1626)
I created https://issues.apache.org/jira/browse/SUREFIRE-1465

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2\bin\..
Java version: 1.8.0, vendor: IBM Corporation
Java home: C:\eclipse\IBM-6.4.5\ibm_sdk80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "x86", family: "windows"

OK

My toolchain:

<?xml version="1.0" encoding="UTF8"?>
<toolchains>
<!-- JDK toolchains -->
<toolchain>
<type>jdk</type>
<provides>
<version>1.6</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk1.6.0_45</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>1.7</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk1.7.0_80</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>1.8</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk1.8.0_152</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>9</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk-9.0.1</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>10</version>
<vendor>sun</vendor>
</provides>
<configuration>
<jdkHome>C:\Program Files\Java\jdk-10</jdkHome>
</configuration>
</toolchain>
</toolchains>

Gary



On Mon, Jan 15, 2018 at 5:59 AM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpClient 5.0-beta1.
> 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/
> httpclient-5.0-beta1-RC1/RELEASE_NOTES-5.0.x.txt
>
> Maven artefacts:
>  https://repository.apache.org/content/repositories/
> orgapachehttpcomponents-1076/org/apache/httpcomponents/
>
> Git Tag: 5.0-beta1-RC1
>  https://github.com/apache/httpcomponents-client/tree/5.0-beta1-RC1
>
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/
> httpclient-5.0-beta1-RC1
>  revision 24217
>
> Hashes:
>  3d3ba2072ed233030a17a01c251a505d httpcomponents-client-5.0-beta1-src.zip
>  bc144a0f7c13851eac6d4e76c423faa2 httpcomponents-client-5.0-
> beta1-src.tar.gz
>  a05ba5296b8b89d6f0dbf84ad1879249 httpcomponents-client-5.0-
> beta1-osgi-bin.zip
>  e4c1c04cee30a4d5dd622114e5cf0354 httpcomponents-client-5.0-beta1-bin.zip
>  417a98c525d73d4b52c1c4eaf241711b httpcomponents-client-5.0-
> beta1-osgi-bin.tar.gz
>  668464691386e23c4d37d7d1ebbae3aa httpcomponents-client-5.0-
> beta1-bin.tar.gz
>
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpclient/KEYS
>
> --------------------------------------------------------------------------
> Vote: HttpClient 5.0-beta1 release
> [ ] +1 Release the packages as HttpClient 5.0-beta1.
> [ ] -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 HttpClient 5.0-beta1 based on RC1

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

-- 
Asankha C. Perera
AdroitLogic, https://www.adroitlogic.com

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 HttpClient 5.0-beta1 based on RC1

Posted by Oleg Kalnichevski <ol...@apache.org>.
[x] +1 Release the packages as HttpClient 5.0-beta1


On Mon, 2018-01-15 at 13:59 +0100, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpClient 5.0-beta1.
> 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/httpclient-5.0
> -beta1-RC1/RELEASE_NOTES-5.0.x.txt
> 
> Maven artefacts:
>  https://repository.apache.org/content/repositories/orgapachehttpcomp
> onents-1076/org/apache/httpcomponents/
> 
> Git Tag: 5.0-beta1-RC1
>  https://github.com/apache/httpcomponents-client/tree/5.0-beta1-RC1
> 
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.0
> -beta1-RC1
>  revision 24217
> 
> Hashes:
>  3d3ba2072ed233030a17a01c251a505d httpcomponents-client-5.0-beta1-
> src.zip
>  bc144a0f7c13851eac6d4e76c423faa2 httpcomponents-client-5.0-beta1-
> src.tar.gz
>  a05ba5296b8b89d6f0dbf84ad1879249 httpcomponents-client-5.0-beta1-
> osgi-bin.zip
>  e4c1c04cee30a4d5dd622114e5cf0354 httpcomponents-client-5.0-beta1-
> bin.zip
>  417a98c525d73d4b52c1c4eaf241711b httpcomponents-client-5.0-beta1-
> osgi-bin.tar.gz
>  668464691386e23c4d37d7d1ebbae3aa httpcomponents-client-5.0-beta1-
> bin.tar.gz
> 
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpclient/KEYS
> 
> -------------------------------------------------------------------
> -------
> Vote: HttpClient 5.0-beta1 release
> [ ] +1 Release the packages as HttpClient 5.0-beta1.
> [ ] -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