This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 52f060835d NIFI-14851 Removed unused interface
org.apache.nifi.graph.TinkerPopClientService (#10199)
52f060835d is described below
commit 52f060835dd36c0d0cd532637ce36f2fd0d76582
Author: dan-s1 <[email protected]>
AuthorDate: Tue Aug 12 18:38:50 2025 -0400
NIFI-14851 Removed unused interface
org.apache.nifi.graph.TinkerPopClientService (#10199)
Signed-off-by: David Handermann <[email protected]>
---
.../apache/nifi/graph/TinkerPopClientService.java | 25 ----------------------
1 file changed, 25 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/src/main/java/org/apache/nifi/graph/TinkerPopClientService.java
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/src/main/java/org/apache/nifi/graph/TinkerPopClientService.java
deleted file mode 100644
index 7cd0eb4abf..0000000000
---
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-client-service-api/src/main/java/org/apache/nifi/graph/TinkerPopClientService.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.nifi.graph;
-
-/**
- * This interface is meant to make it easier for anyone who wants to write
components to target TinkerPop/OpenCypher
- * client services only.
- */
-public interface TinkerPopClientService extends GraphClientService {
-}