Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully support metamodel versioning #556

Open
sstone1 opened this issue Dec 2, 2022 · 0 comments
Open

Fully support metamodel versioning #556

sstone1 opened this issue Dec 2, 2022 · 0 comments

Comments

@sstone1
Copy link
Contributor

sstone1 commented Dec 2, 2022

Metamodel versioning has been introduced, but the entire codebase is hardcoded to concerto.metamodel@1.0.0, and so we can only support metamodels using this specific version. This limits us when making metamodel changes, as it is not currently possible to deliver a new metamodel version into Concerto and have Concerto still process existing metamodels that use the old version.

This feature should extend Concerto such that we can support existing 1.0.0 version metamodels and a new 1.1.0 version metamodel at the same time, as well as defining the strategy for how we eventually support a new 2.0.0 version. Will we support both 1.x and 2.x metamodels at the same time, or will we introduce a new major version of Concerto?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Next 6 Months
Development

No branches or pull requests

2 participants