You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/03/20 14:08:37 UTC

[nifi] branch master updated (23fa2d3 -> f694e64)

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

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


    from 23fa2d3  NIFI-7264 Make jsonPath Expression Logging More Reasonable add special handling of PathNotFoundExceptions to log to debug fix spelling error wrap debug log in guard per review
     add f694e64  NIFI-7187 adding missing version strings from accumulo bundle pom - Removed Cat X JSON.org dep inclusion which seems to not be necessary - Updated a ton of easier/safer looking deps - Updated tika due to CVE

No new revisions were added by this update.

Summary of changes:
 nifi-commons/nifi-flowfile-packager/pom.xml          |  2 +-
 nifi-commons/nifi-metrics/pom.xml                    |  2 +-
 nifi-commons/nifi-record-path/pom.xml                |  2 +-
 nifi-commons/nifi-rocksdb-utils/pom.xml              |  2 +-
 nifi-commons/nifi-schema-utils/pom.xml               |  2 +-
 nifi-commons/nifi-security-utils/pom.xml             |  4 ++--
 nifi-commons/nifi-socket-utils/pom.xml               |  2 +-
 nifi-nar-bundles/nifi-accumulo-bundle/pom.xml        |  2 ++
 .../nifi-amqp-bundle/nifi-amqp-processors/pom.xml    |  2 +-
 .../nifi-datadog-reporting-task/pom.xml              |  2 +-
 .../nifi-easyrules-service/pom.xml                   |  6 +++---
 .../nifi-email-bundle/nifi-email-processors/pom.xml  |  2 +-
 .../nifi-enrich-processors/pom.xml                   | 12 ++++++------
 .../nifi-extension-utils/nifi-database-utils/pom.xml |  2 +-
 .../nifi-record-utils/nifi-avro-record-utils/pom.xml |  2 +-
 .../nifi-standard-record-utils/pom.xml               |  4 ++--
 .../nifi-reporting-utils/pom.xml                     |  2 +-
 .../nifi-framework/nifi-framework-core/pom.xml       |  2 +-
 .../nifi-framework/nifi-web/nifi-jetty/pom.xml       |  4 ++--
 .../web/security/headers/HTTPHeaderFiltersTest.java  | 20 +++++++++++++++-----
 nifi-nar-bundles/nifi-framework-bundle/pom.xml       | 16 ++++++++--------
 .../nifi-graph-bundle/nifi-graph-processors/pom.xml  |  2 +-
 .../nifi-grpc-bundle/nifi-grpc-processors/pom.xml    |  2 +-
 .../nifi-hbase-bundle/nifi-hbase-processors/pom.xml  |  4 ++--
 .../nifi-hive-bundle/nifi-hive-processors/pom.xml    |  2 +-
 .../nifi-hive-bundle/nifi-hive3-processors/pom.xml   |  2 +-
 .../nifi-hive_1_1-processors/pom.xml                 |  2 +-
 .../nifi-hl7-bundle/nifi-hl7-processors/pom.xml      |  4 ++--
 .../nifi-html-bundle/nifi-html-processors/pom.xml    |  2 +-
 .../nifi-ignite-processors/pom.xml                   |  2 +-
 .../nifi-influxdb-processors/pom.xml                 |  4 ++--
 .../nifi-jms-bundle/nifi-jms-processors/pom.xml      |  4 ++--
 .../nifi-jolt-record-processors/pom.xml              |  2 +-
 .../nifi-kerberos-iaa-providers/pom.xml              |  2 +-
 .../nifi-kite-bundle/nifi-kite-processors/pom.xml    |  2 +-
 .../nifi-ldap-iaa-providers/pom.xml                  |  2 +-
 .../nifi-media-bundle/nifi-media-processors/pom.xml  |  4 ++--
 .../nifi-metrics-reporting-task/pom.xml              |  2 +-
 .../nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml    |  2 +-
 .../nifi/processors/mqtt/common/MqttTestClient.java  |  5 +++++
 .../nifi-provenance-repository-bundle/pom.xml        |  2 +-
 .../nifi-ranger-bundle/nifi-ranger-plugin/pom.xml    |  2 +-
 .../nifi-registry-service/pom.xml                    |  2 +-
 .../nifi-rethinkdb-processors/pom.xml                |  2 +-
 .../nifi-riemann-processors/pom.xml                  |  2 +-
 .../nifi-rules-action-handler-service/pom.xml        |  6 +++---
 .../nifi-scripting-processors/pom.xml                |  4 ++--
 .../nifi-solr-bundle/nifi-solr-processors/pom.xml    |  2 +-
 .../nifi-spark-bundle/nifi-livy-processors/pom.xml   |  2 +-
 nifi-nar-bundles/nifi-spark-bundle/pom.xml           |  5 -----
 .../nifi-spring-processors/pom.xml                   |  2 +-
 .../nifi-sql-reporting-tasks/pom.xml                 |  2 +-
 .../nifi/processors/standard/HandleHttpRequest.java  |  2 +-
 .../standard/servlets/ListenHTTPServlet.java         |  2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml        | 14 +++++++-------
 .../nifi-hbase_1_1_2-client-service/pom.xml          |  2 +-
 .../nifi-hbase_2-client-service/pom.xml              |  2 +-
 .../nifi-lookup-services/pom.xml                     |  6 +++---
 .../nifi-record-serialization-services/pom.xml       |  8 ++++----
 .../nifi-update-attribute-processor/pom.xml          |  4 ++--
 .../nifi-update-attribute-ui/pom.xml                 |  2 +-
 nifi-toolkit/nifi-toolkit-admin/pom.xml              |  6 +++---
 nifi-toolkit/nifi-toolkit-api/pom.xml                |  2 +-
 nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml     |  8 ++++----
 pom.xml                                              |  4 ++--
 65 files changed, 126 insertions(+), 114 deletions(-)