[
https://issues.apache.org/jira/browse/NIFI-14138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14138:
------------------------------------
Description:
This will help remove the following warnings from the build
{code:java}
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[62,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[70,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[78,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[99,87]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[178,86]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[195,93]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[204,101]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[66,38]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[72,38]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/bxml/value/BinaryTypeNodeTest.java:[37,77]
[deprecation] US_ASCII in Charsets has been deprecated{code}
was:
This will help the following warnings from the build
{code:java}
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[62,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[70,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[78,54]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[99,87]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[178,86]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[195,93]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[204,101]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[66,38]
[deprecation] US_ASCII in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[72,38]
[deprecation] UTF_16LE in Charsets has been deprecated
[WARNING]
/git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/bxml/value/BinaryTypeNodeTest.java:[37,77]
[deprecation] US_ASCII in Charsets has been deprecated{code}
> Replace deprecated com.google.common.base.Charsets with Java 21 equivalent
> java.nio.charset.StandardCharsets
> ------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-14138
> URL: https://issues.apache.org/jira/browse/NIFI-14138
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> This will help remove the following warnings from the build
> {code:java}
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[62,54]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[70,54]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[78,54]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[99,87]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[178,86]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[195,93]
> [deprecation] UTF_16LE in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/BinaryReaderTest.java:[204,101]
> [deprecation] UTF_16LE in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[66,38]
> [deprecation] US_ASCII in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/TestBinaryReaderBuilder.java:[72,38]
> [deprecation] UTF_16LE in Charsets has been deprecated
> [WARNING]
> /git/NIFI-FORK/nifi/nifi-extension-bundles/nifi-evtx-bundle/nifi-evtx-processors/src/test/java/org/apache/nifi/processors/evtx/parser/bxml/value/BinaryTypeNodeTest.java:[37,77]
> [deprecation] US_ASCII in Charsets has been deprecated{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)