This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
from f6e1b526c9 NIFI-11672 Adjusted ListSFTP to handle incomplete File Types
new 7f1dd9c960 NIFI-11471: Define new stateless configuration points Add
two new properties:
new 125e456a64 NIFI-11471: Added a system test to verify controller
service enable timeout. This closes #7242.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../PropertiesFileEngineConfigurationParser.java | 16 +++++++
.../engine/StatelessEngineConfiguration.java | 16 +++++++
.../scheduling/StatelessProcessScheduler.java | 9 ++--
.../stateless/engine/StandardStatelessEngine.java | 10 +++-
.../flow/StandardStatelessDataflowFactory.java | 7 ++-
.../nifi/stateless/flow/StandardStatelessFlow.java | 13 ++++--
.../apache/nifi/stateless/StatelessSystemIT.java | 9 ++++
.../basics/ControllerServiceLifecycleIT.java | 53 ++++++++++++++++++++++
8 files changed, 123 insertions(+), 10 deletions(-)
create mode 100644
nifi-system-tests/nifi-stateless-system-test-suite/src/test/java/org/apache/nifi/stateless/basics/ControllerServiceLifecycleIT.java