This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 8d94de90db3 Fix stale OPC UA builtin plugin references (#18687)
8d94de90db3 is described below
commit 8d94de90db342ac93620851590ee12dcfe54b261
Author: Caideyipi <[email protected]>
AuthorDate: Mon Sep 21 12:10:59 2026 +0800
Fix stale OPC UA builtin plugin references (#18687)
---
.../iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java
index b9fa3cdef75..4f3307d1544 100644
---
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java
+++
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java
@@ -157,7 +157,6 @@ public enum BuiltinPipePlugin {
IOT_CONSENSUS_V2_ASYNC_CONNECTOR.getPipePluginName().toLowerCase(),
PIPE_CONSENSUS_ASYNC_CONNECTOR.getPipePluginName().toLowerCase(),
WEBSOCKET_CONNECTOR.getPipePluginName().toLowerCase(),
- OPC_UA_CONNECTOR.getPipePluginName().toLowerCase(),
OPC_DA_CONNECTOR.getPipePluginName().toLowerCase(),
WRITE_BACK_CONNECTOR.getPipePluginName().toLowerCase(),
DO_NOTHING_SINK.getPipePluginName().toLowerCase(),
@@ -168,7 +167,6 @@ public enum BuiltinPipePlugin {
IOTDB_LEGACY_PIPE_SINK.getPipePluginName().toLowerCase(),
IOTDB_AIR_GAP_SINK.getPipePluginName().toLowerCase(),
WEBSOCKET_SINK.getPipePluginName().toLowerCase(),
- OPC_UA_SINK.getPipePluginName().toLowerCase(),
OPC_DA_SINK.getPipePluginName().toLowerCase(),
WRITE_BACK_SINK.getPipePluginName().toLowerCase(),
SUBSCRIPTION_SINK.getPipePluginName().toLowerCase(),