NIFI-12244 - UpdateRecord invalid because of migrateProperties (#7898)

This commit is contained in:
Pierre Villard 2023-10-19 15:34:55 +02:00 committed by GitHub
parent 88bdeee219
commit 814e94b2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ public class UpdateRecord extends AbstractRecordProcessor {
@Override
public void migrateProperties(final PropertyConfiguration config) {
super.migrateProperties(config);
config.renameProperty("replacement-value-strategy", REPLACEMENT_VALUE_STRATEGY.getName());
}