GitHub user Alex-Vol opened a pull request:
https://github.com/apache/thrift/pull/1470
Fix the Travis build issue with Java SSL ubuntu-trusty container
The latest Trusty JDK7 builds with Gradle seem to have encountered this
issue
because the OpenJDK removed the SunEC algorithms.
See: https://github.com/travis-ci/travis-ci/issues/8503
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Alex-Vol/thrift fix-trusty-jdk7-ssl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1470
----
commit 774d558d8ffc9d8404673401b6bfd442072f9d0c
Author: Alex Volanis <alexander.volanis@...>
Date: 2018-01-15T04:59:53Z
Fix the Travis build issue with Java SSL in ubuntu-trusty container
The latest Trusty JDK7 builds seem to have encountered this issue
because the OpenJDK removed the SunEC algorithms.
See: https://github.com/travis-ci/travis-ci/issues/8503
----
---