Eric Secules created NIFI-12164:
-----------------------------------
Summary: JDK 8 build broken in support/nifi-1.x branch
Key: NIFI-12164
URL: https://issues.apache.org/jira/browse/NIFI-12164
Project: Apache NiFi
Issue Type: Bug
Reporter: Eric Secules
Assignee: Eric SeculesNIFI-11739 introduced code that wasn't compatible with JDK 8 (calling `.isEmpty()` on an `Optional`). Replace by `!myOption.isPresnet()` -- This message was sent by Atlassian Jira (v8.20.10#820010)
