mirror of https://github.com/apache/nifi.git
8c8a9b4d53
Refactored KerberosAction to return a result from execute() Removed usage of ProcessContext.yield() from KerberosAction, which should instead be handled the component using the KerberosCredentialsService. Updated SolrProcessor to yield a flowfile on error, rather than the KerberosAction invoking the yield. NIFI-5985: Updated TestPutSolrContentStream.testUpdateWithKerberosAuth test case to match on PrivilegedExceptionAction instead of PrivilegedAction doAs arguments. NIFI-5985: Moved kerberosUser logout after closing the datasource in the shutdown method. NIFI-5985: Removed catching exceptions in DBCPConnectionPool.shutdown Exception when closing the datasource is prioritized over an exception when logging out the kerberos principal Added GroovyDBCPServiceTest tests to verify prioritizing datasource.close() exception over kerberosUser.logout() exception This closes #3288. Signed-off-by: Bryan Bende <bbende@apache.org> |
||
---|---|---|
.. | ||
nifi-solr-nar | ||
nifi-solr-processors | ||
pom.xml |