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 f7df326 NIFI-9183: Add a command-line option to save status history
add e681d47 NIFI-9211: Fixed NPE when non-existing variable configured
for a property with dynamicallyModifiesClasspath (#5382)
No new revisions were added by this update.
Summary of changes:
.../org/apache/nifi/components/PropertyValue.java | 2 +-
.../resource/StandardResourceReferenceFactory.java | 8 +-
.../resource/StandardResourceReferences.java | 4 +-
.../TestStandardResourceReferenceFactory.java | 93 ++++++++++++++++++++++
4 files changed, 101 insertions(+), 6 deletions(-)
create mode 100644
nifi-api/src/test/java/org/apache/nifi/components/resource/TestStandardResourceReferenceFactory.java