[jira] [Updated] (NIFI-9210) Upgrade jsoup to 1.14.2

2021-09-09 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9210: --- Status: Patch Available (was: Open) > Upgrade jsoup to 1.14.2 > --- > >

[jira] [Updated] (NIFI-9210) Upgrade jsoup to 1.14.2

2021-09-09 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-9210: --- Labels: dependency-upgrade security (was: ) > Upgrade jsoup to 1.14.2 >

[GitHub] [nifi] exceptionfactory opened a new pull request #5379: NIFI-9210 Upgrade jsoup from 1.8.3 to 1.14.2

2021-09-09 Thread GitBox
exceptionfactory opened a new pull request #5379: URL: https://github.com/apache/nifi/pull/5379 Description of PR NIFI-9210 Upgrades `jsoup` from 1.8.3 to 1.14.2 in several modules to address potential vulnerabilities. In order to streamline the review of the

[jira] [Assigned] (NIFI-9167) Refactor nifi-framework-bundle to use JUnit 5

2021-09-09 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen reassigned NIFI-9167: -- Assignee: Mike Thomsen > Refactor nifi-framework-bundle to use JUnit 5 >

[GitHub] [nifi] MikeThomsen opened a new pull request #5378: NIFI-9166 Refactored nifi-standard-services to use JUnit 5.

2021-09-09 Thread GitBox
MikeThomsen opened a new pull request #5378: URL: https://github.com/apache/nifi/pull/5378 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug

[jira] [Created] (NIFI-9210) Upgrade jsoup to 1.14.2

2021-09-09 Thread David Handermann (Jira)
David Handermann created NIFI-9210: -- Summary: Upgrade jsoup to 1.14.2 Key: NIFI-9210 URL: https://issues.apache.org/jira/browse/NIFI-9210 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-9209) Class version conflict due to hive-exec-3.1.2.jar

2021-09-09 Thread Denes Arvay (Jira)
Denes Arvay created NIFI-9209: - Summary: Class version conflict due to hive-exec-3.1.2.jar Key: NIFI-9209 URL: https://issues.apache.org/jira/browse/NIFI-9209 Project: Apache NiFi Issue Type:

[GitHub] [nifi] mattyb149 commented on a change in pull request #5365: NIFI-9192: ResultSetRecordSet considers value of useLogicalTypes flag…

2021-09-09 Thread GitBox
mattyb149 commented on a change in pull request #5365: URL: https://github.com/apache/nifi/pull/5365#discussion_r705635141 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java ## @@ -297,7 +271,54 @@ private

[jira] [Assigned] (NIFI-9166) Refactor nifi-standard-services-bundle to use JUnit 5

2021-09-09 Thread Mike Thomsen (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Thomsen reassigned NIFI-9166: -- Assignee: Mike Thomsen > Refactor nifi-standard-services-bundle to use JUnit 5 >

[GitHub] [nifi] MikeThomsen opened a new pull request #5377: NIFI-9165 Refactored nifi-standard-bundle to use JUnit 5.

2021-09-09 Thread GitBox
MikeThomsen opened a new pull request #5377: URL: https://github.com/apache/nifi/pull/5377 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug

[GitHub] [nifi] tpalfy opened a new pull request #5376: NIFI-9203 Improve GrokReader to be able to handle complex grok expression properly.

2021-09-09 Thread GitBox
tpalfy opened a new pull request #5376: URL: https://github.com/apache/nifi/pull/5376 https://issues.apache.org/jira/browse/NIFI-9203 ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Does your

[jira] [Created] (NIFI-9208) Adding capability to collect necessary resources similar to NAR Provider function

2021-09-09 Thread Simon Bence (Jira)
Simon Bence created NIFI-9208: - Summary: Adding capability to collect necessary resources similar to NAR Provider function Key: NIFI-9208 URL: https://issues.apache.org/jira/browse/NIFI-9208 Project:

[jira] [Created] (NIFI-9207) Add max read size property to Distributed Cache Servers

2021-09-09 Thread Paul Grey (Jira)
Paul Grey created NIFI-9207: --- Summary: Add max read size property to Distributed Cache Servers Key: NIFI-9207 URL: https://issues.apache.org/jira/browse/NIFI-9207 Project: Apache NiFi Issue Type:

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1120: MINIFICPP-1374 Implement security protocol support for ConsumeKafka

2021-09-09 Thread GitBox
lordgamez commented on a change in pull request #1120: URL: https://github.com/apache/nifi-minifi-cpp/pull/1120#discussion_r705419173 ## File path: docker/test/integration/features/kafka.feature ## @@ -44,12 +44,9 @@ Feature: Sending data to using Kafka streaming platform

[GitHub] [nifi] exceptionfactory commented on pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-09 Thread GitBox
exceptionfactory commented on pull request #5318: URL: https://github.com/apache/nifi/pull/5318#issuecomment-916114656 > Hi exceptionfactory, I tried to add a unit text. But as you can see, rs.getObject() and rs.getTimestamp() is standard methods in > java.sql.ResultSet. I can't figure

[GitHub] [nifi] KuKuDeCheng commented on pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-09 Thread GitBox
KuKuDeCheng commented on pull request #5318: URL: https://github.com/apache/nifi/pull/5318#issuecomment-916087773 Hi exceptionfactory, I tried to add a unit text. But as you can see, rs.getObject() and rs.getTimestamp() is standard methods in java.sql.ResultSet. I can't figure out

[GitHub] [nifi] exceptionfactory commented on pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-09 Thread GitBox
exceptionfactory commented on pull request #5318: URL: https://github.com/apache/nifi/pull/5318#issuecomment-916066468 Thanks for the update @KuKuDeCheng, the changes in `ResultSetRecordSet` seem like a much cleaner solution. Can you add a unit test for the change? -- This is an

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1120: MINIFICPP-1374 Implement security protocol support for ConsumeKafka

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1120: URL: https://github.com/apache/nifi-minifi-cpp/pull/1120#discussion_r705286235 ## File path: docker/test/integration/features/kafka.feature ## @@ -44,12 +44,9 @@ Feature: Sending data to using Kafka streaming platform

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705279874 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705200372 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705173760 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705172435 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705169032 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705169032 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705169032 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705166242 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705163626 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705163375 ## File path: extensions/standard-processors/processors/ReplaceText.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705162395 ## File path: docker/test/integration/MiNiFi_integration_test_driver.py ## @@ -104,7 +104,7 @@ def

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705159596 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705156210 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705156210 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi] Lehel44 commented on a change in pull request #5356: NIFI-9183: Add a command-line option to save status history

