This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch fix/config-pipe-plan-authorization
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 519354ee41e Fix pipe device deletion authorization
add 6e4ccc83a79 Harden pipe plugin path handling
No new revisions were added by this update.
Summary of changes:
.../pipe/agent/plugin/meta/PipePluginMeta.java | 23 ++++-
.../service/PipePluginExecutableManager.java | 69 +++++++++----
.../service/PipePluginExecutableManagerTest.java | 111 +++++++++++++++++++++
.../pipe/plugin/meta/PipePluginMetaTest.java | 16 +++
4 files changed, 198 insertions(+), 21 deletions(-)
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/pipe/agent/plugin/service/PipePluginExecutableManagerTest.java