-
Bug
-
Resolution: Done
-
Major
The InsightsApacheHttpClient constructor has
this.useMTLS = configuration.getMaybeAuthToken().isEmpty();
which is not JDK8 compatible. We need to use isPresent instead.
The InsightsApacheHttpClient constructor has
this.useMTLS = configuration.getMaybeAuthToken().isEmpty();
which is not JDK8 compatible. We need to use isPresent instead.