You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2022/03/03 21:31:13 UTC

[nifi] branch main updated (d2e90dd -> c91f543)

This is an automated email from the ASF dual-hosted git repository.

kdoran pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from d2e90dd  NIFI-9751 - Poll as needed during system-tests to ensure expected state
     add c91f543  NIFI-9425: Added auto-load NAR capability to MiNiFi

No new revisions were added by this update.

Summary of changes:
 .../main/assembly/dependencies-windows-service.xml |  9 +++++
 .../src/main/assembly/dependencies.xml             |  9 +++++
 .../minifi/bootstrap/util/ConfigTransformer.java   |  1 +
 .../minifi-framework-nar/pom.xml                   | 32 +++++++++++++--
 .../minifi-framework/minifi-framework-core/pom.xml |  5 ---
 .../main/java/org/apache/nifi/minifi/MiNiFi.java   |  2 +-
 .../minifi-framework/minifi-server/pom.xml         | 15 ++++++++
 .../apache/nifi/minifi/StandardMiNiFiServer.java   |  6 ++-
 .../minifi-server-nar/pom.xml                      | 15 ++++++++
 .../minifi-framework-bundle/pom.xml                |  5 +++
 .../java/org/apache/nifi/nar/NarAutoLoader.java    | 12 ++++--
 .../apache/nifi/headless/HeadlessNiFiServer.java   | 45 +++++++++++++++-------
 12 files changed, 129 insertions(+), 27 deletions(-)