GitHub user hansva added a comment to the discussion: 2.17 Roadmap and goals
How would expanding the project inheritance improve the git usage? You would have to use a multi-module git strategy to always have the correct version. It would actually make things more complex. Personally, I am not a big fan of that inheritance. If you need to inherit, it's usually just part of the project. The only things that I could see that rise above a project would be templates or maybe a logging framework. But you could just as well use a template repository, as messing around in shared objects usually ends up destroying project logic. And if you want to keep certain things synchronized, you could always do it in CI/CD or with actions on the git repository. GitHub link: https://github.com/apache/hop/discussions/5980#discussioncomment-14934187 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
