You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Paul Grey (Jira)" <ji...@apache.org> on 2022/10/11 19:42:00 UTC

[jira] [Created] (NIFI-10627) additional FDPort API to enable java bean validation

Paul Grey created NIFI-10627:
--------------------------------

             Summary: additional FDPort API to enable java bean validation
                 Key: NIFI-10627
                 URL: https://issues.apache.org/jira/browse/NIFI-10627
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Paul Grey
            Assignee: Paul Grey


Class "VersionedPort" includes member variable "allowRemoteAccess", with read accessor "isAllowRemoteAccess()".  Java bean introspector expects any Boolean member to be exposed with "get" API.

To maintain code compatibility, add "get" API rather than replacing "is" with "get".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)