Closed praneethchityala closed 1 year ago
To support issue https://github.com/apache/airavata-mft/issues/98 a new class (TransportConfig) is created and all the transport properties are added as a map in it to be later used into the code.
This potentially resolves the above issue.
@DImuthuUpe implemented the TransportConfig util in mft-commons. Let me know if this looks good https://github.com/apache/airavata-mft/pull/99/commits/182e68e7caec1fec140ce52d67a3d9afaa610f7e .
To support issue https://github.com/apache/airavata-mft/issues/98 a new class (TransportConfig) is created and all the transport properties are added as a map in it to be later used into the code.
This potentially resolves the above issue.