Hi PJ, If the SDK project has a dependency on the Sources ZIP file, then it also seems more natural to me to set up the SDK project as a separate repository.
A standalone repository would also have the advantage that we don't make the module structure and the build in the trunk even more complex and bloatet further. And it is also easier for us to introduce modern tooling without being slowed down by the legacy in the the main repository. It might even be our ticket to gaining a foothold in git. Cheers, Markus Am 04.05.2022 um 13:29 schrieb Piergiorgio Lucidi:
Hi folks, I added an initial Docker support in the branch CONNECTORS-1492 and I have also created a new issue related to the ManifoldCF SDK: https://issues.apache.org/jira/projects/CONNECTORS/issues/CONNECTORS-1706 The current status of this new project is described in the issue, practically it works correctly, we only need to provide some examples of each type of connector. So I'm wondering where we could host this new project. Should we put the code in the main trunk? In this case I could continue to work on the branch CONNECTORS-1492 creating a new folder in the root of the project with the sdk. I have to confess that following this way it sounds strange to me because the sdk is referring to the source code downloading it during the initialization process. Or should we create a separate project for this sdk? It sounds better to me this approach but I would like to receive your feedback. Please let me know. Thanks. Cheers, PJ
