Joseph Witt created NIFI-5623:
---------------------------------
Summary: Update all usage of Okhttp to latest library
Key: NIFI-5623
URL: https://issues.apache.org/jira/browse/NIFI-5623
Project: Apache NiFi
Issue Type: Bug
Reporter: Joseph Witt
In looking at existing dep usage and available versions we see
[INFO] com.squareup.okhttp3:mockwebserver ................... 3.6.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp ......................... 3.10.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.3.1 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.6.0 -> 3.11.0
[INFO] com.squareup.okhttp3:okhttp .......................... 3.8.1 -> 3.11.0
But in changing to 3.11.0 it became clear we have work to do so we can better
leverage okhttp and its improving/tightening features around things like TLS
setup/cert validation/hostname verification. Several tests started failing
after the update. We need to use certs with updated SANs and we need to
probably improve things as called out in
https://issues.apache.org/jira/browse/NIFI-1478.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)