dan-s1 commented on PR #10687:
URL: https://github.com/apache/nifi/pull/10687#issuecomment-3687976642

   @exceptionfactory 
   This upgrade introduced the use of a deprecated class which used in multiple 
places. Here is one example
   `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`
   
   Per the 
[Javadocs](https://javadoc.io/doc/com.box/box-java-sdk/5.3.0/com/box/sdk/BoxAPIConnection.html)
 the whole com.box.sdk package is deprecated. The javadocs recommend to use 
com.box.sdkgen package and the 
[BoxClient](https://javadoc.io/static/com.box/box-java-sdk/5.3.0/com/box/sdkgen/client/BoxClient.html)
 instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to