This is an automated email from the ASF dual-hosted git repository.
bbende pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from d9c5a19255 NIFI-13681 Aligned Cluster Docker Environment Variables
with Properties (#9199)
add e9f84083eb NIFI-13684 Set Cluster Status HTTP Code based on Connection
(#9202)
No new revisions were added by this update.
Summary of changes:
.../command/ManagementServerBootstrapCommand.java | 1 +
.../ManagementServerBootstrapCommandTest.java | 150 +++++++++++++++++++++
.../nifi/runtime/HealthClusterHttpHandler.java | 16 ++-
.../nifi/runtime/StandardManagementServerTest.java | 56 +++++++-
4 files changed, 218 insertions(+), 5 deletions(-)
create mode 100644
nifi-bootstrap/src/test/java/org/apache/nifi/bootstrap/command/ManagementServerBootstrapCommandTest.java