[
https://issues.apache.org/jira/browse/NIFI-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Bende updated NIFI-10627:
-------------------------------
Fix Version/s: 1.19.0
> VersionedPort missing getter
> ----------------------------
>
> Key: NIFI-10627
> URL: https://issues.apache.org/jira/browse/NIFI-10627
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Paul Grey
> Assignee: Paul Grey
> Priority: Trivial
> Fix For: 1.19.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)