This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
from 2a54633 Implement dedicated class loaders for transports
add a61fa4a Upgrading Jcraft to an actively maintained fork
No new revisions were added by this update.
Summary of changes:
.../mft_cli/airavata_mft_cli/storage/__init__.py | 3 +
python-cli/mft_cli/airavata_mft_cli/storage/scp.py | 75 ++++++++++++++++++++++
python-cli/mft_cli/pyproject.toml | 2 +-
python-sdk/setup.cfg | 2 +-
.../src/airavata_mft_sdk/scp/SCPStorage_pb2.py | 20 +++---
.../stub/src/main/proto/scp/SCPStorage.proto | 1 -
.../server/backend/sql/entity/SCPSecretEntity.java | 12 ++--
transport/scp-transport/pom.xml | 6 +-
.../mft/transport/scp/SCPMetadataCollector.java | 18 +++++-
9 files changed, 115 insertions(+), 24 deletions(-)
create mode 100644 python-cli/mft_cli/airavata_mft_cli/storage/scp.py