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 2017/11/02 10:44:57 UTC

[VOTE] Release HttpCore 5.0-beta1 based on beta1-RC1

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

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

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

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

Hashes:
 8c324dd340c2baa649d1558eeeb82f55 httpcomponents-core-5.0-beta1-osgi-bin.zip
 56122659f2822e2f6efbefb22b87b81c httpcomponents-core-5.0-beta1-bin.zip
 8e8afdc4682e6d29ef1565eee4ab1428 httpcomponents-core-5.0-beta1-src.tar.gz
 17856c3c6ef532c566d573ea995075d5 httpcomponents-core-5.0-beta1-bin.tar.gz
 1721a806f13009c881b58ee292081b9a httpcomponents-core-5.0-beta1-src.zip
 a06b4e79d5780ab68a82e04fdb0903e2 httpcomponents-core-5.0-beta1-osgi-bin.tar.gz

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

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

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

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

Posted by "info@flyingfischer.ch" <in...@flyingfischer.ch>.
[X] +1 Release the packages as HttpCore 5.0-beta1.

Markus


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


Release issues Re: [VOTE] Release HttpCore 5.0-beta1 based on beta1-RC1

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, 2017-11-02 at 18:07 -0600, Gary Gregory wrote:
> 

...


> The tests need to be adjusted for:
> 
> 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"
> java version "1.8.0"

I'll take care of it after the release.


> Java(TM) SE Runtime Environment (build pwi3280sr4fp5-20170421_01(SR4
> FP5))
> IBM J9 VM (build 2.8, JRE 1.8.0 Windows 10 x86-32 20170419_344392
> (JIT
> enabled, AOT enabled)
> J9VM - R28_20170419_1004_B344392
> JIT  - tr.r14.java_20170419_344392
> GC   - R28_20170419_1004_B344392
> J9CL - 20170419_344392)
> JCL - 20170420_01 based on Oracle jdk8u131-b11
> 
> Where I get:
> 
> [ERROR] Failures:
> [ERROR]   TestSSLContextBuilder.testBuildAllDefaults:107
> expected:<[SunJSSE]> but was:<[IBMJSSE2]>
> [ERROR]   TestSSLContextBuilder.testBuildAllNull:124
> expected:<[SunJSSE]>
> but was:<[IBMJSSE2]>
> [ERROR]   TestSSLContextBuilder.testBuildWithProvider:185
> expected:<[SunJSSE]> but was:<[IBMJSSE2]>
> [ERROR]   TestSSLContextBuilder.testBuildWithProviderName:197
> expected:<[SunJSSE]> but was:<[IBMJSSE2]>
> [ERROR]   TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch1
> 
> I do not have an app coded to the new API, so that's all I could
> test.
> 
> Note that I had to disable my Maven toolchain.xml file because on
> Java 8,
> the build was picking up Java 7's Javadoc and failing since Javadoc 7
> does
> not know about turning off doclint.
> 

I ran into this issue, too, but it was too late. It looks like profile
activation based on Java version and ToolChain plugin do not play
along. The easiest work-around for the issue is to disable lax-doclint
profile with

-P-lax-doclint

Oleg

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


Re: [VOTE] Release HttpCore 5.0-beta1 based on beta1-RC1

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

ASC, MD5, SHA512 OK

Tested from src zip 'mvn clean install' with:

Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T01:58:13-06:00)
Maven home: C:\Java\apache-maven-3.5.2
*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"

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"

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"

The tests need to be adjusted for:

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"
java version "1.8.0"
Java(TM) SE Runtime Environment (build pwi3280sr4fp5-20170421_01(SR4 FP5))
IBM J9 VM (build 2.8, JRE 1.8.0 Windows 10 x86-32 20170419_344392 (JIT
enabled, AOT enabled)
J9VM - R28_20170419_1004_B344392
JIT  - tr.r14.java_20170419_344392
GC   - R28_20170419_1004_B344392
J9CL - 20170419_344392)
JCL - 20170420_01 based on Oracle jdk8u131-b11

Where I get:

