[ 
https://issues.apache.org/jira/browse/NIFI-15300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043265#comment-18043265
 ] 

ASF subversion and git services commented on NIFI-15300:
--------------------------------------------------------

Commit f918193a0943d2b425ae70fb15053f86a51aa40a in nifi's branch 
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f918193a09 ]

NIFI-15300 Fix missing migrateProperties() for Proxy Service configuration 
(#10607)

Signed-off-by: David Handermann <[email protected]>

> 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
>            Priority: Major
>             Fix For: 2.7.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to