Pierre Villard created NIFI-15300:
-------------------------------------
Summary: Missing migrateProperties() for Proxy Service
configuration
Key: NIFI-15300
URL: https://issues.apache.org/jira/browse/NIFI-15300
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 2.7.0
Reporter: Pierre Villard
Assignee: Pierre Villard
Fix For: 2.7.0
Although we have
{code:java}
@Override
default void migrateProperties(PropertyConfiguration config) {
config.renameProperty(OBSOLETE_PROXY_CONFIGURATION_SERVICE,
PROXY_CONFIGURATION_SERVICE.getName());
}
{code}
in ProxyConfigurationService, this is not being called in the components where
we use:
{code:java}
ProxyConfiguration.createProxyConfigPropertyDescriptor(ProxyAwareTransportFactory.PROXY_SPECS)
{code}
This needs to be fixed
--
This message was sent by Atlassian Jira
(v8.20.10#820010)