+1
I could only get the build to work on Java 8, see below. I tested Java 7,
8, 9, 10 and 11 EA.

FYI: We are not supposed to publish MD5 files anymore.

ASC, MD5, SHA512 OK.

Apache RAT check OK.

Clirr check OK.

- Build fails with 'mvn clean install -P!use-toolchains' using:

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: C:\Java\apache-maven-3.5.4\bin\..
Java version: 1.7.0_80, vendor: Oracle Corporation, runtime: 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"

[ERROR] Failures:
[ERROR]   TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch2:696
expected:<class java.net.SocketException> but was:<class
javax.net.ssl.SSLHandshakeException>
[INFO]
[ERROR] Tests run: 668, Failures: 1, Errors: 0, Skipped: 0

- Build passes with 'mvn clean install -P!use-toolchains' using:

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: C:\Java\apache-maven-3.5.4\bin\..
Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk1.8.0_172\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

- Build fails with 'mvn clean install -P!use-toolchains -Plax-doclint'
using:

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: C:\Java\apache-maven-3.5.4\bin\..
Java version: 9.0.4, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-9.0.4
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

16:52:34.938 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.exam [1]] is not resolved
16:52:34.938 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.exam.inject [2]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.exam.extender.service [3]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.logging.pax-logging-api [5]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.base [6]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.swissbox.core [7]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.swissbox.extender [8]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.swissbox.framework [9]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.swissbox.tracker [11]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.apache.httpcomponents.httpcore [13]] is not resolved
16:52:34.939 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[wrap_mvn_org.apache.httpcomponents_httpcore_4.4.10__tests_Import-Package_org.apache.http.protocol_org.apache.http_org.apache.http.config_org.apache.http.entity_org.apache.http.impl_org.apache.http.impl.bootstrap_org.apache.http.util_org.apache.http.message_org.apache.commons.logging__provider_paxlogging_org.junit_Export-Package_org.apache.http.integration
[14]] is not resolved
16:52:34.940 [main] ERROR o.o.p.e.n.i.NativeTestContainer - Bundle
[org.ops4j.pax.exam.invoker.junit [17]] is not resolved
16:52:35.014 [main] INFO  o.o.p.e.s.r.ReactorManager - suite finished
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
1.086 s <<< FAILURE! - in org.apache.http.osgi.ConcurrentIT
[ERROR] org.apache.http.osgi.ConcurrentIT  Time elapsed: 1.084 s  <<< ERROR!
org.ops4j.pax.exam.TestContainerException: There are unresolved bundles.
See previous ERROR log messages for details.

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   ActuallyConnectIT.org.apache.http.osgi.ActuallyConnectIT »
TestContainer There...
[ERROR]   AnnotationIT.org.apache.http.osgi.AnnotationIT » TestContainer
There are unres...
[ERROR]   ConcurrentIT.org.apache.http.osgi.ConcurrentIT » TestContainer
There are unres...
[INFO]
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0

- Build fails with 'mvn clean install -P!use-toolchains -Plax-doclint'
using:

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: C:\Java\apache-maven-3.5.4\bin\..
Java version: 10.0.1, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-10.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test)
on project httpcore: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test failed.:
NullPointerException -> [Help 1]

- Build fails with 'mvn clean install -P!use-toolchains -Plax-doclint'
using:

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T14:33:14-04:00)
Maven home: C:\Java\apache-maven-3.5.4\bin\..
Java version: 11-ea, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-11
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test)
on project httpcore: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test failed.:
NullPointerException -> [Help 1]

Gary


On Tue, Jun 26, 2018 at 4:24 PM Oleg Kalnichevski <[email protected]> wrote:

> Please vote on releasing these packages as HttpCore 4.4.10.
> 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.10-RC1/RELEASE_NOTES-4.4.x.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-1078/org/apache/httpcomponents/
>
> Git Tag: 4.4.10-RC1
>  https://github.com/apache/httpcomponents-core/tree/4.4.10-RC1
>
> Packages:
>  https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.10-RC1
>  revision 27745
>
> Hashes:
>  db7bc01b06220bc22d9a2ee81afaff3d httpcomponents-core-4.4.10-src.tar.gz
>  c2dbfaf5c873e55411320d75f01302aa httpcomponents-core-4.4.10-src.zip
>  7e7e40de3621dbf0e550297a6ad112a6 httpcomponents-core-4.4.10-osgi-bin.zip
>  751e7a4220607a86ad90c320e250c858 httpcomponents-core-4.4.10-bin.zip
>  5e11855db307ff69252702cd117030d7 httpcomponents-core-4.4.10-bin.tar.gz
>  4cdcb49c47f917cb41e131ba0c0cb244
> httpcomponents-core-4.4.10-osgi-bin.tar.gz
>
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpcore/KEYS
>
> --------------------------------------------------------------------------
> Vote: HttpCore 4.4.10 release
> [ ] +1 Release the packages as HttpCore 4.4.10.
> [ ] -1 I am against releasing the packages (must include a reason).
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to