2021-09-09 Thread GitBox
Lehel44 commented on a change in pull request #5356: URL: https://github.com/apache/nifi/pull/5356#discussion_r705143354 ## File path: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java ## @@ -275,6 +282,9 @@ public static void main(String[] args) throws

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705141850 ## File path: extensions/standard-processors/processors/ReplaceText.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705139497 ## File path: docker/test/integration/MiNiFi_integration_test_driver.py ## @@ -104,7 +104,7 @@ def

[jira] [Created] (NIFI-9206) Create a processor that is capable of removing fields from records

2021-09-09 Thread Peter Gyori (Jira)
Peter Gyori created NIFI-9206: - Summary: Create a processor that is capable of removing fields from records Key: NIFI-9206 URL: https://issues.apache.org/jira/browse/NIFI-9206 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1120: MINIFICPP-1374 Implement security protocol support for ConsumeKafka

2021-09-09 Thread GitBox
lordgamez commented on a change in pull request #1120: URL: https://github.com/apache/nifi-minifi-cpp/pull/1120#discussion_r705083561 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -211,14 +218,22 @@ void ConsumeKafka::onSchedule(core::ProcessContext* context,

[jira] [Updated] (NIFI-9200) AbstractCSVLookupService cache remains on the heap after disabling the service

2021-09-09 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-9200: -- Fix Version/s: 1.15.0 Resolution: Fixed Status: Resolved (was: Patch

[GitHub] [nifi] asfgit closed pull request #5372: NIFI-9200: Free cache on heap after disabling AbstractCSVLookupService

2021-09-09 Thread GitBox
asfgit closed pull request #5372: URL: https://github.com/apache/nifi/pull/5372 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (NIFI-9200) AbstractCSVLookupService cache remains on the heap after disabling the service

2021-09-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17412414#comment-17412414 ] ASF subversion and git services commented on NIFI-9200: --- Commit

[GitHub] [nifi] pvillard31 commented on pull request #3641: NIFI-4542, add target.dir.created to indicate if the target directory created

2021-09-09 Thread GitBox
pvillard31 commented on pull request #3641: URL: https://github.com/apache/nifi/pull/3641#issuecomment-915839442 @avseq1234 - it sounds like a straightforward change, can you rebase against main and fix conflicts? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nifi] KuKuDeCheng commented on a change in pull request #5318: NIFI-9064:Support Oracle timestamp when `Use Avro Logical Types` is t…

2021-09-09 Thread GitBox
KuKuDeCheng commented on a change in pull request #5318: URL: https://github.com/apache/nifi/pull/5318#discussion_r705064997 ## File path: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java ## @@ -1423,9 +1423,40 @@ public

[GitHub] [nifi] avseq1234 opened a new pull request #3641: NIFI-4542, add target.dir.created to indicate if the target directory created

2021-09-09 Thread GitBox
avseq1234 opened a new pull request #3641: URL: https://github.com/apache/nifi/pull/3641 … created Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: ### Description of PR Add target.dir.created attribute to

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r705061409 ## File path: libminifi/include/core/extension/DynamicLibrary.h ## @@ -0,0 +1,69 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r705060665 ## File path: libminifi/test/unit/FilePatternTests.cpp ## @@ -0,0 +1,253 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r705059132 ## File path: libminifi/include/core/logging/Logger.h ## @@ -26,6 +26,7 @@ #include #include #include +#include Review comment:

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1138: MINIFICPP-1471 - Build extensions as dynamic libraries and dynamically load them

2021-09-09 Thread GitBox
adamdebreceni commented on a change in pull request #1138: URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r705041686 ## File path: libminifi/include/core/extension/DynamicLibrary.h ## @@ -0,0 +1,69 @@ +/** + * Licensed to the Apache Software Foundation