netty5/handler
Norman Maurer 5163869439 Only try to load conscrypt class in tests when supported.
Motivation:

1419f5b601 added support for conscrypt but the CI started to fail when running tests with java7 as conscrypt is compiled with java8. This was partly fixed in c4832cd9d9 but we also need to ensure we not try to even load the classes.

Modifications:

Only try to load conscrypt classes when on java8+-

Result:

CI not fails anymore.
2017-04-01 22:51:51 +02:00
..
src Only try to load conscrypt class in tests when supported. 2017-04-01 22:51:51 +02:00
pom.xml Adding support for Conscrypt (#6271) 2017-03-31 13:55:59 -07:00