David Young created NIFI-16129:
----------------------------------
Summary: Remove StringUtils#isEmpty(), #isBlank(), etc
Key: NIFI-16129
URL: https://issues.apache.org/jira/browse/NIFI-16129
Project: Apache NiFi
Issue Type: Improvement
Reporter: David Young
Using Commons.lang3 StringUtils#isEmpty, #isBlank and friends are not necessary
anymore because Java now provides these functions and are built onto the String
class.
Goal would be to eliminate as many of these usages as possible and evaluate if
the dependency would be needed at all.
Going to start work in `nifi-web-api` but this should probably be moved to an
epic at some point to enable going package by package.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)