Jake Dalli created NIFI-7915:
--------------------------------
Summary: Components using okhttp 3.x Broken on Nifi 1.9.2
Key: NIFI-7915
URL: https://issues.apache.org/jira/browse/NIFI-7915
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.9.2
Reporter: Jake Dalli
Hi,
As of the latest Java version (8u252), components using the okhttp3 dependency
are broken with the following error:
{code:java}
clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK 9
{code}
Following some investigation, it turns out to be an issue with the dependency:
[https://github.com/square/okhttp/issues/6019]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)