Daniel Stieglitz created NIFI-12864:
---------------------------------------
Summary: Update NOTICE file to indicate the new class which now
uses Spring's UriComponentsBuilder
Key: NIFI-12864
URL: https://issues.apache.org/jira/browse/NIFI-12864
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
With the changes made with NIFI-12832, the logic implemented from Spring's
UriComponentsBuilder was moved to a different class. The NOTICE file should
reflect the new class
{code:java}
nifi-api/src/main/java/org/apache/nifi/processor/util/URLValidator.java
{code}
instead of the old class
{code:java}
nifi-commons/nifi-utils/src/main/java/org/apache/nifi/util/UriUtils.java
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)