c4832cd9d9
Motivation: 1419f5b601ec7f50938a5e745ec2312f881a580f added support for conscrypt but the CI started to fail when running tests with java7 as conscrypt is compiled with java8. Modifications: Only support conscrypt on Java8+ Result: CI not fails anymore.