On Tue, Feb 5, 2019 at 1:33 PM Pascal Schumacher
wrote:
> Just a guess, but
>
> Caused by: javax.net.ssl.SSLHandshakeException: No available
> authentication scheme
>
> seems to hint at TLS version / cypher suite changes. The antique
> versions probably want to use a cypher suite that is disable
Just a guess, but
Caused by: javax.net.ssl.SSLHandshakeException: No available
authentication scheme
seems to hint at TLSĀ version / cypher suite changes. The antique
versions probably want to use a cypher suite that is disabled on Java
11, e.g. 3DES
https://www.oracle.com/technetwork/java
I have not done java 11 work before, but I would like to help
On February 4, 2019 at 17:29:38, Gary Gregory (garydgreg...@gmail.com)
wrote:
Now that 2.3 is done, I'd like some help to get the build running on Java
11, which currently fails in the tests:
https://travis-ci.org/apache/commons-vfs/
Now that 2.3 is done, I'd like some help to get the build running on Java
11, which currently fails in the tests:
https://travis-ci.org/apache/commons-vfs/jobs/488728611
The failures might all be related to the antique version of Apache Mina and
JackRabbit we are using.
Does anyone have the know