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

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


    from 62c34d7  Merge pull request #4031 from jfrazee/NIFI-6791
     new 7374361  NIFI-7223 - Fixed a minor issue where the 
OkHttpReplicationClient class loaded blank properties as empty string instead 
of an expected null value. Added a isNotBlank check. Added unit tests for 
replication client and HTTPNotificationService. NIFI-7223 - Renamed some 
variables and methods. NIFI-7223 - Removed unused dependency. Corrected 
security properties in administration-guide.
     new f9d7505  NIFI-7223 [WIP] Resolved compilation issues in unit test on 
OpenJDK 11 by removing Sun security class references. Added 
OkHttpReplicationClient#isTLSConfigured() method. Added unit test. NIFI-7223 
Fixed remaining unit tests for TLS regression. Renamed tests for clarity.
     new 69b6c23  NIFI-7223 - Added another test for when keyPasswd is not 
present.
     new 3feb85a  NIFI-7223 Resolved merge conflicts from additional test case 
for null key password.

The 4 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:
 nifi-bootstrap/pom.xml                             |   5 +
 .../http/TestHttpNotificationServiceSSL.java       | 190 ++++++++++++++++++++-
 .../src/main/asciidoc/administration-guide.adoc    |   5 +-
 .../okhttp/OkHttpReplicationClient.java            |  29 +++-
 .../okhttp/OkHttpReplicationClientTest.groovy      | 141 +++++++++++++++
 .../src/test/resources/conf}/keystore.jks          | Bin
 .../src/test/resources/conf}/truststore.jks        | Bin
 7 files changed, 355 insertions(+), 15 deletions(-)
 copy 
nifi-nar-bundles/{nifi-websocket-bundle/nifi-websocket-services-jetty/src/test/resources/certs
 => 
nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/resources/conf}/keystore.jks
 (100%)
 copy {nifi-toolkit/nifi-toolkit-tls/src/test/resources/localhost => 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/resources/conf}/truststore.jks
 (100%)

Reply via email to