On 2018-10-11 14:21, Oleg Kalnichevski wrote:
Folks

Java 11 ships with a new TLS 1.3 stack that behaves substantially
differently than TLS 1.2 stack in Java 7 to 10.

There were many small things that I had to tweak in HttpCore TLS code
to get integration tests to pass.

Now all integration tests pass for me locally (I run Ubuntu Linux
18.04) and on ASF Jenkins, but integration tests that involve TLS fail
intermittently in Travic CI.

https://builds.apache.org/view/H-L/view/HttpComponents/job/httpcomponents-core-5.x-java11/4/

I suspect this might be OS / platform related.

I would very much appreciate if people with access to MacOS or Windows
could try building the latest HttpCore snapshot and running the
integration tests.
...

I checked out:

  [email protected]:apache/httpcomponents-client.git

(is that the right thing?)

On Win, with Java 11 I get for "mvn clean install":

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.0.0-M1:jar (attach-javadocs) on 
project httpclient5: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - 
C:\tmp\httpcomponents-client\httpclient5\src\main\java\org\apache\hc\client5\http\auth\AuthScope.java:41:
 error: unexpected end tag: </p>
[ERROR]  * </p>
[ERROR]    ^

I assume I need to skip Javadoc generation somewhow?

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to