You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2021/04/21 17:48:16 UTC

[nifi] branch main updated (1ef1905 -> ed6d5ba)

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

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


    from 1ef1905  NIFI-8344: Addressed corner case in which we didn't handle a case where we tailed a file after being rolled over and then processor encounters a newline followed by NUL characters
     add ed6d5ba  NIFI-8451 Updated KeyStoreUtils to use KeyStore.getInstance() with provider

No new revisions were added by this update.

Summary of changes:
 .../apache/nifi/security/util/KeyStoreUtils.java   |  17 +-
 .../security/util/KeyStoreUtilsGroovyTest.groovy   | 226 ---------------------
 .../nifi/security/util/KeyStoreUtilsTest.java      | 143 ++++++-------
 3 files changed, 66 insertions(+), 320 deletions(-)
 delete mode 100644 nifi-commons/nifi-security-utils/src/test/groovy/org/apache/nifi/security/util/KeyStoreUtilsGroovyTest.groovy