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

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


    from 6a2081e965 [NIFI-14299] - FIX: Apply button has no text on the 
Controller Settings -> General tab (#9752)
     new 55b0b58a57 NIFI-14310 Updated System Test Suite to use HTTPS This 
closes #9760
     new 6da485b817 NIFI-14311 Fixed Elasticsearch verification message checks 
This closes #9761

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:
 .../integration/ElasticSearchClientService_IT.java |  6 +-
 .../nifi-system-test-authorizer-nar}/pom.xml       |  6 +-
 .../nifi-system-test-authorizer}/pom.xml           |  8 +--
 .../nifi/authorization/SystemTestAuthorizer.java   | 15 ++---
 .../org.apache.nifi.authorization.Authorizer       |  3 +-
 .../pom.xml                                        |  8 +--
 nifi-system-tests/nifi-system-test-suite/pom.xml   |  6 ++
 .../src/test/assembly/dependencies.xml             |  3 +-
 .../nifi/tests/system/AggregateNiFiInstance.java   |  8 +++
 .../apache/nifi/tests/system/NiFiClientUtil.java   |  2 +-
 .../org/apache/nifi/tests/system/NiFiInstance.java |  9 +++
 .../nifi/tests/system/NiFiInstanceCache.java       |  7 +++
 .../org/apache/nifi/tests/system/NiFiSystemIT.java | 16 +++--
 .../tests/system/NiFiSystemKeyStoreProvider.java   | 47 +++++++++++---
 .../SpawnedStandaloneNiFiInstanceFactory.java      | 73 ++++++++++------------
 .../clustering/RestartWithDifferentPortIT.java     |  4 +-
 .../resources/conf/clustered/node1/authorizers.xml |  7 ++-
 .../resources/conf/clustered/node1/nifi.properties | 20 +++---
 .../resources/conf/clustered/node2/authorizers.xml |  7 ++-
 .../resources/conf/clustered/node2/nifi.properties | 20 +++---
 .../test/resources/conf/default/authorizers.xml    |  7 ++-
 .../test/resources/conf/default/nifi.properties    | 20 +++---
 .../test/resources/conf/pythonic/authorizers.xml   |  7 ++-
 .../src/test/resources/conf/pythonic/logback.xml   |  2 +
 .../test/resources/conf/pythonic/nifi.properties   | 20 +++---
 nifi-system-tests/pom.xml                          |  1 +
 26 files changed, 203 insertions(+), 129 deletions(-)
 copy {nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-nar => 
nifi-system-tests/nifi-system-test-authorizer-bundle/nifi-system-test-authorizer-nar}/pom.xml
 (87%)
 copy {nifi-framework-bundle/nifi-framework/nifi-user-actions => 
nifi-system-tests/nifi-system-test-authorizer-bundle/nifi-system-test-authorizer}/pom.xml
 (91%)
 copy 
nifi-framework-bundle/nifi-framework/nifi-authorizer/src/test/java/org/apache/nifi/authorization/mock/MockAuthorizer.java
 => 
nifi-system-tests/nifi-system-test-authorizer-bundle/nifi-system-test-authorizer/src/main/java/org/apache/nifi/authorization/SystemTestAuthorizer.java
 (65%)
 copy minifi/minifi-docker/dockerhub/DockerImage.txt => 
nifi-system-tests/nifi-system-test-authorizer-bundle/nifi-system-test-authorizer/src/main/resources/META-INF/services/org.apache.nifi.authorization.Authorizer
 (93%)
 copy nifi-system-tests/{nifi-system-test-extensions2-bundle => 
nifi-system-test-authorizer-bundle}/pom.xml (87%)
 copy 
nifi-commons/nifi-xml-processing/src/test/resources/standard-namespace-document.xml
 => 
nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node1/authorizers.xml
 (81%)
 copy 
nifi-commons/nifi-xml-processing/src/test/resources/standard-namespace-document.xml
 => 
nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/authorizers.xml
 (81%)
 copy 
nifi-commons/nifi-xml-processing/src/test/resources/standard-namespace-document.xml
 => 
nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/default/authorizers.xml
 (81%)
 copy 
nifi-commons/nifi-xml-processing/src/test/resources/standard-namespace-document.xml
 => 
nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/pythonic/authorizers.xml
 (81%)

Reply via email to