Daniel Stieglitz created NIFI-15386:
---------------------------------------
Summary: Replace the use of deprecated BoxAPIConnection in package
com.box.sdk with the recommened replacement
Key: NIFI-15386
URL: https://issues.apache.org/jira/browse/NIFI-15386
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
NIFI-15385 upgraded the Box SDK. With that upgrade the class BoxAPIConnection
which is widely used in the code base has been deprecated. An example can be
seen in the logs
{code:java}
2025-12-23T16:20:55.5495107Z [WARNING]
/home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-box-bundle/nifi-box-services-api/src/main/java/org/apache/nifi/box/controllerservices/BoxClientService.java:[27,4]
[deprecation] BoxAPIConnection in com.box.sdk has been deprecated{code}
The point of this ticket is replace the deprecated BoxAPIConnection with its
equivalent class as detailed in the
[javadocs|https://javadoc.io/doc/com.box/box-java-sdk/5.3.0/com/box/sdk/BoxAPIConnection.html].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)