[
https://issues.apache.org/jira/browse/NIFI-16201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Bende resolved NIFI-16201.
--------------------------------
Fix Version/s: 2.12.0
Assignee: Mark Payne
Resolution: Fixed
> [Connectors] Support Instance Classloading when invoking Connector Methods
> ---------------------------------------------------------------------------
>
> Key: NIFI-16201
> URL: https://issues.apache.org/jira/browse/NIFI-16201
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bob Paulin
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.12.0
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> When connector methods are invoked on Components each declared method is
> returned. This works just fine as long as all the classes required for those
> methods are loaded. This is not always the case with components that support
> Instance Classloading. For example a component that rely on classes from a
> JDBC driver that has not yet been loaded.
>
> To support this instance classloading must be invoked with the additional
> classes loaded. This requires similar support to components that verify
> themselves with additional classes. So this functionality must be
> generalized so it can be used on any component not just verifiable ones.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)