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

joewitt pushed a change to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 200538a  NIFI-9399 Apply Secure Processing to TransformXml XSLT
     new ffebbab  NIFI-9473 - Upgrade Jackson from 2.12.3 to 2.12.5
     new e66c21a  NIFI-9468 - Bump Kafka client from 2.6.0 to 2.6.3
     new c7be58a  NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi
     new 95159eb  NIFI-9420 Upgraded MiNiFi Guava from 26.0 to 31.0.1
     new 25a2738  NIFI-9419 ParseCEF - Upgraded parcefone and supported empty 
extensions
     new bd16b93  NIFI-9408 - MiNiFi - remove Ignite dependencies
     new b79714c  NIFI-9396 - MiNiFi - bump junit to 4.13.2
     new 94fee5b  NIFI-9395 - MiNiFi - bump httpclient to 4.5.13
     new 73b3246  NIFI-9394 Removed RequestLogger and TimerFilter
     new 3955b88  NIFI-9393 Set Port Scheduled State for Flow Definitions
     new 7208cc8  Revert "NIFI-9394 Removed RequestLogger and TimerFilter"
     new 534e6ea  NIFI-9260 Making the 'write and rename' behaviour optional 
for PutHDFS
     new 2273fe5  NIFI-9194: Upsert for Oracle12+
     new 2f9963a  NIFI-9185 Add Avro logical type to SelectHive3QL processor
     new 4e88943  NIFI-5821 Added Engine Name to Script Engine property 
descriptions

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../provider/nifi/rest/TemplatesIteratorTest.java  |  14 +--
 .../minifi-framework/minifi-framework-core/pom.xml |   5 -
 minifi/pom.xml                                     |  26 +----
 .../apache/nifi/groups/StandardProcessGroup.java   |   7 ++
 .../flow/mapping/NiFiRegistryFlowMapper.java       |  11 +-
 .../flow/mapping/NiFiRegistryFlowMapperTest.java   |   6 +
 .../org/apache/nifi/processors/hadoop/PutHDFS.java |  35 +++++-
 .../apache/nifi/processors/hadoop/PutHDFSTest.java |  74 +++++++++---
 .../apache/nifi/processors/hive/SelectHive3QL.java |  19 +++-
 .../org/apache/nifi/util/hive/HiveJdbcCommon.java  |  72 ++++++++++--
 .../nifi/processors/hive/TestSelectHive3QL.java    | 124 +++++++++++++++++++++
 nifi-nar-bundles/nifi-kafka-bundle/pom.xml         |   2 +-
 .../nifi/script/ScriptingComponentHelper.java      |  15 ++-
 .../script/TestScriptingComponentHelper.java       |  54 +++++++++
 .../apache/nifi/processors/standard/ParseCEF.java  |  20 +++-
 .../standard/db/impl/Oracle12DatabaseAdapter.java  | 105 ++++++++++++++++-
 .../nifi/processors/standard/TestParseCEF.java     |  32 ++++++
 .../db/impl/TestOracle12DatabaseAdapter.java       |  79 +++++++++++++
 nifi-nar-bundles/nifi-standard-bundle/pom.xml      |   2 +-
 pom.xml                                            |   2 +-
 20 files changed, 622 insertions(+), 82 deletions(-)
 create mode 100644 
nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/test/java/org/apache/nifi/processors/script/TestScriptingComponentHelper.java

Reply via email to