[
https://issues.apache.org/jira/browse/NIFI-14138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911384#comment-17911384
]
ASF subversion and git services commented on NIFI-14138:
--------------------------------------------------------
Commit b80a673ab8868d9ba62e1214c622ef9264a19109 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b80a673ab8 ]
NIFI-14138 Replaced deprecated com.google.common.base.Charsets with Java 21
equivalent java.nio.charset.StandardCharsets
Signed-off-by: Pierre Villard <[email protected]>
This closes #9615.
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)