This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 6d3a753 NIFI-9215: - During mouse over events the items in the
Controller Service Types table could not be looked up because the identifier of
the item was an integer value and the identifier was a string value. Addressing
the issue by always using a string.
add 1b69c1f NIFI-7588: Handling dynamic properties on termination (#5261)
No new revisions were added by this update.
Summary of changes:
.../nifi/controller/AbstractComponentNode.java | 2 +-
.../nifi/controller/StandardProcessorNodeIT.java | 78 +++++++++++--
.../processors/DynamicPropertiesTestProcessor.java | 123 +++++++++++++++++++++
3 files changed, 193 insertions(+), 10 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/test/processors/DynamicPropertiesTestProcessor.java