dan-s1 commented on PR #10548: URL: https://github.com/apache/nifi/pull/10548#issuecomment-3553771221
Due to the Gremlin upgrade I see there was a deprecation ``` 2025-11-19T10:56:34.3714519Z [WARNING] /home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java:[523,64] [deprecation] withRemote(RemoteConnection) in AnonymousTraversalSource has been deprecated 2025-11-19T10:56:34.3717142Z where T is a type-variable: 2025-11-19T10:56:34.3717977Z T extends TraversalSource declared in class AnonymousTraversalSource 2025-11-19T10:56:34.3720324Z [WARNING] /home/runner/work/nifi/nifi/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java:[525,64] [deprecation] withRemote(RemoteConnection) in AnonymousTraversalSource has been deprecated 2025-11-19T10:56:34.3722737Z where T is a type-variable: 2025-11-19T10:56:34.3723542Z T extends TraversalSource declared in class AnonymousTraversalSource ``` Please replace the deprecated `withRemote` method with the `with` method as seen in the [javadocs](https://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/AnonymousTraversalSource.html#withRemote(org.apache.tinkerpop.gremlin.process.remote.RemoteConnection)) -- 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]
