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

exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 1bad2f56ac NIFI-11369: Fixed Defragment strategy with optional 
fragment.count attribute in MergeContent
     new 26235ad537 NIFI-11611 Refactored TlsConfigurationTest from Groovy to 
Java
     new a75ec445f2 NIFI-11612 Refactored SocketUtilsTest from Groovy to Java

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:
 .../nifi/security/util/TlsConfigurationTest.groovy |  90 -----------------
 .../nifi/security/util/TlsConfigurationTest.java   |  64 ++++++++++++
 .../apache/nifi/io/socket/SocketUtilsTest.groovy   | 111 ---------------------
 .../org/apache/nifi/io/socket/SocketUtilsTest.java |  84 ++++++++++++++++
 .../nifi-socket-utils/src/test/resources/log4j.xml |  36 -------
 5 files changed, 148 insertions(+), 237 deletions(-)
 delete mode 100644 
nifi-commons/nifi-security-utils-api/src/test/groovy/org/apache/nifi/security/util/TlsConfigurationTest.groovy
 create mode 100644 
nifi-commons/nifi-security-utils-api/src/test/java/org/apache/nifi/security/util/TlsConfigurationTest.java
 delete mode 100644 
nifi-commons/nifi-socket-utils/src/test/groovy/org/apache/nifi/io/socket/SocketUtilsTest.groovy
 create mode 100644 
nifi-commons/nifi-socket-utils/src/test/java/org/apache/nifi/io/socket/SocketUtilsTest.java
 delete mode 100644 nifi-commons/nifi-socket-utils/src/test/resources/log4j.xml

Reply via email to