[ERROR] Failures:
[ERROR]   TestSSLContextBuilder.testBuildAllDefaults:107
expected:<[SunJSSE]> but was:<[IBMJSSE2]>
[ERROR]   TestSSLContextBuilder.testBuildAllNull:124 expected:<[SunJSSE]>
but was:<[IBMJSSE2]>
[ERROR]   TestSSLContextBuilder.testBuildWithProvider:185
expected:<[SunJSSE]> but was:<[IBMJSSE2]>
[ERROR]   TestSSLContextBuilder.testBuildWithProviderName:197
expected:<[SunJSSE]> but was:<[IBMJSSE2]>
[ERROR]   TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch1

I do not have an app coded to the new API, so that's all I could test.

Note that I had to disable my Maven toolchain.xml file because on Java 8,
the build was picking up Java 7's Javadoc and failing since Javadoc 7 does
not know about turning off doclint.

Gary


On Thu, Nov 2, 2017 at 4:44 AM, Oleg Kalnichevski <ol...@apache.org> wrote:

> Please vote on releasing these packages as HttpCore 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/
> httpcore-5.0-beta1-RC1/RELEASE_NOTES-5.0.x.txt
>
> Maven artefacts:
>  https://repository.apache.org/content/repositories/
> orgapachehttpcomponents-1069/org/apache/httpcomponents/
>
> Git Tag: 5.0-beta1-RC1
>  https://github.com/apache/httpcomponents-core/tree/5.0-beta1-RC1
>
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/
> httpcore-5.0-beta1-RC1
>  revision 22821
>
> Hashes:
>  8c324dd340c2baa649d1558eeeb82f55 httpcomponents-core-5.0-beta1-
> osgi-bin.zip
>  56122659f2822e2f6efbefb22b87b81c httpcomponents-core-5.0-beta1-bin.zip
>  8e8afdc4682e6d29ef1565eee4ab1428 httpcomponents-core-5.0-beta1-src.tar.gz
>  17856c3c6ef532c566d573ea995075d5 httpcomponents-core-5.0-beta1-bin.tar.gz
>  1721a806f13009c881b58ee292081b9a httpcomponents-core-5.0-beta1-src.zip
>  a06b4e79d5780ab68a82e04fdb0903e2 httpcomponents-core-5.0-beta1-
> osgi-bin.tar.gz
>
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
>
> --------------------------------------------------------------------------
> Vote: HttpCore 5.0-beta1 release
> [ ] +1 Release the packages as HttpCore 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 HttpCore 5.0-beta1 based on beta1-RC1

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

On Thu, 2017-11-02 at 11:44 +0100, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpCore 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/httpcore-5.0-b
> eta1-RC1/RELEASE_NOTES-5.0.x.txt
> 
> Maven artefacts:
>  https://repository.apache.org/content/repositories/orgapachehttpcomp
> onents-1069/org/apache/httpcomponents/
> 
> Git Tag: 5.0-beta1-RC1
>  https://github.com/apache/httpcomponents-core/tree/5.0-beta1-RC1
> 
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0-b
> eta1-RC1
>  revision 22821
> 
> Hashes:
>  8c324dd340c2baa649d1558eeeb82f55 httpcomponents-core-5.0-beta1-osgi-
> bin.zip
>  56122659f2822e2f6efbefb22b87b81c httpcomponents-core-5.0-beta1-
> bin.zip
>  8e8afdc4682e6d29ef1565eee4ab1428 httpcomponents-core-5.0-beta1-
> src.tar.gz
>  17856c3c6ef532c566d573ea995075d5 httpcomponents-core-5.0-beta1-
> bin.tar.gz
>  1721a806f13009c881b58ee292081b9a httpcomponents-core-5.0-beta1-
> src.zip
>  a06b4e79d5780ab68a82e04fdb0903e2 httpcomponents-core-5.0-beta1-osgi-
> bin.tar.gz
> 
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
> 
> -------------------------------------------------------------------
> -------
> Vote: HttpCore 5.0-beta1 release
> [ ] +1 Release the packages as HttpCore 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