This is an automated email from the ASF dual-hosted git repository.
jstorck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from e0fc75a NIFI-7019 Add kerberos principal and password properties to
NiFi DBPCConnectionPool
add 852d2f3 NIFI-7030 Add Kerberos principal and password properties to
Solr processors Updating validation logic to be consistent with other
password-based kerberos processors, removing getPassword from
KerberosPasswordUser as it was only used from testing
No new revisions were added by this update.
Summary of changes:
.../org/apache/nifi/processors/solr/GetSolr.java | 56 +++++++--------
.../nifi/processors/solr/PutSolrContentStream.java | 4 ++
.../apache/nifi/processors/solr/PutSolrRecord.java | 4 ++
.../org/apache/nifi/processors/solr/QuerySolr.java | 4 ++
.../apache/nifi/processors/solr/SolrProcessor.java | 67 ++++++++++++++++--
.../org/apache/nifi/processors/solr/SolrUtils.java | 34 ++++++++--
.../processors/solr/TestPutSolrContentStream.java | 79 ++++++++++++++++++++--
7 files changed, 204 insertions(+), 44 deletions(-)