Skip to content

Commit

Permalink
NIFI-12244 - UpdateRecord invalid because of migrateProperties (#7898)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillard31 authored Oct 19, 2023
1 parent 88bdeee commit 814e94b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ protected List<PropertyDescriptor> getSupportedPropertyDescriptors() {

@Override
public void migrateProperties(final PropertyConfiguration config) {
super.migrateProperties(config);
config.renameProperty("replacement-value-strategy", REPLACEMENT_VALUE_STRATEGY.getName());
}

Expand Down

0 comments on commit 814e94b

Please sign in to comment.