This is an automated email from the ASF dual-hosted git repository. pwicks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from b12a9ad NIFI-6159 - Add BigQuery processor using the Streaming API add f1d35f4 NIFI-6684 Add more property to Hive3ConnectionPool (#3763) No new revisions were added by this update. Summary of changes: .../nifi-hive-bundle/nifi-hive3-processors/pom.xml | 5 + .../apache/nifi/dbcp/hive/Hive3ConnectionPool.java | 129 ++++++++++++++++++++- .../nifi/dbcp/hive/Hive3ConnectionPoolTest.java | 6 +- .../nifi-dbcp-service-api/pom.xml | 5 + .../java/org/apache/nifi/dbcp/DBCPValidator.java | 54 +++++++++ .../org/apache/nifi/dbcp/DBCPConnectionPool.java | 42 +------ 6 files changed, 197 insertions(+), 44 deletions(-) create mode 100644 nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/src/main/java/org/apache/nifi/dbcp/DBCPValidator.java