[
https://issues.apache.org/jira/browse/NIFI-13253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-13253:
------------------------------------
Description:
With the latest changes to NIFI.2.0.0-M3 I noticed the following discrepancies
which should be addressed.
# Lines 7-8 should detail where it is located as other entries in this file
do:nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SoftLimitBoundedByteArrayOutputStream.java
# Lines 10-13 should detail where it is located as other entries in this file
do:
nifi-commons/nifi-property-utils/src/main/java/org/apache/nifi/util/StringUtils.java
# Lines 21-26,31-34 are Hive related items which should be removed as Hive is
no longer supported in NIFI
# Line 46 needs to be changed from
org.apache.nifi.processors.standard.util.jolt.TransformFactory to
org.apache.nifi.jolt.util.TransformFactory
# Line 53 should to be changed from
nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/patterns
to
nifi/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/pattern
# Line 58 should to be changed from Are used in unit tests found in
nifi/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich
processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java to Are
used in unit tests found in
nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java
# Lines 60-66 should be removed as there is no class FlowFileTableScan anymore
# Lines 68-71 should be removed as I believe Solr items were removed
# Line 75 does not exist I believe instead of The code can be found
nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/krb/KeytabUser.java
it should be The code can be found
nifi-commons/nifi-security-kerberos/src/main/java/org/apache/nifi/security/krb/KerberosKeytabUser.java
# Also 73-75 is missing a copyright year which I am not sure is an issue or not.
# Line 88 should be changed from
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
to
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
# Lines 95-97 should be removed as these classes do not exist
# Lines 99-108 do not mention where the derivative software is used.
# Lines 110-114 should have Copyright 2010-2012 Coda Hale and Yammer, Inc.
# Line 130 should change from nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6
processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
to nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-2-6
processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
# Line 133 should change from Copyright 2002-2023 the original author or
authors. to Copyright 2002-2024 the original author or authors.
was:
With the latest changes to NIFI.2.0.0-M3 I noticed the following discrepancies
which should be addressed.
Lines 7-8 should detail where it is located as other entries in this file do:
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SoftLimitBoundedByteArrayOutputStream.java
Lines 10-13 should detail where it is located as other entries in this file do:
nifi-commons/nifi-property-utils/src/main/java/org/apache/nifi/util/StringUtils.java
Lines 21-26,31-34 are Hive related items which should be removed as Hive is no
longer supported in NIFI
Line 46 needs to be changed from
org.apache.nifi.processors.standard.util.jolt.TransformFactory to
org.apache.nifi.jolt.util.TransformFactory
Line 53 should to be changed from
nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/patterns
to
nifi/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/patterns
Line 58 should to be changed from
Are used in unit tests found in
nifi/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java
to
Are used in unit tests found in
nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java
Lines 60-66 should be removed as there is no class FlowFileTableScan anymore
Lines 68-71 should be removed as I believe Solr items were removed
Line 75 does not exist I believe instead of
The code can be found
nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/krb/KeytabUser.java
it should be
The code can be found
nifi-commons/nifi-security-kerberos/src/main/java/org/apache/nifi/security/krb/KerberosKeytabUser.java
Also 73-75 is missing a copyright year which I am not sure is an issue or not.
Line 88 should be changed from
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
to
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
Lines 95-97 should be removed as these classes do not exist
Lines 99-108 do not mention where the derivative software is used.
Lines 110-114 should have Copyright 2010-2012 Coda Hale and Yammer, Inc.
Line 130 should change from
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
to
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
Line 133 should change from
Copyright 2002-2023 the original author or authors. to
Copyright 2002-2024 the original author or authors.
> Correct NOTICE discrepancies
> ----------------------------
>
> Key: NIFI-13253
> URL: https://issues.apache.org/jira/browse/NIFI-13253
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Major
>
> With the latest changes to NIFI.2.0.0-M3 I noticed the following
> discrepancies which should be addressed.
> # Lines 7-8 should detail where it is located as other entries in this file
> do:nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SoftLimitBoundedByteArrayOutputStream.java
> # Lines 10-13 should detail where it is located as other entries in this file
> do:
> nifi-commons/nifi-property-utils/src/main/java/org/apache/nifi/util/StringUtils.java
> # Lines 21-26,31-34 are Hive related items which should be removed as Hive is
> no longer supported in NIFI
> # Line 46 needs to be changed from
> org.apache.nifi.processors.standard.util.jolt.TransformFactory to
> org.apache.nifi.jolt.util.TransformFactory
> # Line 53 should to be changed from
> nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/patterns
> to
> nifi/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestExtractGrok/pattern
> # Line 58 should to be changed from Are used in unit tests found in
> nifi/nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich
> processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java to
> Are used in unit tests found in
> nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/test/java/org/apache/nifi/processors/TestGeoEnrichIP.java
> # Lines 60-66 should be removed as there is no class FlowFileTableScan anymore
> # Lines 68-71 should be removed as I believe Solr items were removed
> # Line 75 does not exist I believe instead of The code can be found
> nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/krb/KeytabUser.java
> it should be The code can be found
> nifi-commons/nifi-security-kerberos/src/main/java/org/apache/nifi/security/krb/KerberosKeytabUser.java
> # Also 73-75 is missing a copyright year which I am not sure is an issue or
> not.
> # Line 88 should be changed from
> nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
> to
> nifi-extension-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/../wag/client/
> # Lines 95-97 should be removed as these classes do not exist
> # Lines 99-108 do not mention where the derivative software is used.
> # Lines 110-114 should have Copyright 2010-2012 Coda Hale and Yammer, Inc.
> # Line 130 should change from
> nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6
> processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
> to nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-2-6
> processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/CustomKerberosLogin.java
> # Line 133 should change from Copyright 2002-2023 the original author or
> authors. to Copyright 2002-2024 the original author or authors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)