You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/10/12 15:21:37 UTC

[nifi] branch main updated (f7df326 -> e681d47)

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