You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2020/03/11 22:51:28 UTC

[nifi] branch master updated (d687209 -> 290bd37)

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

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


    from d687209  NIFI-7242: When a Parameter is changed, any property referencing that parameter should have its #onPropertyModified method called. Also renamed Accumulo tests to integration tests because they start embedded servers and connect to them, which caused failures in my environment. Also fixed a bug in TestLengthDelimitedJournal because it was resulting in failures when building locally as well.
     add 290bd37  NIFI-7119 Implement boundary checking for Argon2 cost parameters (#4111)

No new revisions were added by this update.

Summary of changes:
 .../security/util/crypto/Argon2SecureHasher.java   | 138 ++++++++++++++++--
 .../util/crypto/Argon2SecureHasherTest.groovy      | 156 +++++++++++++++++++++
 2 files changed, 284 insertions(+), 10 deletions(-)