[ 
https://issues.apache.org/jira/browse/NIFI-14138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Villard updated NIFI-14138:
----------------------------------
    Fix Version/s: 2.2.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> 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
>             Fix For: 2.2.0
>
>          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)

Reply via email to