[
https://issues.apache.org/jira/browse/NIFI-14812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14812:
------------------------------------
Description:
Apache Commons Lang version 3.18 has deprecated the removeFirst method in
RegexUtils. This ticket is meant to use the suggested replacement.
The associated warning is below.
{code:java}
[WARNING]
/home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java:[303,93]
[deprecation] removeFirst(String,Pattern) in RegExUtils has been
deprecated{code}
was:
Associated warning is below.
{code:java}
[WARNING]
/home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java:[303,93]
[deprecation] removeFirst(String,Pattern) in RegExUtils has been
deprecated{code}
> Replace use of deprecated method replaceFirst in Apache Commons RegExUtils
> class with API suggestion
> ----------------------------------------------------------------------------------------------------
>
> Key: NIFI-14812
> URL: https://issues.apache.org/jira/browse/NIFI-14812
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> Apache Commons Lang version 3.18 has deprecated the removeFirst method in
> RegexUtils. This ticket is meant to use the suggested replacement.
> The associated warning is below.
> {code:java}
> [WARNING]
> /home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureDataLakeStorage.java:[303,93]
> [deprecation] removeFirst(String,Pattern) in RegExUtils has been
> deprecated{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)