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 2022/02/24 17:28:43 UTC

[nifi] branch main updated (39483b9 -> c331f9c)

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 39483b9  NIFI-9716, NIFI-9577: Addressed issue in the PathFilter for GetFile / ListFile. For any file that is found in the Input Directory directly, it was previously being listed/fetched even if it didn't match the PathFilter. Additionally, updated the code to create a new File FIlter for every invocation of onTrigger. This was necessary for NIFI-9577 because the directory to monitor supports Expression Language and as a result may change from invocation to invocation, if using  [...]
     add c331f9c  NIFI-9227 Run Once not working when scheduling strategy is CRON or Event driven (#5445)

No new revisions were added by this update.

Summary of changes:
 .../nifi/controller/scheduling/QuartzSchedulingAgent.java | 10 ++++------
 .../java/org/apache/nifi/tests/system/NiFiClientUtil.java |  6 ++++++
 .../org/apache/nifi/tests/system/processor/RunOnceIT.java | 15 ++++++++++++++-
 3 files changed, 24 insertions(+), 7 deletions(-)